[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: POLL: the 40 variables project
From: |
Ross Patterson |
Subject: |
[Orgmode] Re: POLL: the 40 variables project |
Date: |
Thu, 29 Jan 2009 19:32:18 -0800 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) |
Carsten Dominik <address@hidden> writes:
> Hi,
>
> So here is my question to all of you. Could you, in reply to this
> message, list all the Org-related variables that you have customized,
> along with the values you used?
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(add-hook 'org-mode-hook 'turn-on-auto-fill)
(gnus-add-configuration
'(group (horizontal 1.0 ("*Org Agenda*" 0.5) (group 1.0 point))))
Done with customize:
'(org-agenda-window-setup (quote current-window))
'(org-log-note-headings (quote ((done . "CLOSING NOTE %t") (state . "State
%-12s %t") (note . "Note taken on %t") (clock-out . "") (transcribe .
"[[file://%f][Recorded]] on %r"))))
'(org-agenda-sorting-strategy (quote ((agenda time-up priority-down) (todo
category-keep priority-down) (tags category-keep priority-down) (search
category-keep))))
'(find-file-hook (quote (maybe-turn-on-org-mode flymake-find-file-hook
turn-on-auto-fill c-subword-mode)))
'(org-file-apps (quote (("txt" . emacs) ("tex" . emacs) ("ltx" . emacs) ("org"
. emacs) ("el" . emacs) ("bib" . emacs) ("qcp" bongo-insert-and-play-file
file))))
'(org-startup-folded (quote content))
'(org-clock-out-when-done nil)
'(org-time-stamp-rounding-minutes (quote (0 0)))
'(org-agenda-start-with-clockreport-mode t)
'(org-link-mailto-program (quote (message-mail "%a" "%s")))
'(org-link-frame-setup (quote ((vm . vm-visit-folder-other-window) (gnus .
rpatterson/gnus-no-new-news) (file . find-file-other-window))))
'(org-agenda-custom-commands (quote (("x" "Stuck projects (nested)" tags
"-INFO-POTENTIAL/-DONE-CANCELED-TODO-HOME-COMPUTER-ONLINE-PHONE-SHOP"
((org-agenda-skip-function (quote org-skip-unless-child-todo)))))))
'(org-agenda-window-setup (quote current-window))
'(org-tag-alist (quote (("INFO" . 105) ("POTENTIAL" . 112))))
'(org-fast-tag-selection-single-key t)
'(org-use-fast-tag-selection t)
'(org-use-fast-todo-selection t)
'(org-tags-match-list-sublevels t)
'(org-todo-keywords (quote ((type "COMPUTER(c@)" "ONLINE(o@)" "PHONE(p@)"
"HOME(h@)" "SHOP(s@)" "TODO(t@)" "|" "DONE(d@)" "CANCELED(x@)"))))
'(org-stuck-projects (quote ("-INFO-POTENTIAL/-DONE" ("TODO" "PHONE" "ONLINE"
"COMPUTER" "HOME" "SHOP") nil "")))
'(org-agenda-files (quote ("~/org")))
'(org-special-ctrl-k t)
'(org-special-ctrl-a/e t)
'(before-save-hook (quote (org-update-all-dblocks)))
'(org-log-note-clock-out t)
Ross
- Re: [Orgmode] POLL: the 40 variables project, (continued)
- Re: [Orgmode] POLL: the 40 variables project, Manish, 2009/01/30
- Re: [Orgmode] POLL: the 40 variables project, Carsten Dominik, 2009/01/30
- Re: [Orgmode] POLL: the 40 variables project, Scot Becker, 2009/01/30
- Message not available
- [Orgmode] Re: POLL: the 40 variables project, Carsten Dominik, 2009/01/30
- Re: [Orgmode] POLL: the 40 variables project, Carsten Dominik, 2009/01/30
- Re: [Orgmode] POLL: the 40 variables project, William Henney, 2009/01/29
- [Orgmode] Re: POLL: the 40 variables project, Peter Jones, 2009/01/29
- Re: [Orgmode] POLL: the 40 variables project, Hsiu-Khuern Tang, 2009/01/29
- [Orgmode] Re: POLL: the 40 variables project, Steven E. Harris, 2009/01/29
- Re: [Orgmode] POLL: the 40 variables project, Oliver Charles, 2009/01/29
- [Orgmode] Re: POLL: the 40 variables project,
Ross Patterson <=
- Re: [Orgmode] POLL: the 40 variables project, Dennis Groves, 2009/01/29
- [Orgmode] Re: POLL: the 40 variables project, Austin Frank, 2009/01/29
- [Orgmode] Re: POLL: the 40 variables project, Ulf Stegemann, 2009/01/30
- Re: [Orgmode] POLL: the 40 variables project, Cameron Horsburgh, 2009/01/30
- R: [Orgmode] POLL: the 40 variables project, Giovanni Ridolfi, 2009/01/30
- Re: [Orgmode] POLL: the 40 variables project, Shaun Johnson, 2009/01/30