From: "D. C. Toedt" <dc@toedt.com>
To: emacs-orgmode@gnu.org
Subject: Bug: Fontify whole headline doesn't stick when Emacs restarted [7.9 (release_7.9-3-ga986d3 @ c:/emacs/lisp/org/lisp/)]
Date: Thu, 27 Sep 2012 11:25:23 -0500 [thread overview]
Message-ID: <CAGN11+0-mznhZuGMUA-sM=V5Vy7Anwy+u=__new57mx0H0vp9Q@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 8966 bytes --]
I have to reset the Fontify entire heading variable every time I
restart Emacs. I've confirmed that my .emacs file includes the proper
variable setting.
Org-mode environment is below.
--
*D. C. Toedt III * | Lawyer for tech companies | Houston, Texas (Central
time zone) | Last name is pronounced "Tate"
dc@toedt.com | +1 (713) 364-6545 | *Blog:* On
Contracts<http://www.OnContracts.com> |
*LinkedIn:* dctoedt <http://www.linkedin.com/in/dctoedt> |
Calendar<https://www.google.com/calendar/embed?src=dc.toedt@toedt.com&mode=WEEK>
(redacted)
Emacs : GNU Emacs 24.1.1 (i386-mingw-nt6.1.7601)
of 2012-06-10 on MARVIN
Package: Org-mode version 7.9 (release_7.9-3-ga986d3 @
c:/emacs/lisp/org/lisp/)
current state:
==============
(setq
org-export-blocks '((src org-babel-exp-src-block nil)
(export-comment org-export-blocks-format-comment t)
(ditaa org-export-blocks-format-ditaa nil) (dot
org-export-blocks-format-dot nil))
org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point
org-babel-execute-safely-maybe)
org-tags-sort-function 'string<
org-export-with-drawers '("PRCDT")
org-export-odt-preferred-output-format "docx"
org-export-with-tags nil
org-export-preprocess-before-selecting-backend-code-hook
'(org-beamer-select-beamer-code)
org-tab-first-hook '(org-hide-block-toggle-maybe
org-src-native-tab-command-maybe
org-babel-hide-result-toggle-maybe org-babel-header-arg-expand)
org-modules '(org-bbdb org-bibtex org-docview org-gnus org-info org-jsinfo
org-irc org-mew org-mhe
org-rmail org-vm org-wl org-w3m org-odt)
org-export-html-protect-char-alist nil
org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
org-cycle-show-empty-lines
org-optimize-window-after-visibility-change)
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-highlight-latex-fragments-and-specials t
org-speed-command-hook '(org-speed-command-default-hook
org-babel-speed-command-hook)
org-export-with-toc nil
org-export-preprocess-hook
'(org-lparse-strip-experimental-blocks-maybe-hook)
org-babel-pre-tangle-hook '(save-buffer)
org-occur-hook '(org-first-headline-recenter)
org-export-interblocks '((src org-babel-exp-non-block-elements))
org-deadline-warning-days 5
org-metaup-hook '(org-babel-load-in-session-maybe)
org-reveal-start-hook '(org-decrypt-entry)
org-confirm-elisp-link-function 'yes-or-no-p
org-export-latex-format-toc-function 'org-export-latex-format-toc-default
org-hide-leading-stars t
org-capture-templates '(("n" "NX" entry (file
"c:/Users/DCT/Documents/Dropbox/Org/Notebook.org" prepend)
"* NX %? %^g\n")
("c" "CD" entry (file "c:/Users/DCT/Documents/Dropbox/Org/Notebook.org"
prepend)
"* CD %? %^g\n")
("p" "PR" entry (file "c:/Users/DCT/Documents/Dropbox/Org/Notebook.org"
prepend)
"* PR %?\n")
("w" "WT" entry (file "c:/Users/DCT/Documents/Dropbox/Org/Notebook.org"
prepend)
"* WT %?\n")
("s" "SD" entry (file "c:/Users/DCT/Documents/Dropbox/Org/Notebook.org"
prepend)
"* SD %?\n")
("l" "Weight" table-line (file
"c:/Users/DCT/Documents/Dropbox/Org/Weight.org")
"|%^u|%^{Weight}|\n")
("h" "HB" entry (file "c:/Users/DCT/Documents/Dropbox/Org/Notebook.org"
prepend)
"* HB %?\n")
("x" "Taxes" table-line (file
"c:/Users/DCT/Documents/Dropbox/Org/Taxes.org")
"|%^u|%^{Description}|%^{Amount}|%^{Who}|Schedule
%^{Schedule}|%^{Category}|%^{Documentation}|\n")
("j" "Journal" entry
(file+datetree "c:/Users/DCT/Documents/Dropbox/Org/Notebook.org") "*
%?\n")
)
org-agenda-sorting-strategy '((agenda habit-down time-up priority-down
category-keep)
(todo todo-state-up priority-down alpha-up)
(tags priority-down category-keep) (search category-keep))
org-tag-faces '(("NX" :foreground "blue" :weight bold))
org-default-notes-file ""
org-alphabetical-lists t
org-export-preprocess-before-normalizing-links-hook
'(org-remove-file-link-modifiers)
org-export-preprocess-after-blockquote-hook
'(org-export-odt-preprocess-latex-fragments
org-lparse-preprocess-after-blockquote-hook)
org-agenda-span 7
org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
org-export-html-postamble nil
org-support-shift-select 'always
org-export-first-hook '(org-beamer-initialize-open-trackers)
org-mode-hook '((lambda nil (setq org-mouse-context-menu-function (quote
org-mouse-context-menu))
(when (memq (quote context-menu) org-mouse-features)
(org-defkey org-mouse-map [mouse-3] nil)
(org-defkey org-mode-map [mouse-3] (quote org-mouse-show-context-menu)))
(org-defkey org-mode-map [down-mouse-1] (quote org-mouse-down-mouse))
(when (memq (quote context-menu) org-mouse-features)
(org-defkey org-mouse-map [C-drag-mouse-1] (quote org-mouse-move-tree))
(org-defkey org-mouse-map [C-down-mouse-1] (quote
org-mouse-move-tree-start)))
(when (memq (quote yank-link) org-mouse-features)
(org-defkey org-mode-map [S-mouse-2] (quote org-mouse-yank-link))
(org-defkey org-mode-map [drag-mouse-3] (quote org-mouse-yank-link)))
(when (memq (quote move-tree) org-mouse-features)
(org-defkey org-mouse-map [drag-mouse-3] (quote org-mouse-move-tree))
(org-defkey org-mouse-map [down-mouse-3] (quote
org-mouse-move-tree-start)))
(when (memq (quote activate-stars) org-mouse-features)
(font-lock-add-keywords nil
(\`
(((\, org-outline-regexp) 0
(\` (face org-link mouse-face highlight keymap (\, org-mouse-map)))
(quote prepend))
)
)
t)
)
(when (memq (quote activate-bullets) org-mouse-features)
(font-lock-add-keywords nil
(\`
(("^[ ]*\\([-+*]\\|[0-9]+[.)]\\) +"
(1 (\` (face org-link keymap (\, org-mouse-map) mouse-face
highlight))
(quote prepend))
)
)
)
t)
)
(when (memq (quote activate-checkboxes) org-mouse-features)
(font-lock-add-keywords nil
(\`
(("^[ ]*\\([-+*]\\|[0-9]+[.)]\\) +\\(\\[[ X]\\]\\)"
(2 (\` (face bold keymap (\, org-mouse-map) mouse-face highlight))
t))
)
)
t)
)
(defadvice org-open-at-point (around org-mouse-open-at-point activate)
(let ((context (org-context)))
(cond ((assq :headline-stars context) (org-cycle))
((assq :checkbox context) (org-toggle-checkbox))
((assq :item-bullet context) (let ((org-cycle-include-plain-lists t))
(org-cycle)))
((org-footnote-at-reference-p) nil) (t ad-do-it))
)
)
)
(lambda nil
(org-add-hook (quote change-major-mode-hook) (quote org-show-block-all)
(quote append)
(quote local))
)
(lambda nil
(org-add-hook (quote change-major-mode-hook) (quote
org-babel-show-result-all)
(quote append) (quote local))
)
org-babel-result-hide-spec org-babel-hide-all-hashes)
org-export-html-style-include-default nil
org-agenda-start-on-weekday nil
org-agenda-mode-hook '((lambda nil
(setq org-mouse-context-menu-function (quote
org-mouse-agenda-context-menu))
(org-defkey org-agenda-mode-map [mouse-3] (quote
org-mouse-show-context-menu))
(org-defkey org-agenda-mode-map [down-mouse-3] (quote
org-mouse-move-tree-start))
(org-defkey org-agenda-mode-map [C-mouse-4] (quote org-agenda-earlier))
(org-defkey org-agenda-mode-map [C-mouse-5] (quote org-agenda-later))
(org-defkey org-agenda-mode-map [drag-mouse-3]
(function
(lambda (event) (interactive "e")
(case (org-mouse-get-gesture event) (:left (org-agenda-earlier 1))
(:right (org-agenda-later 1)))
)
)
)
)
)
org-directory "C:/Users/DCT/Documents/Dropbox/Org"
org-indent-indentation-per-level 4
org-export-with-section-numbers nil
org-mobile-directory "C:/Users/DCT/Documents/Dropbox/MobileOrg"
org-from-is-user-regexp nil
org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc
org-beamer-auto-fragile-frames
org-beamer-place-default-actions-for-lists)
org-export-html-coding-system 'utf-8-unix
org-mobile-inbox-for-pull "C:/Users/DCT/Documents/Dropbox/MobileOrg/
flagged.org"
org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
org-metadown-hook '(org-babel-pop-to-session-maybe)
org-todo-keywords '((type "PR(p)" "SD(s)" "TD(t)" "NX(n)" "CD(c)" "RV(r)"
"WT(w)" "RL(l)" "|" "DONE(d)"))
org-startup-indented t
org-agenda-files '("c:/Users/DCT/Documents/Dropbox/Org/Notebook.org"
"c:/Users/DCT/Documents/Dropbox/Org/Docket.org")
org-fontify-whole-heading-line t
org-file-apps '(("\\.odc\\'" . system) ("\\.odf\\'" . system) ("\\.odi\\'"
. system)
("\\.otp\\'" . system) ("\\.odp\\'" . system) ("\\.otg\\'" . system)
("\\.odg\\'" . system) ("\\.ots\\'" . system) ("\\.ods\\'" . system)
("\\.odm\\'" . system) ("\\.ott\\'" . system) ("\\.odt\\'" . system)
(auto-mode . emacs)
("\\.mm\\'" . default) ("\\.x?html?\\'" . default) ("\\.pdf\\'" . default))
org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
org-after-todo-state-change-hook '(org-clock-out-if-current)
org-export-html-footnote-format "[%s]"
org-mouse-1-follows-link t
org-confirm-shell-link-function 'yes-or-no-p
)
[-- Attachment #2: Type: text/html, Size: 20236 bytes --]
next reply other threads:[~2012-09-27 16:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-27 16:25 D. C. Toedt [this message]
2012-09-27 22:14 ` Bug: Fontify whole headline doesn't stick when Emacs restarted [7.9 (release_7.9-3-ga986d3 @ c:/emacs/lisp/org/lisp/)] Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAGN11+0-mznhZuGMUA-sM=V5Vy7Anwy+u=__new57mx0H0vp9Q@mail.gmail.com' \
--to=dc@toedt.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.