emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Wiegley <johnw@newartisans.com>
To: Carsten Dominik <dominik@science.uva.nl>
Cc: emacs-orgmode Org-Mode <emacs-orgmode@gnu.org>
Subject: Re: Org customization
Date: Fri, 30 Jan 2009 16:11:18 -0400	[thread overview]
Message-ID: <B6435F8A-6926-4A34-8F4F-8CE86D98EFCE@newartisans.com> (raw)
In-Reply-To: <4ED227FC-67D7-4A9F-9379-5E691454DCF4@uva.nl>

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)

           reply	other threads:[~2009-01-30 20:11 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <4ED227FC-67D7-4A9F-9379-5E691454DCF4@uva.nl>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B6435F8A-6926-4A34-8F4F-8CE86D98EFCE@newartisans.com \
    --to=johnw@newartisans.com \
    --cc=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).