emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Re: Org customization
       [not found] <4ED227FC-67D7-4A9F-9379-5E691454DCF4@uva.nl>
@ 2009-01-30 20:11 ` John Wiegley
  0 siblings, 0 replies; only message in thread
From: John Wiegley @ 2009-01-30 20:11 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode Org-Mode

On Jan 30, 2009, at 11:20 AM, Carsten Dominik wrote:

> we have a thread running on emacs-orgmode where we try to get some
> ideas of which variables are actually be customized by several
> users, to figure out if we should change any defaults, and to
> make a list of entry level variables for new users.
>
> I think it would be great if we could fold in your current
> customization of any Org-mode related variables....

Here they are. :)

John

  '(org-M-RET-may-split-line (quote ((headline) (default . t))))
  '(org-agenda-custom-commands (quote (("d" todo #("DELEGATED" 0 9  
(face org-warning)) nil) ("c" todo #("DONE|DEFERRED|CANCELLED" 0 23  
(face org-warning)) ((org-agenda-files (cons "~/Documents/archive.txt"  
org-agenda-files)))) ("w" todo #("WAITING" 0 7 (face org-warning))  
nil) ("W" agenda "" ((org-agenda-ndays 21))) ("N" alltodo "" ((org- 
agenda-skip-function (lambda nil (org-agenda-skip-entry-if (quote  
regexp) "\\=.*\\[#[ABC]\\]"))) (org-agenda-overriding-header "Tasks  
without any priority: "))) ("A" agenda "" ((org-agenda-skip-function  
(lambda nil (org-agenda-skip-entry-if (quote notregexp) "\\=.*\\[#A\ 
\]"))) (org-agenda-ndays 1) (org-agenda-overriding-header "Today's  
Priority #A tasks: "))) ("B" agenda "" ((org-agenda-skip-function  
(lambda nil (org-agenda-skip-entry-if (quote regexp) "\\=.*\\[#C\ 
\]"))) (org-agenda-ndays 1) (org-agenda-overriding-header "Today's  
Priority #A and #B tasks: "))) ("u" alltodo "" ((org-agenda-skip- 
function (lambda nil (org-agenda-skip-entry-if (quote scheduled)  
(quote deadline) (quote regexp) "<[0-9-]\\{10\\} [^>
]+>"))) (org-agenda-overriding-header "Unscheduled TODO entries: "))))))
  '(org-agenda-deadline-leaders (quote ("D: " "D%d: ")))
  '(org-agenda-deadline-relative-text "D%d: ")
  '(org-agenda-deadline-text "D: ")
  '(org-agenda-default-appointment-duration 60)
  '(org-agenda-files (quote ("~/Documents/todo.txt")))
  '(org-agenda-ndays 7)
  '(org-agenda-prefix-format (quote ((agenda . "  %-11:c%?-12t% s")  
(timeline . "  % s") (todo . "  %-11:c") (tags . "  %-11:c"))))
  '(org-agenda-scheduled-leaders (quote ("" "S%d: ")))
  '(org-agenda-scheduled-relative-text "S%d: ")
  '(org-agenda-scheduled-text "")
  '(org-agenda-show-all-dates t)
  '(org-agenda-skip-deadline-if-done t)
  '(org-agenda-skip-scheduled-if-done t)
  '(org-agenda-skip-unavailable-files t)
  '(org-agenda-sorting-strategy (quote ((agenda time-up priority-down)  
(todo category-keep priority-down) (tags category-keep priority-down))))
  '(org-agenda-start-on-weekday nil)
  '(org-agenda-tags-column -100)
  '(org-agenda-text-search-extra-files (quote (agenda-archives)))
  '(org-archive-location "TODO-archive::")
  '(org-archive-save-context-info (quote (time category itags)))
  '(org-cycle-global-at-bob t)
  '(org-deadline-warning-days 14)
  '(org-default-notes-file "~/Documents/todo.txt")
  '(org-directory "~/Documents/")
  '(org-drawers (quote ("PROPERTIES" "OUTPUT" "SCRIPT" "PATCH" "DATA")))
  '(org-enforce-todo-dependencies t)
  '(org-extend-today-until 8)
  '(org-fast-tag-selection-single-key (quote expert))
  '(org-hide-leading-stars t)
  '(org-modules (quote (org-mac-message org-bookmark org-eval org2rem)))
  '(org-remember-store-without-prompt t)
  '(org-remember-templates (quote (("Task" 116 "* TODO [#B] %?
   SCHEDULED: %t
   :PROPERTIES:
   :ID: %(shell-command-to-string \"uuidgen\")  :END:
   %U" nil "Inbox" nil))))
  '(org-reverse-note-order t)
  '(org-stuck-projects (quote ("+LEVEL=1/-DONE" ("TODO" "STARTED"  
"NEXT" "NEXTACTION") nil "\\(Appointments\\|Notes\\|Anniversaries\\)")))
  '(org-tag-alist (quote ((#("NASIM" 0 5 (face nil)) . 110) (#("WORK"  
0 4 (face nil)) . 119))))
  '(org-tags-column -97)
  '(org-todo-keyword-faces (quote (("TODO" :foreground "medium  
blue" :weight bold) ("APPT" :foreground "medium blue" :weight bold)  
("NOTE" :foreground "dark violet" :weight bold) ("STARTED" :foreground  
"dark orange" :weight bold) ("WAITING" :foreground "red" :weight bold)  
("DELEGATED" :foreground "red" :weight bold))))
  '(org-todo-keywords (quote ((sequence "TODO" "APPT" "|" "DONE"  
"NOTE"))))
  '(org-use-tag-inheritance nil)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-30 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <4ED227FC-67D7-4A9F-9379-5E691454DCF4@uva.nl>
2009-01-30 20:11 ` Org customization John Wiegley

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).