From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anupam Sengupta Subject: Re: Org-mode version 6.30c; org-remember does not honor `org-odd-levels-only' setting Date: Thu, 3 Sep 2009 21:10:21 +0530 Message-ID: References: <19AC4586-17FD-4846-9963-27B6390FFDDE@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0653937795==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjEXN-00049p-LZ for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 11:47:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjEXK-00045l-6R for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 11:47:49 -0400 Received: from [199.232.76.173] (port=47728 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjEXI-00045b-Bo for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 11:47:44 -0400 Received: from mail-pz0-f175.google.com ([209.85.222.175]:45740) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MjEXG-0005XV-K7 for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 11:47:43 -0400 Received: by pzk5 with SMTP id 5so21514pzk.10 for ; Thu, 03 Sep 2009 08:47:41 -0700 (PDT) In-Reply-To: <19AC4586-17FD-4846-9963-27B6390FFDDE@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org --===============0653937795== Content-Type: multipart/alternative; boundary=000e0cd5c380b73dda0472ae3428 --000e0cd5c380b73dda0472ae3428 Content-Type: text/plain; charset=UTF-8 Thanks Carsten! I thought on the same lines after posting (about the global vs. per file setting) - but the hook you suggested is much nicer! Thanks again, -- Anupam http://slashusr.wordpress.com My Profile: http://www.google.com/profiles/anupamsg On Thu, Sep 3, 2009 at 12:20 PM, Carsten Dominik wrote: > Hi Anupam, > > Remember has no way of knowing what kind of setting for > org-odd-levels-only will be used in the target file. Therefore > you need to take care of setting this value correctly, for example > with > > (add-hook 'org-remember-mode-hook (lambda () (setq org-odd-levels-only t))) > > or by setting that variable globally. > > - Carsten > > > On Sep 2, 2009, at 7:48 PM, Anupam Sengupta wrote: > > Hi Carsten, >> >> >> *Problem*: `org-odd-levels-only' is not honored in a remember buffer for >> creating child entries. >> >> I have been using the clean outline view using the `org-odd-levels-only' >> setting (actually via the per file #+STARTUP: odd setting) to simulate >> the indented view of the outline (info "(org)Clean View") >> >> This works perfectly in the main buffer for the org files - where >> creating a child entry using M-S-Right (`org-demote-subtree') indents >> the entry by an odd number of stars so that the indentation is preserved >> and the outline hierarchy is correct. >> >> However, in a org-remember buffer, trying to use the same function to >> create a child entry after the main headline does not honor this >> setting, and uses the default behavior of incrementing the stars' count >> by 1. >> >> I.e, instead of this happening in the remember buffer: >> >> * TODO Parent Entry >> *** TODO The child entry /after M-S-Right/ >> >> what actually ends up happening is: >> >> * TODO Parent Entry >> ** TODO The child entry /after M-S-Right/ >> ^ >> | >> +---- Notice the missing third star which should have been created >> >> >> This causes problems in the actual org-buffer later on after the remember >> note is filed - as org-mode seems to get confused on the outline levels. >> >> >> I have added the org-mode settings using the `org-submit-bug-report' >> with some trimming of private settings that probably are not relevant >> (e.g. the `org-agenda-custom-commands'). >> >> >> - Anupam Sengupta >> >> ------------------------------------------------------------------------ >> Org-mode variable and customization dump follows >>>>>>>>> >> ------------------------------------------------------------------------ >> >> Emacs : GNU Emacs 23.1.50.1 (i386-apple-darwin9.7.0, NS >> apple-appkit-949.46) >> Package: Org-mode version 6.30c >> >> current state: >> ============== >> (setq >> org-empty-line-terminates-plain-lists t >> org-log-done t >> org-remember-default-headline "INBOX" >> org-remember-interactive-interface 'outline-path-completion >> org-todo-keyword-faces '(("MEETING" . hi-blue) ("WAITING" . hi-pink) >> ("DELEGATED" . hi-pink) ("STARTED" . hi-green)) >> org-special-ctrl-a/e t >> org-agenda-files '("~/org/work.gpg" "~/org/personal.gpg") >> org-blocker-hook '(org-block-todo-from-checkboxes >> org-block-todo-from-children-or-siblings-or-parent) >> org-tag-faces '(("ISSUE" . org-warning) ("Slipped" . org-warning) >> ("HEADING" . shadow) ("INFO" . shadow) ("ATTACH" . org-clock-overlay) >> ("Project" . shadow)) >> org-publish-timestamp-directory "~/org/.org-timestamps/" >> org-agenda-tags-column -90 >> org-hide-leading-stars t >> org-checklist-export-function 'org-export-as-ascii >> org-agenda-skip-timestamp-if-done t >> org-after-todo-state-change-hook '(org-checklist org-clock-out-if-current) >> org-track-ordered-property-with-tag t >> org-combined-agenda-icalendar-file "~/org/OrgMode.ics" >> org-agenda-default-appointment-duration 60 >> org-todo-state-tags-triggers '(("PROJECT" ("Project" . t)) ("TODO" >> ("Project")) ("MEETING" ("Project"))) >> org-special-ctrl-k t >> org-remember-mode-hook '(delete-other-windows) >> org-agenda-restore-windows-after-quit t >> org-deadline-warning-days 3 >> org-protocol-protocol-alist '(("org-mac-remember" :protocol "mac-remember" >> :function org-mac-protocol-remember :kill-client t)) >> org-agenda-skip-scheduled-if-done t >> org-export-preprocess-hook '(org-eval-replace-snippts >> org-export-blocks-preprocess) >> org-tags-exclude-from-inheritance '("HEADING" "Project") >> org-tab-first-hook '(org-hide-block-toggle-maybe) >> org-src-mode-hook '(org-src-mode-configure-edit-buffer) >> org-finalize-agenda-hook '(my-org-agenda-to-appt) >> org-confirm-shell-link-function 'yes-or-no-p >> org-toc-info-mode t >> org-clock-persist t >> org-agenda-before-write-hook '(org-agenda-add-entry-text) >> org-icalendar-include-sexps nil >> org-registry-file "~/.emacs.d/data/org-registry.el" >> org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers >> org-cycle-show-empty-lines >> org-optimize-window-after-visibility-change) >> org-publish-project-alist '(("org-notes" :base-directory "~/org/" >> :base-extension "gpg" :publishing-directory "~/public_html" :recursive >> nil :publishing-function >> org-publish-org-to-html :headline-levels 4 :auto-preamble t) >> ) >> org-fontify-done-headline t >> org-mode-hook '((lambda nil (setq org-mouse-context-menu-function (quote >> org-mouse-context-menu)) >> (when (memq (quote context-menu) org-mouse-features) >> (define-key org-mouse-map (if (featurep (quote xemacs)) >> [button3] [mouse-3]) nil) >> (define-key org-mode-map [mouse-3] (quote >> org-mouse-show-context-menu))) >> (define-key org-mode-map [down-mouse-1] (quote >> org-mouse-down-mouse)) >> (when (memq (quote context-menu) org-mouse-features) >> (define-key org-mouse-map [C-drag-mouse-1] (quote >> org-mouse-move-tree)) >> (define-key org-mouse-map [C-down-mouse-1] (quote >> org-mouse-move-tree-start))) >> (when (memq (quote yank-link) org-mouse-features) >> (define-key org-mode-map [S-mouse-2] (quote org-mouse-yank-link)) >> (define-key org-mode-map [drag-mouse-3] (quote >> org-mouse-yank-link))) >> (when (memq (quote move-tree) org-mouse-features) >> (define-key org-mouse-map [drag-mouse-3] (quote org-mouse-move-tree)) >> (define-key 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 >> (\` (((\, 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))) (t ad-do-it)) >> ) >> ) >> ) >> #[nil "\303\304 \305 ! L\210*\306\n\307\310#\207" >> [value var yas/keymap yas/trigger-key [tab] >> make-local-variable define-key [tab] yas/next-field-group] 4] >> org-clock-load #[nil "\300\301!\207" [imenu-add-to-menubar >> "Headings"] 2] turn-on-auto-fill >> #[nil "\300\301\302\303\304$\207" [org-add-hook >> change-major-mode-hook org-show-block-all append local] 5]) >> org-font-lock-hook '(org-eval-handle-snippets) >> org-agenda-ndays 1 >> org-refile-targets '((nil :maxlevel . 3)) >> org-confirm-elisp-link-function 'yes-or-no-p >> org-log-into-drawer t >> org-clock-modeline-total 'current >> org-agenda-mode-hook '((lambda nil (setq org-mouse-context-menu-function >> (quote org-mouse-agenda-context-menu)) >> (define-key org-agenda-keymap (if (featurep (quote >> xemacs)) [button3] [mouse-3]) >> (quote org-mouse-show-context-menu)) >> (define-key org-agenda-keymap [down-mouse-3] (quote >> org-mouse-move-tree-start)) >> (define-key org-agenda-keymap (if (featurep (quote >> xemacs)) [(control mouse-4)] [C-mouse-4]) >> (quote org-agenda-earlier)) >> (define-key org-agenda-keymap (if (featurep (quote >> xemacs)) [(control mouse-5)] [C-mouse-5]) >> (quote org-agenda-later)) >> (define-key org-agenda-keymap [drag-mouse-3] >> (quote >> (lambda (event) (interactive "e") >> (case (org-mouse-get-gesture event) (:left >> (org-agenda-earlier 1)) (:right (org-agenda-later 1)))) >> ) >> ) >> ) >> ) >> org-footnote-auto-adjust t >> org-agenda-skip-deadline-if-done t >> org-enforce-todo-dependencies t >> org-occur-hook '(org-first-headline-recenter) >> org-drawers '("PROPERTIES" "CLOCK" "DETAILS" "SETUP" "LOGBOOK") >> org-tags-column -99 >> org-modules '(org-bbdb org-bibtex org-gnus org-info org-jsinfo >> org-mac-message org-protocol org-mouse org-bookmark org-checklist org-eval >> org-expiry org-panel org-registry org2rem org-toc >> org-mac-protocol) >> org-remember-templates '(("Next Work Action" 110 "* TODO %^{Heading} %^g\n >> SCHEDULED: %^{Scheduled for}t\n %?%i\n %a" "~/org/work.gpg" >> "INBOX" nil) >> ("Next Personal Action" 112 "* TODO %^{Heading} >> %^g\n SCHEDULED: %^{Scheduled For}t\n %?%i\n %a" >> "~/org/personal.gpg" "INBOX" nil)) >> org-icalendar-include-todo t >> org-ellipsis 'org-warning >> org-enforce-todo-checkbox-dependencies t >> org-expiry-handler-function 'org-toggle-archive-tag >> ) >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Remember: use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> > > --000e0cd5c380b73dda0472ae3428 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks Carsten!

I thought on the same lines after postin= g (about the global vs. per file setting) - but the hook you suggested is m= uch nicer!


Thanks again,
--
Anupam
http://slashusr.w= ordpress.com
My Profile: http://www.google.com/profiles/anupamsg


On Thu, Sep 3, 2009 at 12:20 PM, Carsten= Dominik <carsten.dominik@gmail.com> wrote:
Hi Anupam,

Remember has no way of knowing what kind of setting for
org-odd-levels-only will be used in the target file. =C2=A0Therefore
you need to take care of setting this value correctly, for example
with

(add-hook 'org-remember-mode-hook (lambda () (setq org-odd-levels-only = t)))

or by setting that variable globally.

- Carsten


On Sep 2, 2009, at 7:48 PM, Anupam Sengupta wrote:

Hi Carsten,


*Problem*: `org-odd-levels-only' is not honored in a remember buffer fo= r
creating child entries.

I have been using the clean outline view using the `org-odd-levels-only'= ;
setting (actually via the per file #+STARTUP: odd setting) to simulate
the indented view of the outline (info "(org)Clean View")

This works perfectly in the main buffer for the org files - where
creating a child entry using M-S-Right (`org-demote-subtree') indents the entry by an odd number of stars so that the indentation is preserved and the outline hierarchy is correct.

However, in a org-remember buffer, trying to use the same function to
create a child entry after the main headline does not honor this
setting, and uses the default behavior of incrementing the stars' count=
by 1.

I.e, instead of this happening in the remember buffer:

* TODO Parent Entry
*** TODO The child entry /after M-S-Right/

what actually ends up happening is:

* TODO Parent Entry
** TODO The child entry /after M-S-Right/
=C2=A0^
=C2=A0|
=C2=A0+---- Notice the missing third star which should have been created

This causes problems in the actual org-buffer later on after the remember note is filed - as org-mode seems to get confused on the outline levels.

I have added the org-mode settings using the `org-submit-bug-report' with some trimming of private settings that probably are not relevant
(e.g. the `org-agenda-custom-commands').


- =C2=A0Anupam Sengupta

------------------------------------------------------------------------ Org-mode variable and customization dump follows =C2=A0>>>>>= >>>>
------------------------------------------------------------------------
Emacs =C2=A0: GNU Emacs 23.1.50.1 (i386-apple-darwin9.7.0, NS apple-appkit-= 949.46)
Package: Org-mode version 6.30c

current state:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(setq
org-empty-line-terminates-plain-lists t
org-log-done t
org-remember-default-headline "INBOX"
org-remember-interactive-interface 'outline-path-completion
org-todo-keyword-faces '(("MEETING" . hi-blue) ("WAITING= " . hi-pink) ("DELEGATED" . hi-pink) ("STARTED" . = hi-green))
org-special-ctrl-a/e t
org-agenda-files '("~/org/work.gpg" "~/org/personal.gpg&= quot;)
org-blocker-hook '(org-block-todo-from-checkboxes org-block-todo-from-c= hildren-or-siblings-or-parent)
org-tag-faces '(("ISSUE" . org-warning) ("Slipped" = . org-warning) ("HEADING" . shadow) ("INFO" . shadow) (= "ATTACH" . org-clock-overlay)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0("Project"= ; . shadow))
org-publish-timestamp-directory "~/org/.org-timestamps/"
org-agenda-tags-column -90
org-hide-leading-stars t
org-checklist-export-function 'org-export-as-ascii
org-agenda-skip-timestamp-if-done t
org-after-todo-state-change-hook '(org-checklist org-clock-out-if-curre= nt)
org-track-ordered-property-with-tag t
org-combined-agenda-icalendar-file "~/org/OrgMode.ics"
org-agenda-default-appointment-duration 60
org-todo-state-tags-triggers '(("PROJECT" ("Project"= ; . t)) ("TODO" ("Project")) ("MEETING" (&quo= t;Project")))
org-special-ctrl-k t
org-remember-mode-hook '(delete-other-windows)
org-agenda-restore-windows-after-quit t
org-deadline-warning-days 3
org-protocol-protocol-alist '(("org-mac-remember" :protocol &= quot;mac-remember" :function org-mac-protocol-remember :kill-client t)= )
org-agenda-skip-scheduled-if-done t
org-export-preprocess-hook '(org-eval-replace-snippts org-export-blocks= -preprocess)
org-tags-exclude-from-inheritance '("HEADING" "Project&q= uot;)
org-tab-first-hook '(org-hide-block-toggle-maybe)
org-src-mode-hook '(org-src-mode-configure-edit-buffer)
org-finalize-agenda-hook '(my-org-agenda-to-appt)
org-confirm-shell-link-function 'yes-or-no-p
org-toc-info-mode t
org-clock-persist t
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-icalendar-include-sexps nil
org-registry-file "~/.emacs.d/data/org-registry.el"
org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawer= s org-cycle-show-empty-lines
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 org-optimize-windo= w-after-visibility-change)
org-publish-project-alist '(("org-notes" :base-directory &quo= t;~/org/" :base-extension "gpg" :publishing-directory "= ~/public_html" :recursive
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 nil :publishing-function org-publish-org-to-html := headline-levels 4 :auto-preamble t)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0)
org-fontify-done-headline t
org-mode-hook '((lambda nil (setq org-mouse-context-menu-function (quot= e org-mouse-context-menu))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (when (memq (quote= context-menu) org-mouse-features)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(define-key = org-mouse-map (if (featurep (quote xemacs)) [button3] [mouse-3]) nil)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(define-key = org-mode-map [mouse-3] (quote org-mouse-show-context-menu)))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (define-key org-mo= de-map [down-mouse-1] (quote org-mouse-down-mouse))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (when (memq (quote= context-menu) org-mouse-features)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(define-key = org-mouse-map [C-drag-mouse-1] (quote org-mouse-move-tree))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(define-key = org-mouse-map [C-down-mouse-1] (quote org-mouse-move-tree-start)))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (when (memq (quote= yank-link) org-mouse-features) (define-key org-mode-map [S-mouse-2] (quote= org-mouse-yank-link))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(define-key = org-mode-map [drag-mouse-3] (quote org-mouse-yank-link)))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (when (memq (quote= move-tree) org-mouse-features) (define-key org-mouse-map [drag-mouse-3] (q= uote org-mouse-move-tree))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(define-key = org-mouse-map [down-mouse-3] (quote org-mouse-move-tree-start)))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (when (memq (quote= activate-stars) org-mouse-features)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(font-lock-a= dd-keywords nil
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (\` (((\, o= utline-regexp) 0 (\` (face org-link mouse-face highlight keymap (\, org-mou= se-map))) (quote prepend)))) t)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (when (memq (quote= activate-bullets) org-mouse-features)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(font-lock-a= dd-keywords nil
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (\`
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0((&qu= ot;^[ =C2=A0 =C2=A0 =C2=A0 ]*\\([-+*]\\|[0-9]+[.)]\\) +"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0(1 (\` (face org-link keymap (\, org-mouse-map) mouse-face highlight)) (= quote prepend)))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ) =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 t)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (when (memq (quote= activate-checkboxes) org-mouse-features)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(font-lock-a= dd-keywords nil
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (\`
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0((&qu= ot;^[ =C2=A0 =C2=A0 =C2=A0 ]*\\([-+*]\\|[0-9]+[.)]\\) +\\(\\[[ X]\\]\\)&quo= t;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0(2 (\` (face bold keymap (\, org-mouse-map) mouse-face highlight)) t)) =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ) =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 t)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (defadvice org-ope= n-at-point (around org-mouse-open-at-point activate)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(let ((conte= xt (org-context)))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (cond ((ass= q :headline-stars context) (org-cycle)) ((assq :checkbox context) (org-togg= le-checkbox))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0((ass= q :item-bullet context) (let ((org-cycle-include-plain-lists t)) (org-cycle= ))) (t ad-do-it))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0#[nil "\303\30= 4 =C2=A0\305 =C2=A0 ! L\210*\306\n\307\310#\207"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0[value var y= as/keymap yas/trigger-key [tab] make-local-variable define-key [tab] yas/ne= xt-field-group] 4]
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0org-clock-load #[ni= l "\300\301!\207" [imenu-add-to-menubar "Headings"] 2] = turn-on-auto-fill
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0#[nil "\300\30= 1\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-bloc= k-all append local] 5])
org-font-lock-hook '(org-eval-handle-snippets)
org-agenda-ndays 1
org-refile-targets '((nil :maxlevel . 3))
org-confirm-elisp-link-function 'yes-or-no-p
org-log-into-drawer t
org-clock-modeline-total 'current
org-agenda-mode-hook '((lambda nil (setq org-mouse-context-menu-functio= n (quote org-mouse-agenda-context-menu))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0(define-key org-agenda-keymap (if (featurep (quote xemacs)) [butt= on3] [mouse-3])
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 (quote org-mouse-show-context-menu))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0(define-key org-agenda-keymap [down-mouse-3] (quote org-mouse-mov= e-tree-start))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0(define-key org-agenda-keymap (if (featurep (quote xemacs)) [(con= trol mouse-4)] [C-mouse-4])
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 (quote org-agenda-earlier))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0(define-key org-agenda-keymap (if (featurep (quote xemacs)) [(con= trol mouse-5)] [C-mouse-5])
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 (quote org-agenda-later))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0(define-key org-agenda-keymap [drag-mouse-3]
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 (quote
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0(lambda (event) (interactive "e")
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 (case (org-mouse-get-gesture event) (:left (org-agenda-ea= rlier 1)) (:right (org-agenda-later 1))))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 )
org-footnote-auto-adjust t
org-agenda-skip-deadline-if-done t
org-enforce-todo-dependencies t
org-occur-hook '(org-first-headline-recenter)
org-drawers '("PROPERTIES" "CLOCK" "DETAILS&qu= ot; "SETUP" "LOGBOOK")
org-tags-column -99
org-modules '(org-bbdb org-bibtex org-gnus org-info org-jsinfo org-mac-= message org-protocol org-mouse org-bookmark org-checklist org-eval
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0org-expiry org-panel org-r= egistry org2rem org-toc org-mac-protocol)
org-remember-templates '(("Next Work Action" 110 "* TODO= %^{Heading} %^g\n =C2=A0SCHEDULED: %^{Scheduled for}t\n =C2=A0%?%i\n =C2= =A0%a" "~/org/work.gpg"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0"INBOX" nil)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 ("Next Personal Action" 112 "* TODO %^{Heading} %= ^g\n =C2=A0SCHEDULED: %^{Scheduled For}t\n =C2=A0%?%i\n =C2=A0%a"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0"~/org/personal.gpg" "INBOX" nil))
org-icalendar-include-todo t
org-ellipsis 'org-warning
org-enforce-todo-checkbox-dependencies t
org-expiry-handler-function 'org-toggle-archive-tag
)


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gn= u.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


--000e0cd5c380b73dda0472ae3428-- --===============0653937795== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0653937795==--