* Org-mode version 6.30e; Error in post-command-hook
@ 2009-09-20 15:34 George Pearson
2009-09-22 11:11 ` Carsten Dominik
2009-09-22 15:49 ` George Pearson
0 siblings, 2 replies; 6+ messages in thread
From: George Pearson @ 2009-09-20 15:34 UTC (permalink / raw)
To: emacs-orgmode
org-submit-bug-report output below.
I have been getting the following message in the minibuffer
area when marking tasks done in the daily agenda:
Error in post-command-hook: (error Cannot switch buffers in a dedicated
window)
The item in the underlying org file IS marked DONE, and items with
repeaters appear to be rescheduled properly. HOWEVER, the log lines,
like
- State "DONE" from "TODO" [2009-09-07 Mon 10:36]
do NOT appear.
Note I have been using:
org-agenda-window-setup 'other-frame
for some time now, but I notice there has been a recent change
related to this variable. Could this be the source of the
problem?
I believe the error message appears on other operations in the
daily agenda as well, but have not yet studied this in detail.
---------- bug report output ---------------
Emacs : GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600)
of 2008-09-06 on SOFT-MJASON
Package: Org-mode version 6.30e
current state:
==============
(setq
org-empty-line-terminates-plain-lists t
org-remember-interactive-interface 'outline
org-agenda-files '("~/orgfiles/master.org" "~/orgfiles/recurring.org")
org-agenda-window-setup 'other-frame
org-after-todo-state-change-hook '(org-clock-out-if-current)
org-agenda-todo-ignore-scheduled t
org-agenda-skip-scheduled-if-done t
org-export-preprocess-hook '(org-export-blocks-preprocess)
org-tab-first-hook '(org-hide-block-toggle-maybe)
org-src-mode-hook '(org-src-mode-configure-edit-buffer)
org-confirm-shell-link-function 'yes-or-no-p
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-default-notes-file "/home/george/orgfiles/master.org"
org-directory "/home/george/orgfiles/"
org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-
drawers
org-cycle-show-empty-lines
org-optimize-window-after-visibility-change)
org-mode-hook '(#[nil "\300\301\302\303\304$\207"
[org-add-hook change-major-mode-hook org-show-block-all
append local]
5]
turn-on-font-lock)
org-agenda-ndays 1
org-global-properties '(("Effort_ALL" .
"0 0:05 0:10 0:15 0:20 0:30 0:45 1:00 1:30 2:00")
)
org-confirm-elisp-link-function 'yes-or-no-p
org-agenda-mode-hook '((lambda nil (hl-line-mode 1)))
org-agenda-start-on-weekday nil
org-reverse-note-order t
org-occur-hook '(org-first-headline-recenter)
org-agenda-todo-ignore-deadlines t
org-columns-default-format "%CATEGORY %35ITEM %Effort{:} %PRIORITY
%ALLTAGS"
org-remember-templates '(("Todo" 116 "* TODO %?\n %u\n" nil nil nil))
org-agenda-use-time-grid nil
)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org-mode version 6.30e; Error in post-command-hook
2009-09-20 15:34 Org-mode version 6.30e; Error in post-command-hook George Pearson
@ 2009-09-22 11:11 ` Carsten Dominik
2009-09-22 15:49 ` George Pearson
1 sibling, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2009-09-22 11:11 UTC (permalink / raw)
To: George Pearson; +Cc: emacs-orgmode
Hi George,
I believe this is fixed now. Thank you for your report.
- Carsten
On Sep 20, 2009, at 4:34 PM, George Pearson wrote:
> org-submit-bug-report output below.
>
> I have been getting the following message in the minibuffer
> area when marking tasks done in the daily agenda:
>
> Error in post-command-hook: (error Cannot switch buffers in a
> dedicated
> window)
>
> The item in the underlying org file IS marked DONE, and items with
> repeaters appear to be rescheduled properly. HOWEVER, the log lines,
> like
>
> - State "DONE" from "TODO" [2009-09-07 Mon 10:36]
>
> do NOT appear.
>
> Note I have been using:
>
> org-agenda-window-setup 'other-frame
>
> for some time now, but I notice there has been a recent change
> related to this variable. Could this be the source of the
> problem?
>
> I believe the error message appears on other operations in the
> daily agenda as well, but have not yet studied this in detail.
>
> ---------- bug report output ---------------
>
> Emacs : GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600)
> of 2008-09-06 on SOFT-MJASON
> Package: Org-mode version 6.30e
>
> current state:
> ==============
> (setq
> org-empty-line-terminates-plain-lists t
> org-remember-interactive-interface 'outline
> org-agenda-files '("~/orgfiles/master.org" "~/orgfiles/recurring.org")
> org-agenda-window-setup 'other-frame
> org-after-todo-state-change-hook '(org-clock-out-if-current)
> org-agenda-todo-ignore-scheduled t
> org-agenda-skip-scheduled-if-done t
> org-export-preprocess-hook '(org-export-blocks-preprocess)
> org-tab-first-hook '(org-hide-block-toggle-maybe)
> org-src-mode-hook '(org-src-mode-configure-edit-buffer)
> org-confirm-shell-link-function 'yes-or-no-p
> org-agenda-before-write-hook '(org-agenda-add-entry-text)
> org-default-notes-file "/home/george/orgfiles/master.org"
> org-directory "/home/george/orgfiles/"
> org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-
> drawers
> org-cycle-show-empty-lines
> org-optimize-window-after-visibility-change)
> org-mode-hook '(#[nil "\300\301\302\303\304$\207"
> [org-add-hook change-major-mode-hook org-show-block-all
> append local]
> 5]
> turn-on-font-lock)
> org-agenda-ndays 1
> org-global-properties '(("Effort_ALL" .
> "0 0:05 0:10 0:15 0:20 0:30 0:45 1:00 1:30 2:00")
> )
> org-confirm-elisp-link-function 'yes-or-no-p
> org-agenda-mode-hook '((lambda nil (hl-line-mode 1)))
> org-agenda-start-on-weekday nil
> org-reverse-note-order t
> org-occur-hook '(org-first-headline-recenter)
> org-agenda-todo-ignore-deadlines t
> org-columns-default-format "%CATEGORY %35ITEM %Effort{:} %PRIORITY
> %ALLTAGS"
> org-remember-templates '(("Todo" 116 "* TODO %?\n %u\n" nil nil nil))
> org-agenda-use-time-grid nil
> )
>
>
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org-mode version 6.30e; Error in post-command-hook
2009-09-20 15:34 Org-mode version 6.30e; Error in post-command-hook George Pearson
2009-09-22 11:11 ` Carsten Dominik
@ 2009-09-22 15:49 ` George Pearson
2009-09-28 20:10 ` Carsten Dominik
1 sibling, 1 reply; 6+ messages in thread
From: George Pearson @ 2009-09-22 15:49 UTC (permalink / raw)
To: emacs-orgmode
On 20 Sep 2009, Carsten wrote:
> I believe this is fixed now. Thank you for your report.
I tried to test the fix, but maybe I don't know what I'm doing -
tried the zip file corresponding to the fix, and also tried the
org-latest.zip file. However both fail when starting emacs
because org-install is missing. Advice?
On 20 Sep 2009 at 11:34, George Pearson wrote:
> org-submit-bug-report output below.
>
> I have been getting the following message in the minibuffer
> area when marking tasks done in the daily agenda:
>
> Error in post-command-hook: (error Cannot switch buffers in a dedicated
> window)
>
> The item in the underlying org file IS marked DONE, and items with
> repeaters appear to be rescheduled properly. HOWEVER, the log lines,
> like
>
> - State "DONE" from "TODO" [2009-09-07 Mon 10:36]
>
> do NOT appear.
>
> Note I have been using:
>
> org-agenda-window-setup 'other-frame
>
> for some time now, but I notice there has been a recent change
> related to this variable. Could this be the source of the
> problem?
>
> I believe the error message appears on other operations in the
> daily agenda as well, but have not yet studied this in detail.
>
> ---------- bug report output ---------------
>
> Emacs : GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600)
> of 2008-09-06 on SOFT-MJASON
> Package: Org-mode version 6.30e
>
> current state:
> ==============
> (setq
> org-empty-line-terminates-plain-lists t
> org-remember-interactive-interface 'outline
> org-agenda-files '("~/orgfiles/master.org" "~/orgfiles/recurring.org")
> org-agenda-window-setup 'other-frame
> org-after-todo-state-change-hook '(org-clock-out-if-current)
> org-agenda-todo-ignore-scheduled t
> org-agenda-skip-scheduled-if-done t
> org-export-preprocess-hook '(org-export-blocks-preprocess)
> org-tab-first-hook '(org-hide-block-toggle-maybe)
> org-src-mode-hook '(org-src-mode-configure-edit-buffer)
> org-confirm-shell-link-function 'yes-or-no-p
> org-agenda-before-write-hook '(org-agenda-add-entry-text)
> org-default-notes-file "/home/george/orgfiles/master.org"
> org-directory "/home/george/orgfiles/"
> org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-
> drawers
> org-cycle-show-empty-lines
> org-optimize-window-after-visibility-change)
> org-mode-hook '(#[nil "\300\301\302\303\304$\207"
> [org-add-hook change-major-mode-hook org-show-block-all
> append local]
> 5]
> turn-on-font-lock)
> org-agenda-ndays 1
> org-global-properties '(("Effort_ALL" .
> "0 0:05 0:10 0:15 0:20 0:30 0:45 1:00 1:30 2:00")
> )
> org-confirm-elisp-link-function 'yes-or-no-p
> org-agenda-mode-hook '((lambda nil (hl-line-mode 1)))
> org-agenda-start-on-weekday nil
> org-reverse-note-order t
> org-occur-hook '(org-first-headline-recenter)
> org-agenda-todo-ignore-deadlines t
> org-columns-default-format "%CATEGORY %35ITEM %Effort{:} %PRIORITY
> %ALLTAGS"
> org-remember-templates '(("Todo" 116 "* TODO %?\n %u\n" nil nil nil))
> org-agenda-use-time-grid nil
> )
>
>
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org-mode version 6.30e; Error in post-command-hook
2009-09-22 15:49 ` George Pearson
@ 2009-09-28 20:10 ` Carsten Dominik
2009-09-28 20:29 ` George Pearson
0 siblings, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2009-09-28 20:10 UTC (permalink / raw)
To: George Pearson; +Cc: emacs-orgmode
On Sep 22, 2009, at 4:49 PM, George Pearson wrote:
> On 20 Sep 2009, Carsten wrote:
>
>> I believe this is fixed now. Thank you for your report.
>
> I tried to test the fix, but maybe I don't know what I'm doing -
> tried the zip file corresponding to the fix, and also tried the
> org-latest.zip file. However both fail when starting emacs
> because org-install is missing. Advice?
Make org-install by running "make autoloads" or copy it
from the latest full release.
- Carsten
>
>
> On 20 Sep 2009 at 11:34, George Pearson wrote:
>
>> org-submit-bug-report output below.
>>
>> I have been getting the following message in the minibuffer
>> area when marking tasks done in the daily agenda:
>>
>> Error in post-command-hook: (error Cannot switch buffers in a
>> dedicated
>> window)
>>
>> The item in the underlying org file IS marked DONE, and items with
>> repeaters appear to be rescheduled properly. HOWEVER, the log lines,
>> like
>>
>> - State "DONE" from "TODO" [2009-09-07 Mon 10:36]
>>
>> do NOT appear.
>>
>> Note I have been using:
>>
>> org-agenda-window-setup 'other-frame
>>
>> for some time now, but I notice there has been a recent change
>> related to this variable. Could this be the source of the
>> problem?
>>
>> I believe the error message appears on other operations in the
>> daily agenda as well, but have not yet studied this in detail.
>>
>> ---------- bug report output ---------------
>>
>> Emacs : GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600)
>> of 2008-09-06 on SOFT-MJASON
>> Package: Org-mode version 6.30e
>>
>> current state:
>> ==============
>> (setq
>> org-empty-line-terminates-plain-lists t
>> org-remember-interactive-interface 'outline
>> org-agenda-files '("~/orgfiles/master.org" "~/orgfiles/
>> recurring.org")
>> org-agenda-window-setup 'other-frame
>> org-after-todo-state-change-hook '(org-clock-out-if-current)
>> org-agenda-todo-ignore-scheduled t
>> org-agenda-skip-scheduled-if-done t
>> org-export-preprocess-hook '(org-export-blocks-preprocess)
>> org-tab-first-hook '(org-hide-block-toggle-maybe)
>> org-src-mode-hook '(org-src-mode-configure-edit-buffer)
>> org-confirm-shell-link-function 'yes-or-no-p
>> org-agenda-before-write-hook '(org-agenda-add-entry-text)
>> org-default-notes-file "/home/george/orgfiles/master.org"
>> org-directory "/home/george/orgfiles/"
>> org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-
>> drawers
>> org-cycle-show-empty-lines
>> org-optimize-window-after-visibility-change)
>> org-mode-hook '(#[nil "\300\301\302\303\304$\207"
>> [org-add-hook change-major-mode-hook org-show-block-all
>> append local]
>> 5]
>> turn-on-font-lock)
>> org-agenda-ndays 1
>> org-global-properties '(("Effort_ALL" .
>> "0 0:05 0:10 0:15 0:20 0:30 0:45 1:00 1:30 2:00")
>> )
>> org-confirm-elisp-link-function 'yes-or-no-p
>> org-agenda-mode-hook '((lambda nil (hl-line-mode 1)))
>> org-agenda-start-on-weekday nil
>> org-reverse-note-order t
>> org-occur-hook '(org-first-headline-recenter)
>> org-agenda-todo-ignore-deadlines t
>> org-columns-default-format "%CATEGORY %35ITEM %Effort{:} %PRIORITY
>> %ALLTAGS"
>> org-remember-templates '(("Todo" 116 "* TODO %?\n %u\n" nil nil
>> nil))
>> org-agenda-use-time-grid nil
>> )
>>
>>
>>
>> _______________________________________________
>> 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
>
>
>
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org-mode version 6.30e; Error in post-command-hook
2009-09-28 20:10 ` Carsten Dominik
@ 2009-09-28 20:29 ` George Pearson
2009-09-28 20:33 ` Carsten Dominik
0 siblings, 1 reply; 6+ messages in thread
From: George Pearson @ 2009-09-28 20:29 UTC (permalink / raw)
To: emacs-orgmode
Thanks! Copied in org-install from 6.30e and that did the trick.
So I can now confirm that this post-command-hook error bug is
fixed.
Maybe the situation with org-install should be in the FAQ somewhere
where the use of the development version is discussed. Just a thought.
On 28 Sep 2009 at 22:10, Carsten Dominik wrote:
>
> On Sep 22, 2009, at 4:49 PM, George Pearson wrote:
>
> > On 20 Sep 2009, Carsten wrote:
> >
> >> I believe this is fixed now. Thank you for your report.
> >
> > I tried to test the fix, but maybe I don't know what I'm doing -
> > tried the zip file corresponding to the fix, and also tried the
> > org-latest.zip file. However both fail when starting emacs
> > because org-install is missing. Advice?
>
> Make org-install by running "make autoloads" or copy it
> from the latest full release.
>
> - Carsten
>
> >
> >
> > On 20 Sep 2009 at 11:34, George Pearson wrote:
> >
> >> org-submit-bug-report output below.
> >>
> >> I have been getting the following message in the minibuffer
> >> area when marking tasks done in the daily agenda:
> >>
> >> Error in post-command-hook: (error Cannot switch buffers in a
> >> dedicated
> >> window)
> >>
> >> The item in the underlying org file IS marked DONE, and items with
> >> repeaters appear to be rescheduled properly. HOWEVER, the log lines,
> >> like
> >>
> >> - State "DONE" from "TODO" [2009-09-07 Mon 10:36]
> >>
> >> do NOT appear.
> >>
> >> Note I have been using:
> >>
> >> org-agenda-window-setup 'other-frame
> >>
> >> for some time now, but I notice there has been a recent change
> >> related to this variable. Could this be the source of the
> >> problem?
> >>
> >> I believe the error message appears on other operations in the
> >> daily agenda as well, but have not yet studied this in detail.
> >>
> >> ---------- bug report output ---------------
> >>
> >> Emacs : GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600)
> >> of 2008-09-06 on SOFT-MJASON
> >> Package: Org-mode version 6.30e
> >>
> >> current state:
> >> ==============
> >> (setq
> >> org-empty-line-terminates-plain-lists t
> >> org-remember-interactive-interface 'outline
> >> org-agenda-files '("~/orgfiles/master.org" "~/orgfiles/
> >> recurring.org")
> >> org-agenda-window-setup 'other-frame
> >> org-after-todo-state-change-hook '(org-clock-out-if-current)
> >> org-agenda-todo-ignore-scheduled t
> >> org-agenda-skip-scheduled-if-done t
> >> org-export-preprocess-hook '(org-export-blocks-preprocess)
> >> org-tab-first-hook '(org-hide-block-toggle-maybe)
> >> org-src-mode-hook '(org-src-mode-configure-edit-buffer)
> >> org-confirm-shell-link-function 'yes-or-no-p
> >> org-agenda-before-write-hook '(org-agenda-add-entry-text)
> >> org-default-notes-file "/home/george/orgfiles/master.org"
> >> org-directory "/home/george/orgfiles/"
> >> org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-
> >> drawers
> >> org-cycle-show-empty-lines
> >> org-optimize-window-after-visibility-change)
> >> org-mode-hook '(#[nil "\300\301\302\303\304$\207"
> >> [org-add-hook change-major-mode-hook org-show-block-all
> >> append local]
> >> 5]
> >> turn-on-font-lock)
> >> org-agenda-ndays 1
> >> org-global-properties '(("Effort_ALL" .
> >> "0 0:05 0:10 0:15 0:20 0:30 0:45 1:00 1:30 2:00")
> >> )
> >> org-confirm-elisp-link-function 'yes-or-no-p
> >> org-agenda-mode-hook '((lambda nil (hl-line-mode 1)))
> >> org-agenda-start-on-weekday nil
> >> org-reverse-note-order t
> >> org-occur-hook '(org-first-headline-recenter)
> >> org-agenda-todo-ignore-deadlines t
> >> org-columns-default-format "%CATEGORY %35ITEM %Effort{:} %PRIORITY
> >> %ALLTAGS"
> >> org-remember-templates '(("Todo" 116 "* TODO %?\n %u\n" nil nil
> >> nil))
> >> org-agenda-use-time-grid nil
> >> )
> >>
> >>
> >>
> >> _______________________________________________
> >> 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
> >
> >
> >
> >
> > _______________________________________________
> > 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
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org-mode version 6.30e; Error in post-command-hook
2009-09-28 20:29 ` George Pearson
@ 2009-09-28 20:33 ` Carsten Dominik
0 siblings, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2009-09-28 20:33 UTC (permalink / raw)
To: George Pearson; +Cc: emacs-orgmode
On Sep 28, 2009, at 10:29 PM, George Pearson wrote:
> Thanks! Copied in org-install from 6.30e and that did the trick.
> So I can now confirm that this post-command-hook error bug is
> fixed.
>
> Maybe the situation with org-install should be in the FAQ somewhere
> where the use of the development version is discussed. Just a
> thought.
org-install.el should be present in the "latest" zip, just as it is in
the distros.
I am going to fix this.
Thanks.
- Carsten
>
> On 28 Sep 2009 at 22:10, Carsten Dominik wrote:
>
>>
>> On Sep 22, 2009, at 4:49 PM, George Pearson wrote:
>>
>>> On 20 Sep 2009, Carsten wrote:
>>>
>>>> I believe this is fixed now. Thank you for your report.
>>>
>>> I tried to test the fix, but maybe I don't know what I'm doing -
>>> tried the zip file corresponding to the fix, and also tried the
>>> org-latest.zip file. However both fail when starting emacs
>>> because org-install is missing. Advice?
>>
>> Make org-install by running "make autoloads" or copy it
>> from the latest full release.
>>
>> - Carsten
>>
>>>
>>>
>>> On 20 Sep 2009 at 11:34, George Pearson wrote:
>>>
>>>> org-submit-bug-report output below.
>>>>
>>>> I have been getting the following message in the minibuffer
>>>> area when marking tasks done in the daily agenda:
>>>>
>>>> Error in post-command-hook: (error Cannot switch buffers in a
>>>> dedicated
>>>> window)
>>>>
>>>> The item in the underlying org file IS marked DONE, and items with
>>>> repeaters appear to be rescheduled properly. HOWEVER, the log
>>>> lines,
>>>> like
>>>>
>>>> - State "DONE" from "TODO" [2009-09-07 Mon 10:36]
>>>>
>>>> do NOT appear.
>>>>
>>>> Note I have been using:
>>>>
>>>> org-agenda-window-setup 'other-frame
>>>>
>>>> for some time now, but I notice there has been a recent change
>>>> related to this variable. Could this be the source of the
>>>> problem?
>>>>
>>>> I believe the error message appears on other operations in the
>>>> daily agenda as well, but have not yet studied this in detail.
>>>>
>>>> ---------- bug report output ---------------
>>>>
>>>> Emacs : GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600)
>>>> of 2008-09-06 on SOFT-MJASON
>>>> Package: Org-mode version 6.30e
>>>>
>>>> current state:
>>>> ==============
>>>> (setq
>>>> org-empty-line-terminates-plain-lists t
>>>> org-remember-interactive-interface 'outline
>>>> org-agenda-files '("~/orgfiles/master.org" "~/orgfiles/
>>>> recurring.org")
>>>> org-agenda-window-setup 'other-frame
>>>> org-after-todo-state-change-hook '(org-clock-out-if-current)
>>>> org-agenda-todo-ignore-scheduled t
>>>> org-agenda-skip-scheduled-if-done t
>>>> org-export-preprocess-hook '(org-export-blocks-preprocess)
>>>> org-tab-first-hook '(org-hide-block-toggle-maybe)
>>>> org-src-mode-hook '(org-src-mode-configure-edit-buffer)
>>>> org-confirm-shell-link-function 'yes-or-no-p
>>>> org-agenda-before-write-hook '(org-agenda-add-entry-text)
>>>> org-default-notes-file "/home/george/orgfiles/master.org"
>>>> org-directory "/home/george/orgfiles/"
>>>> org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-
>>>> drawers
>>>> org-cycle-show-empty-lines
>>>> org-optimize-window-after-visibility-change)
>>>> org-mode-hook '(#[nil "\300\301\302\303\304$\207"
>>>> [org-add-hook change-major-mode-hook org-show-block-all
>>>> append local]
>>>> 5]
>>>> turn-on-font-lock)
>>>> org-agenda-ndays 1
>>>> org-global-properties '(("Effort_ALL" .
>>>> "0 0:05 0:10 0:15 0:20 0:30 0:45 1:00 1:30 2:00")
>>>> )
>>>> org-confirm-elisp-link-function 'yes-or-no-p
>>>> org-agenda-mode-hook '((lambda nil (hl-line-mode 1)))
>>>> org-agenda-start-on-weekday nil
>>>> org-reverse-note-order t
>>>> org-occur-hook '(org-first-headline-recenter)
>>>> org-agenda-todo-ignore-deadlines t
>>>> org-columns-default-format "%CATEGORY %35ITEM %Effort{:} %PRIORITY
>>>> %ALLTAGS"
>>>> org-remember-templates '(("Todo" 116 "* TODO %?\n %u\n" nil nil
>>>> nil))
>>>> org-agenda-use-time-grid nil
>>>> )
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> 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
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> 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
>>
>
>
>
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-09-28 20:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-20 15:34 Org-mode version 6.30e; Error in post-command-hook George Pearson
2009-09-22 11:11 ` Carsten Dominik
2009-09-22 15:49 ` George Pearson
2009-09-28 20:10 ` Carsten Dominik
2009-09-28 20:29 ` George Pearson
2009-09-28 20:33 ` Carsten Dominik
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.