* Org-mode version 6.32; org-replace-disputed-keys t - breaks time shifts with S-up/down/left/right
@ 2009-10-27 7:03 Kai Tetzlaff
2009-10-28 16:55 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: Kai Tetzlaff @ 2009-10-27 7:03 UTC (permalink / raw)
To: emacs-orgmode
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------
Some days ago i noticed that time shifting in CLOCK lines stopped working.
I've now toggled some org config variables and found that this happens when
org-replace-disputed-keys is set to t. This was not the case with earlier
org-mode versions.
Emacs : GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600)
of 2009-10-14 on LENNART-69DE564 (patched)
Package: Org-mode version 6.32
current state:
==============
(setq
org-empty-line-terminates-plain-lists t
org-log-done 'time
org-file-apps '((auto-mode . emacs) ("\\.x?html?\\'" . default) ("\\.pdf\\'" . default)
(directory dired-other-frame file))
org-link-frame-setup '((vm . vm-visit-folder-other-frame) (gnus . gnus-other-frame)
(file . find-file-other-frame))
org-special-ctrl-a/e 'reversed
org-agenda-clockreport-parameter-plist '(:link nil :maxlevel 4)
org-agenda-files '("~/.emacs.d/org/agenda")
org-clock-persist-query-resume nil
org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent)
org-publish-timestamp-directory "~/.emacs.d/tmp/org-timestamps/"
org-export-with-sub-superscripts '{}
org-hide-leading-stars t
org-after-todo-state-change-hook '(org-clock-out-if-current)
org-clock-out-when-done nil
org-clock-history-length 25
org-odd-levels-only t
outline-minor-mode-prefix "\x03\x0f"
org-special-ctrl-k t
org-publish-use-timestamps-flag nil
org-support-shift-select t
org-clock-in-resume t
org-export-preprocess-hook '(org-export-blocks-preprocess)
org-tags-exclude-from-inheritance '("cmm" "cmn" "cmr")
org-tab-first-hook '(org-hide-block-toggle-maybe)
outline-regexp "\\*+ "
org-src-mode-hook '(org-src-mode-configure-edit-buffer)
org-confirm-shell-link-function 'yes-or-no-p
org-clock-persist t
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-M-RET-may-split-line '((default . t) (headline))
org-default-notes-file "~/.emacs.d/org/notes.org"
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 '(("NasTCs-org" :base-directory "~/.emacs.d/org/agenda/STF160" :base-extension
"org" :exclude "\\(org\\|html\\|css\\)" :include
("index.org" "NasTestcases.org") :publishing-directory "~/NasTcOverview"
:publishing-function (kt:publish-html org-publish-org-to-org) :plain-source t
:htmlized-source t :link-validation-function kt:copy-and-validate-link :title
"NAS Testcase Overview" :style
"<link rel=\"StyleSheet\"\n href=\"css/nas.css\"\n type=\"text/css\">"
:table-of-contents t :section-numbers nil :headline-levels 3 :sub-superscript
nil :todo-keywords t :drawers t :tags not-in-toc :timestamps t :auto-index nil
:exclude-tags ("mdesc" "limpl"))
("NasTCs-other" :base-directory "~/.emacs.d/org/agenda/STF160" :recursive t
:no-timestamps t :base-extension "css\\|js" :include (".htaccess")
:publishing-directory "~/NasTcOverview" :publishing-function
org-publish-attachment)
("NasTCs" :components ("NasTCs-other" "NasTCs-org"))
("CMerge" :base-directory "~/.emacs.d/org/agenda/STF160" :exclude ".*" :include
("NasTestcases.org") :publishing-directory "~/NasTcMerge" :publishing-function
(kt:publish-html org-publish-org-to-org) :link-validation-function
kt:copy-and-validate-link :title "Merge/Align EPS-only/Combined NAS TCs"
:table-of-contents nil :section-numbers nil :headline-levels 3
:sub-superscript nil :todo-keywords t :drawers ("PROPERTIES") :tags nil
:timestamps nil :auto-index nil :select-tags ("cmm" "cmn" "cmr") :exclude-tags
("limpl" "tci"))
)
org-mode-hook '(org-clock-load
#[nil "\300\301\302\303\304$\207"
[org-add-hook change-major-mode-hook org-show-block-all append local] 5]
)
org-clock-out-remove-zero-time-clocks t
org-refile-targets '((org-agenda-files :maxlevel . 3) (nil :maxlevel . 3))
org-return-follows-link t
org-confirm-elisp-link-function 'yes-or-no-p
org-refile-use-outline-path 'file
org-log-into-drawer t
org-enforce-todo-dependencies t
org-insert-heading-respect-content t
org-insert-mode-line-in-empty-file t
org-publish-after-export-hook '(kt:org-publish)
org-occur-hook '(org-first-headline-recenter)
org-yank-adjusted-subtrees t
org-agenda-log-mode-items '(clock)
outline-level-function 'outline-level-default
org-remember-templates '(("Bug" 98 "* BUG %?\n %i\n %a" "agenda/bugs.org" "Bugs")
("Todo" 116 "* TODO %?\n %i\n %a" "agenda/todo.org" "Tasks")
("Testcase" 99 "* TODO-TC %?\n %i\n %a" "agenda/todo.org" "Testcase Issues")
("Note" 110 "* %U %?\n\n %i\n %a" "agenda/notes.org" "Notes")
("Idea" 105 "* %^{Title}\n %i\n %a" "agenda/journal.org" "New Ideas"))
org-clock-persist-file "~/.org-clock-save.el"
)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Org-mode version 6.32; org-replace-disputed-keys t - breaks time shifts with S-up/down/left/right
2009-10-27 7:03 Org-mode version 6.32; org-replace-disputed-keys t - breaks time shifts with S-up/down/left/right Kai Tetzlaff
@ 2009-10-28 16:55 ` Carsten Dominik
2009-10-28 22:15 ` Kai Tetzlaff
0 siblings, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2009-10-28 16:55 UTC (permalink / raw)
To: Kai Tetzlaff; +Cc: emacs-orgmode
Hi Kai,
On Oct 27, 2009, at 8:03 AM, Kai Tetzlaff wrote:
>
> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen. You don't know how to make a good report?
> See
>
> http://orgmode.org/manual/Feedback.html#Feedback
>
> Your bug report will be posted to the Org-mode mailing list.
> ------------------------------------------------------------------------
>
> Some days ago i noticed that time shifting in CLOCK lines stopped
> working.
> I've now toggled some org config variables and found that this
> happens when
> org-replace-disputed-keys is set to t. This was not the case with
> earlier
> org-mode versions.
What exactly did work, and what does now no longer work?
- Carsten
>
> Emacs : GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600)
> of 2009-10-14 on LENNART-69DE564 (patched)
> Package: Org-mode version 6.32
>
> current state:
> ==============
> (setq
> org-empty-line-terminates-plain-lists t
> org-log-done 'time
> org-file-apps '((auto-mode . emacs) ("\\.x?html?\\'" . default) ("\
> \.pdf\\'" . default)
> (directory dired-other-frame file))
> org-link-frame-setup '((vm . vm-visit-folder-other-frame) (gnus .
> gnus-other-frame)
> (file . find-file-other-frame))
> org-special-ctrl-a/e 'reversed
> org-agenda-clockreport-parameter-plist '(:link nil :maxlevel 4)
> org-agenda-files '("~/.emacs.d/org/agenda")
> org-clock-persist-query-resume nil
> org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent)
> org-publish-timestamp-directory "~/.emacs.d/tmp/org-timestamps/"
> org-export-with-sub-superscripts '{}
> org-hide-leading-stars t
> org-after-todo-state-change-hook '(org-clock-out-if-current)
> org-clock-out-when-done nil
> org-clock-history-length 25
> org-odd-levels-only t
> outline-minor-mode-prefix "\x03\x0f"
> org-special-ctrl-k t
> org-publish-use-timestamps-flag nil
> org-support-shift-select t
> org-clock-in-resume t
> org-export-preprocess-hook '(org-export-blocks-preprocess)
> org-tags-exclude-from-inheritance '("cmm" "cmn" "cmr")
> org-tab-first-hook '(org-hide-block-toggle-maybe)
> outline-regexp "\\*+ "
> org-src-mode-hook '(org-src-mode-configure-edit-buffer)
> org-confirm-shell-link-function 'yes-or-no-p
> org-clock-persist t
> org-agenda-before-write-hook '(org-agenda-add-entry-text)
> org-M-RET-may-split-line '((default . t) (headline))
> org-default-notes-file "~/.emacs.d/org/notes.org"
> 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 '(("NasTCs-org" :base-directory
> "~/.emacs.d/org/agenda/STF160" :base-extension
> "org" :exclude "\\(org\\|html\\|css\
> \)" :include
> ("index.org"
> "NasTestcases.org") :publishing-directory "~/NasTcOverview"
> :publishing-function (kt:publish-html
> org-publish-org-to-org) :plain-source t
> :htmlized-source t :link-validation-
> function kt:copy-and-validate-link :title
> "NAS Testcase Overview" :style
> "<link rel=\"StyleSheet
> \"\n href=\"css/nas.css
> \"\n type=\"text/css\">"
> :table-of-contents t :section-numbers
> nil :headline-levels 3 :sub-superscript
> nil :todo-keywords t :drawers t :tags
> not-in-toc :timestamps t :auto-index nil
> :exclude-tags ("mdesc" "limpl"))
> ("NasTCs-other" :base-directory
> "~/.emacs.d/org/agenda/STF160" :recursive t
> :no-timestamps t :base-extension "css\\|
> js" :include (".htaccess")
> :publishing-directory "~/
> NasTcOverview" :publishing-function
> org-publish-attachment)
> ("NasTCs" :components ("NasTCs-other"
> "NasTCs-org"))
> ("CMerge" :base-directory "~/.emacs.d/
> org/agenda/STF160" :exclude ".*" :include
> ("NasTestcases.org") :publishing-
> directory "~/NasTcMerge" :publishing-function
> (kt:publish-html org-publish-org-to-
> org) :link-validation-function
> kt:copy-and-validate-link :title "Merge/
> Align EPS-only/Combined NAS TCs"
> :table-of-contents nil :section-numbers
> nil :headline-levels 3
> :sub-superscript nil :todo-keywords
> t :drawers ("PROPERTIES") :tags nil
> :timestamps nil :auto-index nil :select-
> tags ("cmm" "cmn" "cmr") :exclude-tags
> ("limpl" "tci"))
> )
> org-mode-hook '(org-clock-load
> #[nil "\300\301\302\303\304$\207"
> [org-add-hook change-major-mode-hook org-show-
> block-all append local] 5]
> )
> org-clock-out-remove-zero-time-clocks t
> org-refile-targets '((org-agenda-files :maxlevel . 3)
> (nil :maxlevel . 3))
> org-return-follows-link t
> org-confirm-elisp-link-function 'yes-or-no-p
> org-refile-use-outline-path 'file
> org-log-into-drawer t
> org-enforce-todo-dependencies t
> org-insert-heading-respect-content t
> org-insert-mode-line-in-empty-file t
> org-publish-after-export-hook '(kt:org-publish)
> org-occur-hook '(org-first-headline-recenter)
> org-yank-adjusted-subtrees t
> org-agenda-log-mode-items '(clock)
> outline-level-function 'outline-level-default
> org-remember-templates '(("Bug" 98 "* BUG %?\n %i\n %a" "agenda/
> bugs.org" "Bugs")
> ("Todo" 116 "* TODO %?\n %i\n %a" "agenda/
> todo.org" "Tasks")
> ("Testcase" 99 "* TODO-TC %?\n %i\n %a"
> "agenda/todo.org" "Testcase Issues")
> ("Note" 110 "* %U %?\n\n %i\n %a" "agenda/
> notes.org" "Notes")
> ("Idea" 105 "* %^{Title}\n %i\n %a"
> "agenda/journal.org" "New Ideas"))
> org-clock-persist-file "~/.org-clock-save.el"
> )
>
>
> _______________________________________________
> 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
- Carsten
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Org-mode version 6.32; org-replace-disputed-keys t - breaks time shifts with S-up/down/left/right
2009-10-28 16:55 ` Carsten Dominik
@ 2009-10-28 22:15 ` Kai Tetzlaff
2009-10-29 13:01 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: Kai Tetzlaff @ 2009-10-28 22:15 UTC (permalink / raw)
To: Carsten Dominik; +Cc: Kai Tetzlaff, emacs-orgmode
At Wed, 28 Oct 2009 17:55:44 +0100,
Hi Carsten,
> >
> > Some days ago i noticed that time shifting in CLOCK lines stopped
> > working.
> > I've now toggled some org config variables and found that this
> > happens when
> > org-replace-disputed-keys is set to t. This was not the case with
> > earlier
> > org-mode versions.
>
> What exactly did work, and what does now no longer work?
>
> - Carsten
Since about a week/10d ago i could use S-up/down/left/right to manipulate
dates and timestamps in CLOCK: lines independent of the value of
org-replace-disputed-keys. Now with org-replace-disputed-keys set to t, the
shifted arrow key just start/extend the region (with
pc-selection-mode/shift-select-mode turned on). It's not a big deal to me. I
just noticed a change in how things work.
/Kai
>
>
> >
> > Emacs : GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600)
> > of 2009-10-14 on LENNART-69DE564 (patched)
> > Package: Org-mode version 6.32
> >
> > current state:
> > ==============
> > (setq
> > org-empty-line-terminates-plain-lists t
> > org-log-done 'time
> > org-file-apps '((auto-mode . emacs) ("\\.x?html?\\'" . default) ("\
> > \.pdf\\'" . default)
> > (directory dired-other-frame file))
> > org-link-frame-setup '((vm . vm-visit-folder-other-frame) (gnus .
> > gnus-other-frame)
> > (file . find-file-other-frame))
> > org-special-ctrl-a/e 'reversed
> > org-agenda-clockreport-parameter-plist '(:link nil :maxlevel 4)
> > org-agenda-files '("~/.emacs.d/org/agenda")
> > org-clock-persist-query-resume nil
> > org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent)
> > org-publish-timestamp-directory "~/.emacs.d/tmp/org-timestamps/"
> > org-export-with-sub-superscripts '{}
> > org-hide-leading-stars t
> > org-after-todo-state-change-hook '(org-clock-out-if-current)
> > org-clock-out-when-done nil
> > org-clock-history-length 25
> > org-odd-levels-only t
> > outline-minor-mode-prefix "\x03\x0f"
> > org-special-ctrl-k t
> > org-publish-use-timestamps-flag nil
> > org-support-shift-select t
> > org-clock-in-resume t
> > org-export-preprocess-hook '(org-export-blocks-preprocess)
> > org-tags-exclude-from-inheritance '("cmm" "cmn" "cmr")
> > org-tab-first-hook '(org-hide-block-toggle-maybe)
> > outline-regexp "\\*+ "
> > org-src-mode-hook '(org-src-mode-configure-edit-buffer)
> > org-confirm-shell-link-function 'yes-or-no-p
> > org-clock-persist t
> > org-agenda-before-write-hook '(org-agenda-add-entry-text)
> > org-M-RET-may-split-line '((default . t) (headline))
> > org-default-notes-file "~/.emacs.d/org/notes.org"
> > 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 '(("NasTCs-org" :base-directory
> > "~/.emacs.d/org/agenda/STF160" :base-extension
> > "org" :exclude "\\(org\\|html\\|css\
> > \)" :include
> > ("index.org"
> > "NasTestcases.org") :publishing-directory "~/NasTcOverview"
> > :publishing-function (kt:publish-html
> > org-publish-org-to-org) :plain-source t
> > :htmlized-source t :link-validation-
> > function kt:copy-and-validate-link :title
> > "NAS Testcase Overview" :style
> > "<link rel=\"StyleSheet
> > \"\n href=\"css/nas.css
> > \"\n type=\"text/css\">"
> > :table-of-contents t :section-numbers
> > nil :headline-levels 3 :sub-superscript
> > nil :todo-keywords t :drawers t :tags
> > not-in-toc :timestamps t :auto-index nil
> > :exclude-tags ("mdesc" "limpl"))
> > ("NasTCs-other" :base-directory
> > "~/.emacs.d/org/agenda/STF160" :recursive t
> > :no-timestamps t :base-extension "css\\|
> > js" :include (".htaccess")
> > :publishing-directory "~/
> > NasTcOverview" :publishing-function
> > org-publish-attachment)
> > ("NasTCs" :components ("NasTCs-other"
> > "NasTCs-org"))
> > ("CMerge" :base-directory "~/.emacs.d/
> > org/agenda/STF160" :exclude ".*" :include
> > ("NasTestcases.org") :publishing-
> > directory "~/NasTcMerge" :publishing-function
> > (kt:publish-html org-publish-org-to-
> > org) :link-validation-function
> > kt:copy-and-validate-link :title "Merge/
> > Align EPS-only/Combined NAS TCs"
> > :table-of-contents nil :section-numbers
> > nil :headline-levels 3
> > :sub-superscript nil :todo-keywords
> > t :drawers ("PROPERTIES") :tags nil
> > :timestamps nil :auto-index nil :select-
> > tags ("cmm" "cmn" "cmr") :exclude-tags
> > ("limpl" "tci"))
> > )
> > org-mode-hook '(org-clock-load
> > #[nil "\300\301\302\303\304$\207"
> > [org-add-hook change-major-mode-hook org-show-
> > block-all append local] 5]
> > )
> > org-clock-out-remove-zero-time-clocks t
> > org-refile-targets '((org-agenda-files :maxlevel . 3)
> > (nil :maxlevel . 3))
> > org-return-follows-link t
> > org-confirm-elisp-link-function 'yes-or-no-p
> > org-refile-use-outline-path 'file
> > org-log-into-drawer t
> > org-enforce-todo-dependencies t
> > org-insert-heading-respect-content t
> > org-insert-mode-line-in-empty-file t
> > org-publish-after-export-hook '(kt:org-publish)
> > org-occur-hook '(org-first-headline-recenter)
> > org-yank-adjusted-subtrees t
> > org-agenda-log-mode-items '(clock)
> > outline-level-function 'outline-level-default
> > org-remember-templates '(("Bug" 98 "* BUG %?\n %i\n %a" "agenda/
> > bugs.org" "Bugs")
> > ("Todo" 116 "* TODO %?\n %i\n %a" "agenda/
> > todo.org" "Tasks")
> > ("Testcase" 99 "* TODO-TC %?\n %i\n %a"
> > "agenda/todo.org" "Testcase Issues")
> > ("Note" 110 "* %U %?\n\n %i\n %a" "agenda/
> > notes.org" "Notes")
> > ("Idea" 105 "* %^{Title}\n %i\n %a"
> > "agenda/journal.org" "New Ideas"))
> > org-clock-persist-file "~/.org-clock-save.el"
> > )
> >
> >
> > _______________________________________________
> > 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
>
> - Carsten
>
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Org-mode version 6.32; org-replace-disputed-keys t - breaks time shifts with S-up/down/left/right
2009-10-28 22:15 ` Kai Tetzlaff
@ 2009-10-29 13:01 ` Carsten Dominik
0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2009-10-29 13:01 UTC (permalink / raw)
To: Kai Tetzlaff; +Cc: emacs-orgmode
On Oct 28, 2009, at 11:15 PM, Kai Tetzlaff wrote:
> At Wed, 28 Oct 2009 17:55:44 +0100,
> Hi Carsten,
>>>
>>> Some days ago i noticed that time shifting in CLOCK lines stopped
>>> working.
>>> I've now toggled some org config variables and found that this
>>> happens when
>>> org-replace-disputed-keys is set to t. This was not the case with
>>> earlier
>>> org-mode versions.
>>
>> What exactly did work, and what does now no longer work?
>>
>> - Carsten
>
> Since about a week/10d ago i could use S-up/down/left/right to
> manipulate
> dates and timestamps in CLOCK: lines independent of the value of
> org-replace-disputed-keys. Now with org-replace-disputed-keys set to
> t, the
> shifted arrow key just start/extend the region (with
> pc-selection-mode/shift-select-mode turned on). It's not a big deal
> to me. I
> just noticed a change in how things work.
Hi Kai,
I don't think I have changed anything in this area recently. Maybe
something has changed in pc-selection-mode or so? Or have you changed
org-support-shift-select recently? Or upgraded to Emacs 23?
- Carsten
>
> /Kai
>
>>
>>
>>>
>>> Emacs : GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600)
>>> of 2009-10-14 on LENNART-69DE564 (patched)
>>> Package: Org-mode version 6.32
>>>
>>> current state:
>>> ==============
>>> (setq
>>> org-empty-line-terminates-plain-lists t
>>> org-log-done 'time
>>> org-file-apps '((auto-mode . emacs) ("\\.x?html?\\'" . default) ("\
>>> \.pdf\\'" . default)
>>> (directory dired-other-frame file))
>>> org-link-frame-setup '((vm . vm-visit-folder-other-frame) (gnus .
>>> gnus-other-frame)
>>> (file . find-file-other-frame))
>>> org-special-ctrl-a/e 'reversed
>>> org-agenda-clockreport-parameter-plist '(:link nil :maxlevel 4)
>>> org-agenda-files '("~/.emacs.d/org/agenda")
>>> org-clock-persist-query-resume nil
>>> org-blocker-hook '(org-block-todo-from-children-or-siblings-or-
>>> parent)
>>> org-publish-timestamp-directory "~/.emacs.d/tmp/org-timestamps/"
>>> org-export-with-sub-superscripts '{}
>>> org-hide-leading-stars t
>>> org-after-todo-state-change-hook '(org-clock-out-if-current)
>>> org-clock-out-when-done nil
>>> org-clock-history-length 25
>>> org-odd-levels-only t
>>> outline-minor-mode-prefix "\x03\x0f"
>>> org-special-ctrl-k t
>>> org-publish-use-timestamps-flag nil
>>> org-support-shift-select t
>>> org-clock-in-resume t
>>> org-export-preprocess-hook '(org-export-blocks-preprocess)
>>> org-tags-exclude-from-inheritance '("cmm" "cmn" "cmr")
>>> org-tab-first-hook '(org-hide-block-toggle-maybe)
>>> outline-regexp "\\*+ "
>>> org-src-mode-hook '(org-src-mode-configure-edit-buffer)
>>> org-confirm-shell-link-function 'yes-or-no-p
>>> org-clock-persist t
>>> org-agenda-before-write-hook '(org-agenda-add-entry-text)
>>> org-M-RET-may-split-line '((default . t) (headline))
>>> org-default-notes-file "~/.emacs.d/org/notes.org"
>>> 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 '(("NasTCs-org" :base-directory
>>> "~/.emacs.d/org/agenda/STF160" :base-extension
>>> "org" :exclude "\\(org\\|html\\|css\
>>> \)" :include
>>> ("index.org"
>>> "NasTestcases.org") :publishing-directory "~/NasTcOverview"
>>> :publishing-function (kt:publish-html
>>> org-publish-org-to-org) :plain-source t
>>> :htmlized-source t :link-validation-
>>> function kt:copy-and-validate-link :title
>>> "NAS Testcase Overview" :style
>>> "<link rel=\"StyleSheet
>>> \"\n href=\"css/nas.css
>>> \"\n type=\"text/css\">"
>>> :table-of-contents t :section-numbers
>>> nil :headline-levels 3 :sub-superscript
>>> nil :todo-keywords t :drawers t :tags
>>> not-in-toc :timestamps t :auto-index nil
>>> :exclude-tags ("mdesc" "limpl"))
>>> ("NasTCs-other" :base-directory
>>> "~/.emacs.d/org/agenda/STF160" :recursive t
>>> :no-timestamps t :base-extension "css\\|
>>> js" :include (".htaccess")
>>> :publishing-directory "~/
>>> NasTcOverview" :publishing-function
>>> org-publish-attachment)
>>> ("NasTCs" :components ("NasTCs-other"
>>> "NasTCs-org"))
>>> ("CMerge" :base-directory "~/.emacs.d/
>>> org/agenda/STF160" :exclude ".*" :include
>>> ("NasTestcases.org") :publishing-
>>> directory "~/NasTcMerge" :publishing-function
>>> (kt:publish-html org-publish-org-to-
>>> org) :link-validation-function
>>> kt:copy-and-validate-link :title "Merge/
>>> Align EPS-only/Combined NAS TCs"
>>> :table-of-contents nil :section-numbers
>>> nil :headline-levels 3
>>> :sub-superscript nil :todo-keywords
>>> t :drawers ("PROPERTIES") :tags nil
>>> :timestamps nil :auto-index nil :select-
>>> tags ("cmm" "cmn" "cmr") :exclude-tags
>>> ("limpl" "tci"))
>>> )
>>> org-mode-hook '(org-clock-load
>>> #[nil "\300\301\302\303\304$\207"
>>> [org-add-hook change-major-mode-hook org-show-
>>> block-all append local] 5]
>>> )
>>> org-clock-out-remove-zero-time-clocks t
>>> org-refile-targets '((org-agenda-files :maxlevel . 3)
>>> (nil :maxlevel . 3))
>>> org-return-follows-link t
>>> org-confirm-elisp-link-function 'yes-or-no-p
>>> org-refile-use-outline-path 'file
>>> org-log-into-drawer t
>>> org-enforce-todo-dependencies t
>>> org-insert-heading-respect-content t
>>> org-insert-mode-line-in-empty-file t
>>> org-publish-after-export-hook '(kt:org-publish)
>>> org-occur-hook '(org-first-headline-recenter)
>>> org-yank-adjusted-subtrees t
>>> org-agenda-log-mode-items '(clock)
>>> outline-level-function 'outline-level-default
>>> org-remember-templates '(("Bug" 98 "* BUG %?\n %i\n %a" "agenda/
>>> bugs.org" "Bugs")
>>> ("Todo" 116 "* TODO %?\n %i\n %a" "agenda/
>>> todo.org" "Tasks")
>>> ("Testcase" 99 "* TODO-TC %?\n %i\n %a"
>>> "agenda/todo.org" "Testcase Issues")
>>> ("Note" 110 "* %U %?\n\n %i\n %a" "agenda/
>>> notes.org" "Notes")
>>> ("Idea" 105 "* %^{Title}\n %i\n %a"
>>> "agenda/journal.org" "New Ideas"))
>>> org-clock-persist-file "~/.org-clock-save.el"
>>> )
>>>
>>>
>>> _______________________________________________
>>> 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
>>
>> - Carsten
>>
>>
>>
>>
- Carsten
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-10-29 13:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-27 7:03 Org-mode version 6.32; org-replace-disputed-keys t - breaks time shifts with S-up/down/left/right Kai Tetzlaff
2009-10-28 16:55 ` Carsten Dominik
2009-10-28 22:15 ` Kai Tetzlaff
2009-10-29 13:01 ` 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.