Minor change to worg.css and worg2.css.
[Worg.git] / org-tutorials / org-R / variable-popcon.org
blob0881fddc0e3e8f339b00b596645594cd1a82ab67
1 FF - Fredrich Delago Fredrichs
2 DW - Don Womick
3 TH - Tassilo Horn
4 SR - Sebastian Rose
5 DG - Dan Griswold
6 CL - Chris Leyon
7 ML - Matthew Lundin
8 BH - Bernt Hansen
9 SPR - Scott P. Randby
10 DD - Dan Davison
11 ME - Michael Ekstrand
12 SN - Sivaram Neelakantan
13 EF - Eric S. Fraga
14 WH - William Henney
15 PJ - Peter Jones
16 HT - Hsiu-Khuern Tang
17 SH - Steven Harris
18 OC - Oliver Charles
19 RP - Ross Patterson
20 AF - Austin Frank
21 GR - Giovanni Ridolfi
22 ES - Eric Shulte
23 US - Ulf Stegemann
24 CH - Cameron Horsburgh
25 SB - Scot Becker
26 SJ - Shaun Johnson
27 SS - Stephan Schmitt
28 RS - Rainer Stengele
29 MF - Mikael Fornius
30 MS - Martin Stemplinger
31 PM - Paul Mead
32 JS - James TD Smith
33 CE - Christian Egli
34 MH - Manuel Hermengildo
35 CD - Carsten Dominik
36 JW - John Wiegley
38 "Check email" - indicates a setting that is too long and/or personal
39 to be of general use.  Of course, it can still be accessed from email
40 by knowing the submitter and variable name.
42 #+OPTIONS: LaTeX:nil
43 #+TBLFM: $4='(let ((x (prin1-to-string (get '$2 'standard-value)))) (org-require-autoloaded-modules) (if (or (string-match "\n" x) (> (length x) 200)) "complex" x));L
44 # carsten's formula to extract defaults
45 #+TBLFM: $3='(let ((x (prin1-to-string (get '$1 'standard-value)))) (org-require-autoloaded-modules) (if (or (string-match "\n" x) (> (length x) 200)) "complex" x));L
46 # davison's r formulas for analysis
47 #+TBLR: columns:(2 1) action:tabulate
48 #+TBLRR: x <- sort(table(x[,2:4]), decreasing=TRUE)[1:40]
49 #+TBLRR: x[,2] <- substr(x[,2], 1, 3)
50 #+TBLR: table:org-variables-table
51 #+TBLNAME: org-variables-table
53 |-----------+---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
54 | Submitter | Variable                                          | Customized To                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Default                                                              | Non-default? | Comment                                                                                                                                                                                                                                             |
55 |-----------+---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
56 | FF        | appt-activate                                     | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | remind me of my appointments for the day, please                                                                                                                                                                                                    |
57 | JS        | auto-mode-alist                                   | "\\.org$" (function org-mode)                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | nil                                                                  |              |                                                                                                                                                                                                                                                     |
58 | MH        | auto-mode-alist                                   | '("\\.org$" . org-mode)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | nil                                                                  |              |                                                                                                                                                                                                                                                     |
59 | MH        | auto-mode-alist                                   | '("\\.org_archive$" . org-mode)                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
60 | MH        | auto-mode-alist                                   | '("\\.org.gpg$" . org-mode)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
61 | MH        | auto-mode-alist                                   | '("\\.org.gpg_archive$" . org-mode)                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  |              |                                                                                                                                                                                                                                                     |
62 | MS        | auto-mode-alist                                   | '("\\.org$" . org-mode)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | nil                                                                  |              |                                                                                                                                                                                                                                                     |
63 | PM        | auto-mode-alist                                   | '("\\.org\\'" . org-mode)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | nil                                                                  |              |                                                                                                                                                                                                                                                     |
64 | RP        | auto-mode-alist                                   | '("\\.org$" . org-mode)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | nil                                                                  |              |                                                                                                                                                                                                                                                     |
65 | SH        | auto-mode-alist                                   | '("\\.org$" . org-mode)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | nil                                                                  |              |                                                                                                                                                                                                                                                     |
66 | SN        | auto-mode-alist                                   | '("\\.org$" . org-mode)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | nil                                                                  |              |                                                                                                                                                                                                                                                     |
67 | WH        | auto-mode-alist                                   | '("\\.org$" . org-mode)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | nil                                                                  |              |                                                                                                                                                                                                                                                     |
68 | RP        | before-save-hook                                  | (quote (org-update-all-dblocks))                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | nil                                                                  |              |                                                                                                                                                                                                                                                     |
69 | ES        | iimage-mode-image-search-path                     | (expand-file-name "~/")                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | nil                                                                  |              |                                                                                                                                                                                                                                                     |
70 | SR        | org-add-link-type                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
71 | JS        | org-add-to-invisibility-spec                      | '(org-link)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
72 | FF        | org-after-todo-state-change-hook                  | (quote (org-clock-out-if-current))                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | nil                                                                  |              |                                                                                                                                                                                                                                                     |
73 | SR        | org-after-todo-state-change-hook                  | (quote (sr-org-todo-toggle-to-started sr-org-todo-toggle-to-done))                                                                                                                                                                                                                                                                                                                                                                                                                                         | nil                                                                  |              |                                                                                                                                                                                                                                                     |
74 | ME        | org-after-todo-statistics-hook                    | 'org-summary-todo                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
75 | FF        | org-agenda-after-show-hook                        | show-all                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | nil                                                                  |              | I put comments after the WAITING state of an item which explain, what I'm waiting for. This way I see them directly when I show the item from the agenda.                                                                                           |
76 | PM        | org-agenda-align-tags-to-column                   | 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  |              |                                                                                                                                                                                                                                                     |
77 | BH        | org-agenda-clockreport-parameter-plist            | (quote (:link nil :maxlevel 3))                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | (quote (:link t :maxlevel 2))                                        |              |                                                                                                                                                                                                                                                     |
78 | FF        | org-agenda-columns-add-appointments-to-effort-sum | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | left over from a failed experiment with efforts                                                                                                                                                                                                     |
79 | US        | org-agenda-columns-add-appointments-to-effort-sum | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
80 | ML        | org-agenda-columns-compute-summary-properties     | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
81 | RS        | org-agenda-compact-blocks                         | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
82 | AU        | org-agenda-custom-commands                        | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
83 | BH        | org-agenda-custom-commands                        | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
84 | CD        | org-agenda-custom-commands                        | lots                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | nil                                                                  |              |                                                                                                                                                                                                                                                     |
85 | CH        | org-agenda-custom-commands                        | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
86 | DG        | org-agenda-custom-commands                        | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
87 | ES        | org-agenda-custom-commands                        | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
88 | FF        | org-agenda-custom-commands                        | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              | I guess everybody customises this                                                                                                                                                                                                                   |
89 | HT        | org-agenda-custom-commands                        | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
90 | JS        | org-agenda-custom-commands                        | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
91 | JW        | org-agenda-custom-commands                        | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
92 | ME        | org-agenda-custom-commands                        | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
93 | ML        | org-agenda-custom-commands                        | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
94 | MS        | org-agenda-custom-commands                        | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
95 | PM        | org-agenda-custom-commands                        | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
96 | RP        | org-agenda-custom-commands                        | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
97 | JW        | org-agenda-deadline-leaders                       | (quote ("D: " "D%d: ")))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | (quote ("Deadline:  " "In %3d d.: "))                                |              |                                                                                                                                                                                                                                                     |
98 | JW        | org-agenda-deadline-relative-text                 | "D%d: "                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | nil                                                                  |              |                                                                                                                                                                                                                                                     |
99 | JW        | org-agenda-deadline-text                          | "D: "                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | nil                                                                  |              |                                                                                                                                                                                                                                                     |
100 | JW        | org-agenda-default-appointment-duration           | 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | nil                                                                  |              |                                                                                                                                                                                                                                                     |
101 | PM        | org-agenda-dim-blocked-tasks                      | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
102 | US        | org-agenda-dim-blocked-tasks                      | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
103 | CD        | org-agenda-exporter-settings                      | (quote ((org-agenda-prefix-format "") (ps-landscape-mode t))))                                                                                                                                                                                                                                                                                                                                                                                                                                             | nil                                                                  |              |                                                                                                                                                                                                                                                     |
104 | DG        | org-agenda-exporter-settings                      | '((ps-number-of-columns 1) (ps-landscape-mode nil) (htmlize-output-type 'css))                                                                                                                                                                                                                                                                                                                                                                                                                             | nil                                                                  |              |                                                                                                                                                                                                                                                     |
105 | FF        | org-agenda-exporter-settings                      | (quote ((htmlize-output-type (quote inline-css))))                                                                                                                                                                                                                                                                                                                                                                                                                                                         | nil                                                                  |              | no link to a css file please                                                                                                                                                                                                                        |
106 | RS        | org-agenda-files                                  | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         |                                                                                                                                                                                                                                                     |
107 | AU        | org-agenda-files                                  | '("~/org/")                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
108 | BH        | org-agenda-files                                  | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
109 | CD        | org-agenda-files                                  | (quote ("~/org/diary.org" "~/org/gtd.org" "~/org/meetings.org"))                                                                                                                                                                                                                                                                                                                                                                                                                                           | nil                                                                  |              |                                                                                                                                                                                                                                                     |
110 | CE        | org-agenda-files                                  | (quote ("~/src/xmlp/misc/competitorAnalysis.org" "~/work/SBS.org" "~/TODO/Priv.org" "~/TODO/Job.org"))                                                                                                                                                                                                                                                                                                                                                                                                     | nil                                                                  |              |                                                                                                                                                                                                                                                     |
111 | CH        | org-agenda-files                                  | (quote ("~/VersionControl/gtd/todo.org"))                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | nil                                                                  |              |                                                                                                                                                                                                                                                     |
112 | CL        | org-agenda-files                                  | (if (or (at-work-p) (at-home-p)) (list org-directory))                                                                                                                                                                                                                                                                                                                                                                                                                                                     | nil                                                                  |              |                                                                                                                                                                                                                                                     |
113 | DD        | org-agenda-files                                  | (list dan-org-dir)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | nil                                                                  |              |                                                                                                                                                                                                                                                     |
114 | DW        | org-agenda-files                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
115 | EF        | org-agenda-files                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
116 | ES        | org-agenda-files                                  | (list "~/Desktop/todo")                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | nil                                                                  |              |                                                                                                                                                                                                                                                     |
117 | GR        | org-agenda-files                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              | personal                                                                                                                                                                                                                                            |
118 | JS        | org-agenda-files                                  | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
119 | JW        | org-agenda-files                                  | (quote ("~/Documents/todo.txt")))                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
120 | MS        | org-agenda-files                                  | (quote ("~/Org/GTDAssesment-Daheim.org" "~/Org/gtd.org"))                                                                                                                                                                                                                                                                                                                                                                                                                                                  | nil                                                                  |              |                                                                                                                                                                                                                                                     |
121 | OC        | org-agenda-files                                  | (quote ("~/Documents/timetable.org" "~/Documents/gtd.org"))                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
122 | RP        | org-agenda-files                                  | (quote ("~/org"))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
123 | SN        | org-agenda-files                                  | (list "c:/work/tasks.org")                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | nil                                                                  |              |                                                                                                                                                                                                                                                     |
124 | SR        | org-agenda-files                                  | (quote ("~/emacs/org/todoos/fairprinter.org" "~/emacs/org/organizer.org"))                                                                                                                                                                                                                                                                                                                                                                                                                                 | nil                                                                  |              |                                                                                                                                                                                                                                                     |
125 | SS        | org-agenda-files                                  | (quote ("~/orga/org/todo.org"))                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
126 | US        | org-agenda-files                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
127 | WH        | org-agenda-files                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
128 | MS        | org-agenda-include-all-todo                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         |                                                                                                                                                                                                                                                     |
129 | CE        | org-agenda-include-all-todo                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
130 | ML        | org-agenda-include-diary                          | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         |                                                                                                                                                                                                                                                     |
131 | SS        | org-agenda-include-diary                          | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         |                                                                                                                                                                                                                                                     |
132 | AU        | org-agenda-include-diary                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
133 | BH        | org-agenda-include-diary                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
134 | CE        | org-agenda-include-diary                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
135 | CL        | org-agenda-include-diary                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | I like to use %%diary-anniversary MM DD YYYY).                                                                                                                                                                                                      |
136 | DG        | org-agenda-include-diary                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
137 | EF        | org-agenda-include-diary                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | emacs diary for quick 'n dirty entries                                                                                                                                                                                                              |
138 | ES        | org-agenda-include-diary                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
139 | FF        | org-agenda-include-diary                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | remind me of birthdays etc.                                                                                                                                                                                                                         |
140 | JS        | org-agenda-include-diary                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
141 | ME        | org-agenda-include-diary                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
142 | MS        | org-agenda-include-diary                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
143 | PM        | org-agenda-include-diary                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
144 | RS        | org-agenda-include-diary                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
145 | SH        | org-agenda-include-diary                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
146 | SR        | org-agenda-include-diary                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
147 | TH        | org-agenda-include-diary                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | Some appts I added with the ical import                                                                                                                                                                                                             |
148 | WH        | org-agenda-include-diary                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | integration with calendar/diary                                                                                                                                                                                                                     |
149 | BH        | org-agenda-log-mode-items                         | (quote (closed clock))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | (quote (closed clock))                                               | same         |                                                                                                                                                                                                                                                     |
150 | HT        | org-agenda-log-mode-items                         | (quote (closed state))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | (quote (closed clock))                                               |              |                                                                                                                                                                                                                                                     |
151 | ML        | org-agenda-log-mode-items                         | '(closed)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | (quote (closed clock))                                               |              | shows only closed items in the agenda log. I have some custom commands that show more.                                                                                                                                                              |
152 | AU        | org-agenda-mode-hook                              | '(lambda () (hl-line-mode 1))                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | nil                                                                  |              |                                                                                                                                                                                                                                                     |
153 | BH        | org-agenda-mode-hook                              | '(lambda () (hl-line-mode 1))                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | nil                                                                  |              |                                                                                                                                                                                                                                                     |
154 | AU        | org-agenda-ndays                                  | 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 7                                                                    | same         |                                                                                                                                                                                                                                                     |
155 | CH        | org-agenda-ndays                                  | 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 7                                                                    | same         |                                                                                                                                                                                                                                                     |
156 | ES        | org-agenda-ndays                                  | 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 7                                                                    | same         |                                                                                                                                                                                                                                                     |
157 | JW        | org-agenda-ndays                                  | 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 7                                                                    | same         |                                                                                                                                                                                                                                                     |
158 | OC        | org-agenda-ndays                                  | 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 7                                                                    | same         |                                                                                                                                                                                                                                                     |
159 | PM        | org-agenda-ndays                                  | 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 7                                                                    | same         |                                                                                                                                                                                                                                                     |
160 | RS        | org-agenda-ndays                                  | 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 7                                                                    | same         |                                                                                                                                                                                                                                                     |
161 | US        | org-agenda-ndays                                  | 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 7                                                                    | same         |                                                                                                                                                                                                                                                     |
162 | DD        | org-agenda-ndays                                  | 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 7                                                                    |              |                                                                                                                                                                                                                                                     |
163 | DG        | org-agenda-ndays                                  | 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 7                                                                    |              |                                                                                                                                                                                                                                                     |
164 | ML        | org-agenda-ndays                                  | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 7                                                                    |              | limit org-agenda to one day                                                                                                                                                                                                                         |
165 | PJ        | org-agenda-ndays                                  | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 7                                                                    |              |                                                                                                                                                                                                                                                     |
166 | CD        | org-agenda-prefix-format                          | (quote ((agenda . "  %-12:c%?-12t% s%? e") (timeline . "  % s") (todo . "  %-12:c") (tags . "  %-12:c") (search . "  %-12:c")))                                                                                                                                                                                                                                                                                                                                                                            | complex                                                              |              |                                                                                                                                                                                                                                                     |
167 | JW        | org-agenda-prefix-format                          | (quote ((agenda . "  %-11:c%?-12t% s") (timeline . "  % s") (todo . "  %-11:c") (tags . "  %-11:c"))))                                                                                                                                                                                                                                                                                                                                                                                                     | complex                                                              |              |                                                                                                                                                                                                                                                     |
168 | RS        | org-agenda-prefix-format                          | (quote ((agenda . "  %-12:c%?-19t% s") (timeline . "  % s") (todo . "%-16:c") (tags . "  %-16:c")))                                                                                                                                                                                                                                                                                                                                                                                                        | complex                                                              |              |                                                                                                                                                                                                                                                     |
169 | FF        | org-agenda-remove-times-when-in-prefix            | (quote beg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | t                                                                    |              | don't remove the time from "meeting at 9:00"                                                                                                                                                                                                        |
170 | BH        | org-agenda-repeating-timestamp-show-all           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
171 | ML        | org-agenda-repeating-timestamp-show-all           | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
172 | PJ        | org-agenda-restore-windows-after-quit             | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         |                                                                                                                                                                                                                                                     |
173 | ML        | org-agenda-restore-windows-after-quit             | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
174 | RS        | org-agenda-restore-windows-after-quit             | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
175 | US        | org-agenda-restore-windows-after-quit             | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
176 | US        | org-agenda-restore-windows-after-quit             | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
177 | JW        | org-agenda-scheduled-leaders                      | (quote ("" "S%d: ")))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | (quote ("Scheduled: " "Sched.%2dx: "))                               |              |                                                                                                                                                                                                                                                     |
178 | JW        | org-agenda-scheduled-relative-text                | "S%d: "                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | nil                                                                  |              |                                                                                                                                                                                                                                                     |
179 | JW        | org-agenda-scheduled-text                         | ""                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | nil                                                                  |              |                                                                                                                                                                                                                                                     |
180 | AU        | org-agenda-show-all-dates                         | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
181 | BH        | org-agenda-show-all-dates                         | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
182 | CH        | org-agenda-show-all-dates                         | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
183 | CH        | org-agenda-show-all-dates                         | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
184 | JW        | org-agenda-show-all-dates                         | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
185 | OC        | org-agenda-show-all-dates                         | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
186 | PJ        | org-agenda-show-all-dates                         | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
187 | US        | org-agenda-show-all-dates                         | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
188 | DG        | org-agenda-show-all-dates                         | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
189 | RS        | org-agenda-show-all-dates                         | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
190 | ML        | org-agenda-show-inherited-tags                    | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
191 | MH        | org-agenda-show-log                               | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         |                                                                                                                                                                                                                                                     |
192 | AU        | org-agenda-skip-deadline-if-done                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
193 | BH        | org-agenda-skip-deadline-if-done                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
194 | CD        | org-agenda-skip-deadline-if-done                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
195 | CE        | org-agenda-skip-deadline-if-done                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
196 | CH        | org-agenda-skip-deadline-if-done                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
197 | FF        | org-agenda-skip-deadline-if-done                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | when it's done, it's done                                                                                                                                                                                                                           |
198 | JW        | org-agenda-skip-deadline-if-done                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
199 | ME        | org-agenda-skip-deadline-if-done                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
200 | ML        | org-agenda-skip-deadline-if-done                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
201 | OC        | org-agenda-skip-deadline-if-done                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
202 | PJ        | org-agenda-skip-deadline-if-done                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
203 | PM        | org-agenda-skip-deadline-if-done                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
204 | RS        | org-agenda-skip-deadline-if-done                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
205 | SH        | org-agenda-skip-deadline-if-done                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
206 | SS        | org-agenda-skip-deadline-if-done                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
207 | US        | org-agenda-skip-deadline-if-done                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
208 | AU        | org-agenda-skip-scheduled-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
209 | BH        | org-agenda-skip-scheduled-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
210 | CD        | org-agenda-skip-scheduled-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
211 | CE        | org-agenda-skip-scheduled-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
212 | CH        | org-agenda-skip-scheduled-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
213 | DG        | org-agenda-skip-scheduled-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
214 | FF        | org-agenda-skip-scheduled-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | when it's done, it's done                                                                                                                                                                                                                           |
215 | JS        | org-agenda-skip-scheduled-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | Hide scheduled items which I've done.                                                                                                                                                                                                               |
216 | JW        | org-agenda-skip-scheduled-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
217 | ME        | org-agenda-skip-scheduled-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
218 | ML        | org-agenda-skip-scheduled-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
219 | OC        | org-agenda-skip-scheduled-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
220 | PJ        | org-agenda-skip-scheduled-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
221 | PM        | org-agenda-skip-scheduled-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
222 | RS        | org-agenda-skip-scheduled-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
223 | SH        | org-agenda-skip-scheduled-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
224 | SS        | org-agenda-skip-scheduled-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
225 | US        | org-agenda-skip-scheduled-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
226 | AU        | org-agenda-skip-timestamp-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
227 | FF        | org-agenda-skip-timestamp-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | when it's done, it's done                                                                                                                                                                                                                           |
228 | PM        | org-agenda-skip-timestamp-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
229 | RS        | org-agenda-skip-timestamp-if-done                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
230 | JW        | org-agenda-skip-unavailable-files                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
231 | ML        | org-agenda-skip-unavailable-files                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
232 | SS        | org-agenda-skip-unavailable-files                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
233 | BH        | org-agenda-sorting-strategy                       | (quote ((agenda priority-down time-up category-up) (todo priority-down) (tags priority-down)))                                                                                                                                                                                                                                                                                                                                                                                                             | complex                                                              |              |                                                                                                                                                                                                                                                     |
234 | CE        | org-agenda-sorting-strategy                       | (quote ((agenda time-up todo-state-down category-keep priority-down) (todo todo-state-down category-keep priority-down) (tags category-keep priority-down) (search category-keep)))                                                                                                                                                                                                                                                                                                                        | complex                                                              |              | I don't think I really use that one anymore                                                                                                                                                                                                         |
235 | CL        | org-agenda-sorting-strategy                       | '((agenda time-up category-keep priority-down) (todo priority-down category-keep) (tags category-keep priority-down) (search category-keep))                                                                                                                                                                                                                                                                                                                                                               | complex                                                              |              | Change `todo' sort.  It drove me crazy that #A items could appear at the middle or bottom of list.                                                                                                                                                  |
236 | DG        | org-agenda-sorting-strategy                       | (quote ((agenda time-up tag-up priority-down) (todo category-keep priority-down) (tags category-keep priority-down) (search category-keep)))                                                                                                                                                                                                                                                                                                                                                               | complex                                                              |              |                                                                                                                                                                                                                                                     |
237 | FF        | org-agenda-sorting-strategy                       | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | complex                                                              |              | time is most important on the agenda, everywhere else it's priority                                                                                                                                                                                 |
238 | HT        | org-agenda-sorting-strategy                       | (quote ((agenda time-up category-up priority-down) (todo category-up tag-up) (tags category-keep priority-down) (search category-keep)))                                                                                                                                                                                                                                                                                                                                                                   | complex                                                              |              |                                                                                                                                                                                                                                                     |
239 | JS        | org-agenda-sorting-strategy                       | '((agenda time-up priority-down effort-up category-up) (todo priority-down effort-up category-up) (tags priority-down effort-up category-keep) (search category-keep))                                                                                                                                                                                                                                                                                                                                     | complex                                                              |              |                                                                                                                                                                                                                                                     |
240 | JW        | org-agenda-sorting-strategy                       | (quote ((agenda time-up priority-down) (todo category-keep priority-down) (tags category-keep priority-down))))                                                                                                                                                                                                                                                                                                                                                                                            | complex                                                              |              |                                                                                                                                                                                                                                                     |
241 | ME        | org-agenda-sorting-strategy                       | '(time-up priority-down)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | complex                                                              |              |                                                                                                                                                                                                                                                     |
242 | MH        | org-agenda-sorting-strategy                       | '((agenda time-up priority-down category-keep) (todo time-up priority-down category-keep) (tags time-up priority-down category-keep) (search category-keep))                                                                                                                                                                                                                                                                                                                                               | complex                                                              |              |                                                                                                                                                                                                                                                     |
243 | ML        | org-agenda-sorting-strategy                       | '((agenda time-up priority-down effort-down) (todo todo-state-up priority-down category-up) (tags priority-down category-up))                                                                                                                                                                                                                                                                                                                                                                              | complex                                                              |              |                                                                                                                                                                                                                                                     |
244 | RP        | org-agenda-sorting-strategy                       | (quote ((agenda time-up priority-down) (todo category-keep priority-down) (tags category-keep priority-down) (search category-keep)))                                                                                                                                                                                                                                                                                                                                                                      | complex                                                              |              |                                                                                                                                                                                                                                                     |
245 | RS        | org-agenda-sorting-strategy                       | (quote ((agenda time-up priority-down category-keep) (todo category-keep priority-down) (tags category-keep priority-down)))                                                                                                                                                                                                                                                                                                                                                                               | complex                                                              |              |                                                                                                                                                                                                                                                     |
246 | ML        | org-agenda-start-on-weekday                       | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 1                                                                    | same         |                                                                                                                                                                                                                                                     |
247 | PJ        | org-agenda-start-on-weekday                       | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 1                                                                    | same         |                                                                                                                                                                                                                                                     |
248 | US        | org-agenda-start-on-weekday                       | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 1                                                                    | same         |                                                                                                                                                                                                                                                     |
249 | AU        | org-agenda-start-on-weekday                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1                                                                    |              |                                                                                                                                                                                                                                                     |
250 | BH        | org-agenda-start-on-weekday                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1                                                                    |              |                                                                                                                                                                                                                                                     |
251 | CD        | org-agenda-start-on-weekday                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1                                                                    |              |                                                                                                                                                                                                                                                     |
252 | CH        | org-agenda-start-on-weekday                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1                                                                    |              |                                                                                                                                                                                                                                                     |
253 | CL        | org-agenda-start-on-weekday                       | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | 1                                                                    |              | begin week agenda on Monday if at work. Different at work or home.                                                                                                                                                                                  |
254 | DD        | org-agenda-start-on-weekday                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1                                                                    |              |                                                                                                                                                                                                                                                     |
255 | DG        | org-agenda-start-on-weekday                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1                                                                    |              |                                                                                                                                                                                                                                                     |
256 | DG        | org-agenda-start-on-weekday                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1                                                                    |              |                                                                                                                                                                                                                                                     |
257 | EF        | org-agenda-start-on-weekday                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1                                                                    |              | I don't care about the past                                                                                                                                                                                                                         |
258 | FF        | org-agenda-start-on-weekday                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1                                                                    |              | start today... I don't really think in weeks.                                                                                                                                                                                                       |
259 | JW        | org-agenda-start-on-weekday                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1                                                                    |              |                                                                                                                                                                                                                                                     |
260 | ME        | org-agenda-start-on-weekday                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1                                                                    |              |                                                                                                                                                                                                                                                     |
261 | MS        | org-agenda-start-on-weekday                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1                                                                    |              |                                                                                                                                                                                                                                                     |
262 | OC        | org-agenda-start-on-weekday                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1                                                                    |              |                                                                                                                                                                                                                                                     |
263 | PM        | org-agenda-start-on-weekday                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1                                                                    |              |                                                                                                                                                                                                                                                     |
264 | RS        | org-agenda-start-on-weekday                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1                                                                    |              |                                                                                                                                                                                                                                                     |
265 | SH        | org-agenda-start-on-weekday                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1                                                                    |              |                                                                                                                                                                                                                                                     |
266 | SS        | org-agenda-start-on-weekday                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1                                                                    |              |                                                                                                                                                                                                                                                     |
267 | WH        | org-agenda-start-on-weekday                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1                                                                    |              |                                                                                                                                                                                                                                                     |
268 | JS        | org-agenda-start-with-clockreport-mode            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | I like to see how much time I've spent on things in the agenda                                                                                                                                                                                      |
269 | RP        | org-agenda-start-with-clockreport-mode            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
270 | RS        | org-agenda-start-with-follow-mode                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
271 | DG        | org-agenda-tags-column                            | -77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -80                                                                  |              |                                                                                                                                                                                                                                                     |
272 | JS        | org-agenda-tags-column                            | org-tags-column                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | -80                                                                  |              |                                                                                                                                                                                                                                                     |
273 | JW        | org-agenda-tags-column                            | -100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | -80                                                                  |              |                                                                                                                                                                                                                                                     |
274 | RS        | org-agenda-tags-column                            | 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -80                                                                  |              |                                                                                                                                                                                                                                                     |
275 | RS        | org-agenda-tags-todo-honor-ignore-options         | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
276 | BH        | org-agenda-text-search-extra-files                | (quote (agenda-archives))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | nil                                                                  |              |                                                                                                                                                                                                                                                     |
277 | JW        | org-agenda-text-search-extra-files                | (quote (agenda-archives)))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | nil                                                                  |              |                                                                                                                                                                                                                                                     |
278 | EF        | org-agenda-time-grid                              | '((daily today require-timed) "----------------" (900 1000 1100 1200 1300 1400 1500 1600 1700 1800))                                                                                                                                                                                                                                                                                                                                                                                                       | complex                                                              |              |                                                                                                                                                                                                                                                     |
279 | ME        | org-agenda-time-grid                              | '((daily today require-timed remove-match) "----------------" (800 900 1000 1100 1200 1300 1400 1500 1600 1700 1800 2000))                                                                                                                                                                                                                                                                                                                                                                                 | complex                                                              |              |                                                                                                                                                                                                                                                     |
280 | ML        | org-agenda-time-grid                              | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | complex                                                              |              |                                                                                                                                                                                                                                                     |
281 | RS        | org-agenda-time-grid                              | (quote ((daily today require-timed) "----------------" (900 1300 1600)))                                                                                                                                                                                                                                                                                                                                                                                                                                   | complex                                                              |              |                                                                                                                                                                                                                                                     |
282 | FF        | org-agenda-todo-ignore-deadlines                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | The idea behind this is that such items will appear in the agenda anyway.                                                                                                                                                                           |
283 | MH        | org-agenda-todo-ignore-deadlines                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
284 | PM        | org-agenda-todo-ignore-deadlines                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
285 | RS        | org-agenda-todo-ignore-deadlines                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
286 | CL        | org-agenda-todo-ignore-scheduled                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | Keep global todo list less cluttered.                                                                                                                                                                                                               |
287 | DG        | org-agenda-todo-ignore-scheduled                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
288 | FF        | org-agenda-todo-ignore-scheduled                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | The idea behind this is that by scheduling it, you have already taken care of this item.                                                                                                                                                            |
289 | MH        | org-agenda-todo-ignore-scheduled                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
290 | PM        | org-agenda-todo-ignore-scheduled                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
291 | RS        | org-agenda-todo-ignore-scheduled                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
292 | BH        | org-agenda-todo-ignore-with-date                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
293 | CE        | org-agenda-todo-ignore-with-date                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
294 | MH        | org-agenda-todo-ignore-with-date                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
295 | PJ        | org-agenda-todo-ignore-with-date                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
296 | RS        | org-agenda-todo-ignore-with-date                  | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
297 | RS        | org-agenda-todo-keyword-format                    | "%-8s"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | "%-1s"                                                               |              |                                                                                                                                                                                                                                                     |
298 | MH        | org-agenda-todo-list-sublevels                    | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         | Whether to check sublevels                                                                                                                                                                                                                          |
299 | CE        | org-agenda-todo-list-sublevels                    | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
300 | FF        | org-agenda-use-time-grid                          | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              | time grid is distracting from the tasks that have to be done anyway, but don't have a set clock Fri Jan 30 06:00:07 2009                                                                                                                            |
301 | AU        | org-agenda-window-setup                           | 'other-frame                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | (quote reorganize-frame)                                             |              |                                                                                                                                                                                                                                                     |
302 | EF        | org-agenda-window-setup                           | 'reorganize-frame                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote reorganize-frame)                                             |              | default, I think                                                                                                                                                                                                                                    |
303 | ES        | org-agenda-window-setup                           | 'current-window                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | (quote reorganize-frame)                                             |              |                                                                                                                                                                                                                                                     |
304 | MH        | org-agenda-window-setup                           | 'current-window                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | (quote reorganize-frame)                                             |              | normal value: reorganize-frame                                                                                                                                                                                                                      |
305 | ML        | org-agenda-window-setup                           | 'other-window                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | (quote reorganize-frame)                                             |              |                                                                                                                                                                                                                                                     |
306 | PJ        | org-agenda-window-setup                           | 'current-window                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | (quote reorganize-frame)                                             |              |                                                                                                                                                                                                                                                     |
307 | RP        | org-agenda-window-setup                           | (quote current-window)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | (quote reorganize-frame)                                             |              |                                                                                                                                                                                                                                                     |
308 | RP        | org-agenda-window-setup                           | (quote current-window)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | (quote reorganize-frame)                                             |              |                                                                                                                                                                                                                                                     |
309 | RS        | org-agenda-window-setup                           | (quote current-window)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | (quote reorganize-frame)                                             |              |                                                                                                                                                                                                                                                     |
310 | US        | org-agenda-window-setup                           | 'current-window                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | (quote reorganize-frame)                                             |              |                                                                                                                                                                                                                                                     |
311 | US        | org-agenda-window-setup                           | 'current-window                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | (quote reorganize-frame)                                             |              |                                                                                                                                                                                                                                                     |
312 | CL        | org-annotate-file-storage-file                    | (concat user-emacs-directory "file-annotations.org")                                                                                                                                                                                                                                                                                                                                                                                                                                                       | nil                                                                  |              | I find org-annotate-file very useful.                                                                                                                                                                                                               |
313 | CE        | org-archive-location                              | "::* Archive"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | "%s_archive::"                                                       |              |                                                                                                                                                                                                                                                     |
314 | JW        | org-archive-location                              | "TODO-archive::"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | "%s_archive::"                                                       |              |                                                                                                                                                                                                                                                     |
315 | MH        | org-archive-location                              | "::* Archive"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | "%s_archive::"                                                       |              |                                                                                                                                                                                                                                                     |
316 | ML        | org-archive-location                              | (concat "~/mystuff/org/" (format-time-string "%Y") ".archive::* %s")                                                                                                                                                                                                                                                                                                                                                                                                                                       | "%s_archive::"                                                       |              | puts archive in a single file, organized by file of origin                                                                                                                                                                                          |
317 | SR        | org-archive-location                              | "::* Archiv"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | "%s_archive::"                                                       |              |                                                                                                                                                                                                                                                     |
318 | CD        | org-archive-mark-done                             | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
319 | ML        | org-archive-mark-done                             | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
320 | JW        | org-archive-save-context-info                     | (quote (time category itags)))                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | (quote (time file olpath category todo itags))                       |              |                                                                                                                                                                                                                                                     |
321 | ML        | org-archive-save-context-info                     | '(olpath time itags)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | (quote (time file olpath category todo itags))                       |              | other options include file, time, ltags (local tags), itags (inherited tags), category                                                                                                                                                              |
322 | SR        | org-archive-save-context-info                     | (quote (time file category todo itags olpath ltags))                                                                                                                                                                                                                                                                                                                                                                                                                                                       | (quote (time file olpath category todo itags))                       |              |                                                                                                                                                                                                                                                     |
323 | US        | org-archive-save-context-info                     | '(time file category todo priority itags olpath ltags)                                                                                                                                                                                                                                                                                                                                                                                                                                                     | (quote (time file olpath category todo itags))                       |              |                                                                                                                                                                                                                                                     |
324 | CL        | org-attach-auto-tag                               | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | "ATTACH"                                                             |              | default is "ATTACH".  I don't like the default tag, but I think it's useful to see until you get used to how attachments work.                                                                                                                      |
325 | ML        | org-attach-directory                              | "~/mystuff/data"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | "data/"                                                              |              |                                                                                                                                                                                                                                                     |
326 | SS        | org-attach-file-list-property                     | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | "Attachments"                                                        |              |                                                                                                                                                                                                                                                     |
327 | CL        | org-attach-method                                 | 'ln                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | (quote cp)                                                           |              | My first Unix didn't have symlinks....   :-/                                                                                                                                                                                                        |
328 | ML        | org-attach-method                                 | 'cp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | (quote cp)                                                           |              |                                                                                                                                                                                                                                                     |
329 | BH        | org-blank-before-bullet                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
330 | BH        | org-blank-before-new-entry                        | (quote ((heading) (plain-list-item)))                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | (quote ((heading . auto) (plain-list-item . auto)))                  |              |                                                                                                                                                                                                                                                     |
331 | CH        | org-blank-before-new-entry                        | (quote ((heading) (plain-list-item)))                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | (quote ((heading . auto) (plain-list-item . auto)))                  |              |                                                                                                                                                                                                                                                     |
332 | FF        | org-blank-before-new-entry                        | ((heading) (plain-list-item))                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | (quote ((heading . auto) (plain-list-item . auto)))                  |              | interesting... I forgot this existed. I just customised both entries to nil as I really prefer to decide depending on context                                                                                                                       |
333 | ML        | org-blank-before-new-entry                        | '((heading) (plain-list-item . auto))                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | (quote ((heading . auto) (plain-list-item . auto)))                  |              | I like a blank line for plain lists, but not for headings                                                                                                                                                                                           |
334 | RS        | org-blank-before-new-entry                        | (quote ((heading) (plain-list-item)))                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | (quote ((heading . auto) (plain-list-item . auto)))                  |              |                                                                                                                                                                                                                                                     |
335 | SR        | org-blank-before-new-entry                        | (quote ((heading . t) (plain-list-item)))                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | (quote ((heading . auto) (plain-list-item . auto)))                  |              |                                                                                                                                                                                                                                                     |
336 | US        | org-blank-before-new-entry                        | (quote ((heading . auto) (plain-list-item . auto))                                                                                                                                                                                                                                                                                                                                                                                                                                                         | (quote ((heading . auto) (plain-list-item . auto)))                  |              |                                                                                                                                                                                                                                                     |
337 | US        | org-blank-before-new-entry                        | ((heading . auto) (plain-list-item . auto))                                                                                                                                                                                                                                                                                                                                                                                                                                                                | (quote ((heading . auto) (plain-list-item . auto)))                  |              |                                                                                                                                                                                                                                                     |
338 | WH        | org-calc-default-modes                            | (quote (calc-internal-prec 20 calc-float-format (float 5) calc-angle-mode deg calc-prefer-frac nil calc-symbolic-mode nil calc-date-format (YYYY "-" MM "-" DD " " Www ("" HH ":" mm)) calc-display-working-message t))                                                                                                                                                                                                                                                                                    | complex                                                              |              |                                                                                                                                                                                                                                                     |
339 | BH        | org-clock-history-length                          | 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 5                                                                    |              |                                                                                                                                                                                                                                                     |
340 | BH        | org-clock-history-length                          | 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 5                                                                    |              |                                                                                                                                                                                                                                                     |
341 | FF        | org-clock-history-length                          | 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 5                                                                    |              | seemed sensible                                                                                                                                                                                                                                     |
342 | BH        | org-clock-in-resume                               | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
343 | CD        | org-clock-in-resume                               | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
344 | FF        | org-clock-in-resume                               | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | I often restart my emacs *and* I often forget to clock out                                                                                                                                                                                          |
345 | JS        | org-clock-in-resume                               | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | Resume persisted clock when loading emacs                                                                                                                                                                                                           |
346 | FF        | org-clock-in-switch-to-state                      | "DOING"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | nil                                                                  |              | DOING should be the same as clocking, at least at work                                                                                                                                                                                              |
347 | ML        | org-clock-in-switch-to-state                      | "STARTED"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | nil                                                                  |              |                                                                                                                                                                                                                                                     |
348 | RS        | org-clock-in-switch-to-state                      | "INARBEIT"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | nil                                                                  |              |                                                                                                                                                                                                                                                     |
349 | US        | org-clock-in-switch-to-state                      | "STARTED"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | nil                                                                  |              |                                                                                                                                                                                                                                                     |
350 | JS        | org-clock-into-drawer                             | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 2                                                                    |              | Always put clock items into drawers.                                                                                                                                                                                                                |
351 | RS        | org-clock-into-drawer                             | 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 2                                                                    |              |                                                                                                                                                                                                                                                     |
352 | BH        | org-clock-out-remove-zero-time-clocks             | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
353 | FF        | org-clock-out-remove-zero-time-clocks             | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | and clean up after me a little                                                                                                                                                                                                                      |
354 | US        | org-clock-out-remove-zero-time-clocks             | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
355 | BH        | org-clock-out-when-done                           | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
356 | RP        | org-clock-out-when-done                           | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
357 | BH        | org-clock-persist                                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
358 | CD        | org-clock-persist                                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
359 | FF        | org-clock-persist                                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | did I say I restart my emacs?                                                                                                                                                                                                                       |
360 | JS        | org-clock-persist                                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | Persist clock data                                                                                                                                                                                                                                  |
361 | SR        | org-clock-persist                                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
362 | SR        | org-clock-persist-file                            | "~/emacs/.org-clock-save.el"                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | (convert-standard-filename "~/.emacs.d/org-clock-save.el")           |              |                                                                                                                                                                                                                                                     |
363 | JS        | org-clock-persist-query-resume                    | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              | Resume clock without asking                                                                                                                                                                                                                         |
364 | CD        | org-clock-persist-query-save                      | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
365 | BH        | org-clock-persistence-insinuate                   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
366 | JS        | org-clock-persistence-insinuate                   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
367 | ML        | org-clock-remove-zero-time-clocks                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
368 | SR        | org-code                                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
369 | WH        | org-code                                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
370 | SR        | org-column                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
371 | BH        | org-columns-default-format                        | "%40ITEM(Task) %17Effort(Estimated Effort){:} %CLOCKSUM"                                                                                                                                                                                                                                                                                                                                                                                                                                                   | "%25ITEM %TODO %3PRIORITY %TAGS"                                     |              |                                                                                                                                                                                                                                                     |
372 | DG        | org-columns-default-format                        | "%30ITEM(Task) %7Effort(Effort){:} %CLOCKSUM %20SCHEDULED %DEADLINE %TODO(T)"                                                                                                                                                                                                                                                                                                                                                                                                                              | "%25ITEM %TODO %3PRIORITY %TAGS"                                     |              |                                                                                                                                                                                                                                                     |
373 | FF        | org-columns-default-format                        | "%66ITEM %8TODO %3PRIORITY %SCHEDULED %DEADLINE %6EFFORT{:} %TAGS %5CLOCKSUM{:}"                                                                                                                                                                                                                                                                                                                                                                                                                           | "%25ITEM %TODO %3PRIORITY %TAGS"                                     |              | left over from a failed experiment with efforts                                                                                                                                                                                                     |
374 | ML        | org-columns-default-format                        | "%50ITEM(Task) %8Effort(Estimate){:} %20SCHEDULED %20DEADLINE"                                                                                                                                                                                                                                                                                                                                                                                                                                             | "%25ITEM %TODO %3PRIORITY %TAGS"                                     |              |                                                                                                                                                                                                                                                     |
375 | RS        | org-columns-default-format                        | "%50ITEM %TODO %3PRIORITY %TAGS"                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | "%25ITEM %TODO %3PRIORITY %TAGS"                                     |              |                                                                                                                                                                                                                                                     |
376 | SR        | org-columns-default-format                        | "%35ITEM %TODO %3PRIORITY %CLOCKSUM %10TAGS"                                                                                                                                                                                                                                                                                                                                                                                                                                                               | "%25ITEM %TODO %3PRIORITY %TAGS"                                     |              |                                                                                                                                                                                                                                                     |
377 | TH        | org-columns-default-format                        | "%50ITEM %TODO %ALLTAGS %SCHEDULED %DEADLINE"                                                                                                                                                                                                                                                                                                                                                                                                                                                              | "%25ITEM %TODO %3PRIORITY %TAGS"                                     |              | Well, I don't use column most of the time, but...                                                                                                                                                                                                   |
378 | US        | org-columns-default-format                        | "%PRIORITY %45ITEM(Task) %TODO %Effort(Est.){:} %CLOCKSUM(Time)"                                                                                                                                                                                                                                                                                                                                                                                                                                           | "%25ITEM %TODO %3PRIORITY %TAGS"                                     |              |                                                                                                                                                                                                                                                     |
379 | CD        | org-combined-agenda-icalendar-file                | "/Library/Webserver/Documents/OrgMode.ics"                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | "~/org.ics"                                                          |              |                                                                                                                                                                                                                                                     |
380 | ES        | org-combined-agenda-icalendar-file                | "~/docs/personal/schulte.ics"                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | "~/org.ics"                                                          |              |                                                                                                                                                                                                                                                     |
381 | WH        | org-combined-agenda-icalendar-file                | "/Library/WebServer/Documents/orgmode.icf"                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | "~/org.ics"                                                          |              | Export to iCal - In iCal.app subscribe to http://localhost/orgmode.ics                                                                                                                                                                              |
382 | ML        | org-completion-use-ido                            | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         |                                                                                                                                                                                                                                                     |
383 | AU        | org-completion-use-ido                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | general org functionality tweaks                                                                                                                                                                                                                    |
384 | BH        | org-completion-use-ido                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
385 | CD        | org-completion-use-ido                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
386 | CL        | org-completion-use-ido                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | Ido has its quirks but is worth using.                                                                                                                                                                                                              |
387 | ES        | org-completion-use-ido                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
388 | FF        | org-completion-use-ido                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | I use ido for everything.                                                                                                                                                                                                                           |
389 | HT        | org-completion-use-ido                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
390 | JS        | org-completion-use-ido                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
391 | PJ        | org-completion-use-ido                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
392 | CL        | org-confirm-elisp-link-function                   | 'y-or-n-p                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | (quote yes-or-no-p)                                                  |              | I generally prefer y-or-n-p everywhere.                                                                                                                                                                                                             |
393 | JS        | org-confirm-elisp-link-function                   | 'y-or-n-p                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | (quote yes-or-no-p)                                                  |              |                                                                                                                                                                                                                                                     |
394 | CD        | org-confirm-shell-links                           | (quote y-or-n-p)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | nil                                                                  |              |                                                                                                                                                                                                                                                     |
395 | JS        | org-context-in-file-links                         | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
396 | RS        | org-cycle-emulate-tab                             | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
397 | RS        | org-cycle-global-at-bob                           | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         |                                                                                                                                                                                                                                                     |
398 | JS        | org-cycle-global-at-bob                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | I set this when the default was changed to f, but I just use C-u TAB now.                                                                                                                                                                           |
399 | JW        | org-cycle-global-at-bob                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
400 | MH        | org-cycle-include-plain-lists                     | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         | Confusing for me...                                                                                                                                                                                                                                 |
401 | JS        | org-cycle-include-plain-lists                     | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | Some of my entries contain extensive notes in plain list format, so being able to fold them is useful.                                                                                                                                              |
402 | WH        | org-date                                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
403 | AU        | org-deadline-warning-days                         | 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 14                                                                   | same         |                                                                                                                                                                                                                                                     |
404 | CH        | org-deadline-warning-days                         | 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 14                                                                   | same         |                                                                                                                                                                                                                                                     |
405 | JW        | org-deadline-warning-days                         | 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 14                                                                   | same         |                                                                                                                                                                                                                                                     |
406 | OC        | org-deadline-warning-days                         | 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 14                                                                   | same         |                                                                                                                                                                                                                                                     |
407 | PJ        | org-deadline-warning-days                         | 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 14                                                                   | same         |                                                                                                                                                                                                                                                     |
408 | US        | org-deadline-warning-days                         | 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 14                                                                   | same         |                                                                                                                                                                                                                                                     |
409 | BH        | org-deadline-warning-days                         | 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 14                                                                   |              |                                                                                                                                                                                                                                                     |
410 | DD        | org-deadline-warning-days                         | 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 14                                                                   |              |                                                                                                                                                                                                                                                     |
411 | DG        | org-deadline-warning-days                         | 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 14                                                                   |              |                                                                                                                                                                                                                                                     |
412 | ME        | org-deadline-warning-days                         | 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 14                                                                   |              |                                                                                                                                                                                                                                                     |
413 | RS        | org-deadline-warning-days                         | 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 14                                                                   |              |                                                                                                                                                                                                                                                     |
414 | AU        | org-default-notes-file                            | "~/notes.org"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | (convert-standard-filename "~/.notes")                               |              |                                                                                                                                                                                                                                                     |
415 | BH        | org-default-notes-file                            | "~/git/org/todo.org"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | (convert-standard-filename "~/.notes")                               |              |                                                                                                                                                                                                                                                     |
416 | CD        | org-default-notes-file                            | "~/org/notes.org"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (convert-standard-filename "~/.notes")                               |              |                                                                                                                                                                                                                                                     |
417 | CH        | org-default-notes-file                            | "~/VersionControl/gtd/notes.org"                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | (convert-standard-filename "~/.notes")                               |              |                                                                                                                                                                                                                                                     |
418 | DD        | org-default-notes-file                            | dan-org-file                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | (convert-standard-filename "~/.notes")                               |              |                                                                                                                                                                                                                                                     |
419 | DW        | org-default-notes-file                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | (convert-standard-filename "~/.notes")                               |              |                                                                                                                                                                                                                                                     |
420 | EF        | org-default-notes-file                            | "notes.org"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | (convert-standard-filename "~/.notes")                               |              |                                                                                                                                                                                                                                                     |
421 | JS        | org-default-notes-file                            | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | (convert-standard-filename "~/.notes")                               |              |                                                                                                                                                                                                                                                     |
422 | JW        | org-default-notes-file                            | "~/Documents/todo.txt")                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | (convert-standard-filename "~/.notes")                               |              |                                                                                                                                                                                                                                                     |
423 | ME        | org-default-notes-file                            | "~/org/master.org"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | (convert-standard-filename "~/.notes")                               |              |                                                                                                                                                                                                                                                     |
424 | MH        | org-default-notes-file                            | (car org-agenda-files)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | (convert-standard-filename "~/.notes")                               |              |                                                                                                                                                                                                                                                     |
425 | ML        | org-default-notes-file                            | (concat org-directory "index.org")                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | (convert-standard-filename "~/.notes")                               |              |                                                                                                                                                                                                                                                     |
426 | RS        | org-default-notes-file                            | "~/org/DIPLAN.org"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | (convert-standard-filename "~/.notes")                               |              |                                                                                                                                                                                                                                                     |
427 | SR        | org-default-notes-file                            | "~/emacs/org/notes/remember.org"                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | (convert-standard-filename "~/.notes")                               |              |                                                                                                                                                                                                                                                     |
428 | SS        | org-default-notes-file                            | "~/orga/org/notes.org"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | (convert-standard-filename "~/.notes")                               |              |                                                                                                                                                                                                                                                     |
429 | CL        | org-default-notes-files                           | (concat org-directory "NOTES.org")                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | nil                                                                  |              | I like my notes with my other org files.                                                                                                                                                                                                            |
430 | BH        | org-default-priority                              | 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 66                                                                   |              |                                                                                                                                                                                                                                                     |
431 | JS        | org-default-priority                              | ?D                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 66                                                                   |              | Four priority levels. Items with no set priority are equivalent to the lowest.                                                                                                                                                                      |
432 | MH        | org-default-priority                              | ?C                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 66                                                                   |              |                                                                                                                                                                                                                                                     |
433 | RS        | org-default-priority                              | 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 66                                                                   |              |                                                                                                                                                                                                                                                     |
434 | CD        | org-description-max-indent                        | 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 20                                                                   |              |                                                                                                                                                                                                                                                     |
435 | CD        | org-directory                                     | "~/org/"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | "~/org"                                                              |              |                                                                                                                                                                                                                                                     |
436 | CL        | org-directory                                     | (file-name-as-directory (cond ((at-work-p) "~/work/orgfiles") ((at-home-p) "~/u/orgfiles") (t ".")))                                                                                                                                                                                                                                                                                                                                                                                                       | "~/org"                                                              |              | Different directories for work & personal.                                                                                                                                                                                                          |
437 | EF        | org-directory                                     | "~/s/notes"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | "~/org"                                                              |              |                                                                                                                                                                                                                                                     |
438 | JS        | org-directory                                     | "~/Personal"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | "~/org"                                                              |              |                                                                                                                                                                                                                                                     |
439 | JW        | org-directory                                     | "~/Documents/")                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | "~/org"                                                              |              |                                                                                                                                                                                                                                                     |
440 | ML        | org-directory                                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | "~/org"                                                              |              |                                                                                                                                                                                                                                                     |
441 | SH        | org-directory                                     | "~/doc/org/"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | "~/org"                                                              |              |                                                                                                                                                                                                                                                     |
442 | SS        | org-directory                                     | "~/orga/org/"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | "~/org"                                                              |              |                                                                                                                                                                                                                                                     |
443 | WH        | org-directory                                     | "~/Org/"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | "~/org"                                                              |              | where to keep all the files                                                                                                                                                                                                                         |
444 | JS        | org-disputed-keys                                 | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | complex                                                              |              | I use frequently use org in a terminal, so I need the replacement keys.                                                                                                                                                                             |
445 | WH        | org-disputed-keys                                 | (quote (([(control tab)] . [(control shift tab)])))                                                                                                                                                                                                                                                                                                                                                                                                                                                        | complex                                                              |              | I use these for switching windows                                                                                                                                                                                                                   |
446 | ES        | org-ditaa-jar-path                                | "~/src/org/org-mode/contrib/scripts/ditaa.jar"                                                                                                                                                                                                                                                                                                                                                                                                                                                             | nil                                                                  |              |                                                                                                                                                                                                                                                     |
447 | SR        | org-ditaa-jar-path                                | "~/bin/ditaa.jar"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
448 | WH        | org-done                                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
449 | BH        | org-drawers                                       | ("PROPERTIES" "HIDE")                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | (quote ("PROPERTIES" "CLOCK"))                                       |              |                                                                                                                                                                                                                                                     |
450 | FF        | org-drawers                                       | (quote ("PROPERTIES" "CLOCK" "SCHEDULE" "HIDDEN"))                                                                                                                                                                                                                                                                                                                                                                                                                                                         | (quote ("PROPERTIES" "CLOCK"))                                       |              | I added HIDDEN to put in some rants and notes, but I don't use it any more                                                                                                                                                                          |
451 | GR        | org-drawers                                       | dummy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | (quote ("PROPERTIES" "CLOCK"))                                       |              | I use this file as a database, so need to see the :PROPERTIES: drawers contents with the values of every variable.                                                                                                                                  |
452 | JW        | org-drawers                                       | (quote ("PROPERTIES" "OUTPUT" "SCRIPT" "PATCH" "DATA")))                                                                                                                                                                                                                                                                                                                                                                                                                                                   | (quote ("PROPERTIES" "CLOCK"))                                       |              |                                                                                                                                                                                                                                                     |
453 | ML        | org-drawers                                       | '("PROPERTIES" "CLOCK" "HIDDEN" "INFO")                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | (quote ("PROPERTIES" "CLOCK"))                                       |              |                                                                                                                                                                                                                                                     |
454 | RS        | org-drawers                                       | (quote ("PROPERTIES" "SETUP"))                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | (quote ("PROPERTIES" "CLOCK"))                                       |              |                                                                                                                                                                                                                                                     |
455 | SR        | org-drawers                                       | (quote ("PROPERTIES" "CLOCK" "EMAIL" "REMAIL" "HIDDEN"))                                                                                                                                                                                                                                                                                                                                                                                                                                                   | (quote ("PROPERTIES" "CLOCK"))                                       |              |                                                                                                                                                                                                                                                     |
456 | SS        | org-edit-timestamp-down-means-later               | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
457 | FF        | org-effort-property                               | "EFFORT"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | "Effort"                                                             |              | left over from a failed experiment with efforts                                                                                                                                                                                                     |
458 | MH        | org-ellipsis                                      | (quote org-ellipsis)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | nil                                                                  |              |                                                                                                                                                                                                                                                     |
459 | RS        | org-ellipsis                                      | "....>"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | nil                                                                  |              |                                                                                                                                                                                                                                                     |
460 | CD        | org-email-link-description-format                 | "Email %c, \"%s\""                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | "Email %c: %.30s"                                                    |              |                                                                                                                                                                                                                                                     |
461 | US        | org-email-link-description-format                 | "Email %c: %.50s"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | "Email %c: %.30s"                                                    |              |                                                                                                                                                                                                                                                     |
462 | US        | org-email-link-description-format                 | "Email %c: %.30s" nil nil "n"                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | "Email %c: %.30s"                                                    |              |                                                                                                                                                                                                                                                     |
463 | CD        | org-emphasis-alist                                | (quote (("*" bold "<b>" "</b>") ("/" italic "<i>" "</i>") ("_" underline "<span style=\"text-decoration:underline;\">" "</span>") ("=" org-code "<code>" "</code>" verbatim) ("~" org-verbatim "<code>" "</code>" verbatim))))                                                                                                                                                                                                                                                                             | complex                                                              |              |                                                                                                                                                                                                                                                     |
464 | SJ        | org-emphasis-regexp-components                    | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | complex                                                              |              |                                                                                                                                                                                                                                                     |
465 | JS        | org-empty-line-terminates-plain-lists             | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         |                                                                                                                                                                                                                                                     |
466 | AU        | org-empty-line-terminates-plain-lists             | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
467 | BH        | org-enforce-todo-dependencies                     | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
468 | CD        | org-enforce-todo-dependencies                     | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
469 | JW        | org-enforce-todo-dependencies                     | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
470 | PM        | org-enforce-todo-dependencies                     | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
471 | PM        | org-enforce-todo-dependencies                     | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
472 | RS        | org-enforce-todo-dependencies                     | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
473 | US        | org-enforce-todo-dependencies                     | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
474 | WH        | org-enforce-todo-dependencies                     | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
475 | MS        | org-export-author-info                            | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
476 | RS        | org-export-author-info                            | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
477 | RS        | org-export-default-directory                      | "."                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  |              |                                                                                                                                                                                                                                                     |
478 | RS        | org-export-default-language                       | "de"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | "en"                                                                 |              |                                                                                                                                                                                                                                                     |
479 | SR        | org-export-default-language                       | de                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | "en"                                                                 |              |                                                                                                                                                                                                                                                     |
480 | RS        | org-export-headline-levels                        | 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 3                                                                    |              |                                                                                                                                                                                                                                                     |
481 | ES        | org-export-html-infojs-setup                      | ""                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | nil                                                                  |              |                                                                                                                                                                                                                                                     |
482 | BH        | org-export-html-inline-images                     | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote maybe)                                                        |              |                                                                                                                                                                                                                                                     |
483 | SPR       | org-export-html-style                             | ""                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | ""                                                                   | same         |                                                                                                                                                                                                                                                     |
484 | DG        | org-export-html-style                             | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | ""                                                                   |              |                                                                                                                                                                                                                                                     |
485 | GR        | org-export-html-style                             |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | ""                                                                   |              | because I have to export file to html & import in M$Word for sharing with coworkers                                                                                                                                                                 |
486 | JS        | org-export-html-style                             | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | ""                                                                   |              |                                                                                                                                                                                                                                                     |
487 | MS        | org-export-html-style                             | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | ""                                                                   |              |                                                                                                                                                                                                                                                     |
488 | RS        | org-export-html-style                             | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | ""                                                                   |              |                                                                                                                                                                                                                                                     |
489 | SR        | org-export-html-style                             | "<style type=\"text/css\"></style>"                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | ""                                                                   |              |                                                                                                                                                                                                                                                     |
490 | ES        | org-export-html-table-tag                         | "<table border=\"2\" cellspacing=\"0\" cellpadding=\"6\">"                                                                                                                                                                                                                                                                                                                                                                                                                                                 | complex                                                              |              |                                                                                                                                                                                                                                                     |
491 | SR        | org-export-html-table-tag                         | "<table border=\"0\" cellspacing=\"0\" cellpadding=\"6\" rules=\"groups\" frame=\"hsides\">"                                                                                                                                                                                                                                                                                                                                                                                                               | complex                                                              |              |                                                                                                                                                                                                                                                     |
492 | SR        | org-export-html-title-format                      | "<h1 id=\"title\">%s</h1>"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | complex                                                              |              |                                                                                                                                                                                                                                                     |
493 | FF        | org-export-html-use-infojs                        | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote when-configured)                                              |              | this is very handy                                                                                                                                                                                                                                  |
494 | MS        | org-export-html-with-timestamp                    | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
495 | BH        | org-export-latex-classes                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | complex                                                              |              |                                                                                                                                                                                                                                                     |
496 | CE        | org-export-latex-classes                          | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | complex                                                              |              |                                                                                                                                                                                                                                                     |
497 | MS        | org-export-latex-classes                          | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | complex                                                              |              |                                                                                                                                                                                                                                                     |
498 | SB        | org-export-latex-classes                          | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | complex                                                              |              |                                                                                                                                                                                                                                                     |
499 | SR        | org-export-latex-classes                          | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | complex                                                              |              |                                                                                                                                                                                                                                                     |
500 | MS        | org-export-latex-date-format                      | "%d. %B %Y"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | "%d %B %Y"                                                           |              |                                                                                                                                                                                                                                                     |
501 | HT        | org-export-latex-remove-from-headlines            | (quote (:todo nil :priority t :tags t))                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | (quote (:todo nil :priority nil :tags nil))                          |              |                                                                                                                                                                                                                                                     |
502 | MS        | org-export-latex-remove-from-headlines            | (quote (:todo nil :priority t :tags t))                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | (quote (:todo nil :priority nil :tags nil))                          |              |                                                                                                                                                                                                                                                     |
503 | FF        | org-export-mark-todo-in-toc                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | I wanted to try this, but I don't see a difference in the exported html                                                                                                                                                                             |
504 | RS        | org-export-mark-todo-in-toc                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
505 | SR        | org-export-mark-todo-in-toc                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
506 | RS        | org-export-preserve-breaks                        | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
507 | RS        | org-export-remove-timestamps-from-toc             | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
508 | FF        | org-export-run-in-background                      | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         | I tried setting this to t, but the forked off emacs hangs (probably in a y/n question because my desktop gets loaded on emacs startup)                                                                                                              |
509 | SR        | org-export-section-number-format                  | (quote ((("1" ".")) . ""))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | (quote ((("1" ".")) . ""))                                           | same         |                                                                                                                                                                                                                                                     |
510 | SPR       | org-export-skip-text-before-1st-heading           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
511 | SR        | org-export-with-drawers                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
512 | EF        | org-export-with-LaTeX-fragments                   | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
513 | ES        | org-export-with-LaTeX-fragments                   | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
514 | FF        | org-export-with-LaTeX-fragments                   | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | still trying to get latex export work properly for me                                                                                                                                                                                               |
515 | HT        | org-export-with-LaTeX-fragments                   | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
516 | SR        | org-export-with-LaTeX-fragments                   | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
517 | SS        | org-export-with-LaTeX-fragments                   | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
518 | WH        | org-export-with-LaTeX-fragments                   | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | export latex equations                                                                                                                                                                                                                              |
519 | FF        | org-export-with-priority                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | I want to see this                                                                                                                                                                                                                                  |
520 | AU        | org-export-with-section-numbers                   | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
521 | BH        | org-export-with-sub-superscripts                  | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
522 | FF        | org-export-with-sub-superscripts                  | (quote {})                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | t                                                                    |              | I often use underscores, e.g. when describing C functions and I really do not mean subscripts.                                                                                                                                                      |
523 | RS        | org-export-with-tags                              | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | (quote not-in-toc)                                                   |              |                                                                                                                                                                                                                                                     |
524 | AU        | org-export-with-toc                               | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
525 | JW        | org-extend-today-until                            | 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 0                                                                    |              |                                                                                                                                                                                                                                                     |
526 | ME        | org-fast-tag-selection-include-todo               | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         |                                                                                                                                                                                                                                                     |
527 | AU        | org-fast-tag-selection-include-todo               | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
528 | US        | org-fast-tag-selection-include-todo               | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
529 | AU        | org-fast-tag-selection-single-key                 | 'expert                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | nil                                                                  |              |                                                                                                                                                                                                                                                     |
530 | BH        | org-fast-tag-selection-single-key                 | (quote expert)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | nil                                                                  |              |                                                                                                                                                                                                                                                     |
531 | CD        | org-fast-tag-selection-single-key                 | (quote expert)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | nil                                                                  |              |                                                                                                                                                                                                                                                     |
532 | CH        | org-fast-tag-selection-single-key                 | (quote expert)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | nil                                                                  |              |                                                                                                                                                                                                                                                     |
533 | FF        | org-fast-tag-selection-single-key                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | set to t, but I don't use this                                                                                                                                                                                                                      |
534 | JW        | org-fast-tag-selection-single-key                 | (quote expert))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
535 | ML        | org-fast-tag-selection-single-key                 | 'expert                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | nil                                                                  |              |                                                                                                                                                                                                                                                     |
536 | MS        | org-fast-tag-selection-single-key                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
537 | PJ        | org-fast-tag-selection-single-key                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
538 | RP        | org-fast-tag-selection-single-key                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
539 | SS        | org-fast-tag-selection-single-key                 | (quote expert)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | nil                                                                  |              |                                                                                                                                                                                                                                                     |
540 | US        | org-fast-tag-selection-single-key                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
541 | MS        | org-fast-todo-selection                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
542 | JS        | org-file-apps                                     | '("dxf" . "qcad %s")                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | complex                                                              |              | Stop org from opening DXFs in emacs                                                                                                                                                                                                                 |
543 | RP        | org-file-apps                                     | (quote (("txt" . emacs) ("tex" . emacs) ("ltx" . emacs) ("org" . emacs) ("el" . emacs) ("bib" . emacs) ("qcp" bongo-insert-and-play-file file)))                                                                                                                                                                                                                                                                                                                                                           | complex                                                              |              |                                                                                                                                                                                                                                                     |
544 | BH        | org-finalize-agenda-hook                          | 'my-org-agenda-to-appt                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | nil                                                                  |              | Check email for function definition                                                                                                                                                                                                                 |
545 | MH        | org-fontify-done-headline                         | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
546 | RS        | org-fontify-done-headline                         | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
547 | SR        | org-fontify-done-headline                         | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
548 | MH        | org-fontify-emphasized-text                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
549 | ML        | org-footnote-auto-label                           | 'nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | t                                                                    |              |                                                                                                                                                                                                                                                     |
550 | ML        | org-footnote-section                              | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | "Footnotes"                                                          |              | puts footnotes at end of current outline section -- also with sorting                                                                                                                                                                               |
551 | CD        | org-format-latex-options                          | (quote (:foreground default :background default :scale 1.0 :html-foreground "Black" :html-background "Transparent" :html-scale 1.0 :matchers ("begin" "$" "$$" "\\(" "\\["))))                                                                                                                                                                                                                                                                                                                             | complex                                                              |              |                                                                                                                                                                                                                                                     |
552 | SR        | org-formula                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
553 | BH        | org-global-properties                             | (quote (("Effort_ALL" . "0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 8:00")))                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
554 | DG        | org-global-properties                             | '(("Effort_ALL" .  "0:05 0:10 0:15 0:30 0:45 1:00 1:30 2:00 3:00 4:00 5:00 6:00 7:00 8:00"))                                                                                                                                                                                                                                                                                                                                                                                                               | nil                                                                  |              |                                                                                                                                                                                                                                                     |
555 | FF        | org-global-properties                             | (quote (("EFFORT_ALL" . "0 0:02:00 0:05:00 0:10:00 0:20:0 0:30:00 1 2 3 4 5 6 7 8 16 24 32 40 48 56 64")))                                                                                                                                                                                                                                                                                                                                                                                                 | nil                                                                  |              | left over from a failed experiment with efforts                                                                                                                                                                                                     |
556 | ML        | org-global-properties                             | '(("Effort_ALL" . "0:05 0:10 0:15 0:30 0:45 1:00 1:30 2:00 3:00 4:00 5:00 6:00 7:00 8:00"))                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
557 | US        | org-global-properties                             | '(("Effort_ALL" . "0 0:05 0:15 0:30 0:45 1:00 1:30 2:00 3:00 4:00 5:00 6:00 7:00 8:00"))                                                                                                                                                                                                                                                                                                                                                                                                                   | nil                                                                  |              |                                                                                                                                                                                                                                                     |
558 | TH        | org-gnus-prefer-web-links                         | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | On gmane/google articles don't expire, so...                                                                                                                                                                                                        |
559 | CD        | org-goto-auto-isearch                             | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
560 | RS        | org-goto-interface                                | (quote outline)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | (quote outline)                                                      | same         |                                                                                                                                                                                                                                                     |
561 | CD        | org-goto-interface                                | (quote outline-path-completion)                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | (quote outline)                                                      |              |                                                                                                                                                                                                                                                     |
562 | CD        | org-goto-interface                                | 'outline-path-completion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | (quote outline)                                                      |              |                                                                                                                                                                                                                                                     |
563 | ML        | org-goto-interface                                | 'outline-path-completion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | (quote outline)                                                      |              |                                                                                                                                                                                                                                                     |
564 | FF        | org-goto-max-level                                | 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 5                                                                    | same         | I often build trees with deep hierarchies                                                                                                                                                                                                           |
565 | SR        | org-hide                                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
566 | CL        | org-hide-emphasis-markers                         | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | I got used to this from using Planner. Not for everyone.                                                                                                                                                                                            |
567 | SJ        | org-hide-emphasis-markers                         | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
568 | AU        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
569 | DD        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
570 | DG        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
571 | EF        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | as recommended by manual                                                                                                                                                                                                                            |
572 | FF        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | looks less cluttered                                                                                                                                                                                                                                |
573 | JS        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | Makes the display look nicer                                                                                                                                                                                                                        |
574 | JW        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
575 | ME        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
576 | MH        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | Nicer decoration                                                                                                                                                                                                                                    |
577 | MS        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
578 | OC        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
579 | PJ        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
580 | PM        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
581 | SB        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
582 | SH        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
583 | SR        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
584 | SS        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
585 | TH        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | Very nice with a light-grey face for the leading stars.                                                                                                                                                                                             |
586 | WH        | org-hide-leading-stars                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | prettier formatting                                                                                                                                                                                                                                 |
587 | MH        | org-higest-priority                               | ?A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | nil                                                                  |              |                                                                                                                                                                                                                                                     |
588 | SR        | org-highlight-latex-fragments-and-specials        | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
589 | ES        | org-icalendar-force-UID                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
590 | FF        | org-icalendar-include-sexps                       | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              | experimented with ical export for a bit. Will continue later.                                                                                                                                                                                       |
591 | FF        | org-icalendar-include-todo                        | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         | experimented with ical export for a bit. Will continue later.                                                                                                                                                                                       |
592 | CE        | org-icalendar-include-todo                        | (quote all)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
593 | WH        | org-icalendar-include-todo                        | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
594 | ES        | org-icalendar-store-UID                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
595 | FF        | org-icalendar-store-UID                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | experimented with ical export for a bit. Will continue later.                                                                                                                                                                                       |
596 | WH        | org-icalendar-store-UID                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
597 | AU        | org-id-method                                     | 'uuidgen                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | complex                                                              |              |                                                                                                                                                                                                                                                     |
598 | BH        | org-id-method                                     | (quote uuidgen)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | complex                                                              |              |                                                                                                                                                                                                                                                     |
599 | CD        | org-id-method                                     | (quote uuidgen)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | complex                                                              |              |                                                                                                                                                                                                                                                     |
600 | CL        | org-id-method                                     | 'uuidgen                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | complex                                                              |              | I think this was from when uuidgen was not the default, I probably don't need this any more.                                                                                                                                                        |
601 | SS        | org-id-method                                     | (quote uuidgen)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | complex                                                              |              |                                                                                                                                                                                                                                                     |
602 | RS        | org-indirect-buffer-display                       | (quote other-window)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | (quote other-window)                                                 | same         |                                                                                                                                                                                                                                                     |
603 | FF        | org-infojs-options                                | (quote ((path . "file:///home/friedel/opt/Org-Publish/org-info.js") (view . "overview") (toc . :table-of-contents) (ftoc . "0") (tdepth . "max") (sdepth . "max") (mouse . "underline") (buttons . "0") (ltoc . "1") (up . :link-up) (home . :link-home)))                                                                                                                                                                                                                                                 | (mapcar (lambda (x) (cons (car x) (nth 2 x))) org-infojs-opts-table) |              |                                                                                                                                                                                                                                                     |
604 | FF        | org-insert-heading-respect-content                | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | I move stuff around a lot.                                                                                                                                                                                                                          |
605 | SR        | org-insert-mode-line-in-empty-file                | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
606 | FF        | org-keep-stored-link-after-insertion              | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | I move stuff around a lot.                                                                                                                                                                                                                          |
607 | SR        | org-latex-and-export-specials                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
608 | CD        | org-link-abbrev-alist                             | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
609 | CL        | org-link-abbrev-alist                             | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              | Very handy!  I wish I could think of a way to execute something without confirmation though.  But perhaps that is too dangerous...                                                                                                                  |
610 | ES        | org-link-abbrev-alist                             | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
611 | SR        | org-link-abbrev-alist                             | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
612 | BH        | org-link-frame-setup                              | (quote ((vm . vm-visit-folder-other-frame) (gnus . gnus-other-frame) (file . find-file-other-window)))                                                                                                                                                                                                                                                                                                                                                                                                     | complex                                                              |              |                                                                                                                                                                                                                                                     |
613 | RP        | org-link-frame-setup                              | (quote ((vm . vm-visit-folder-other-window) (gnus . rpatterson/gnus-no-new-news) (file . find-file-other-window)))                                                                                                                                                                                                                                                                                                                                                                                         | complex                                                              |              |                                                                                                                                                                                                                                                     |
614 | TH        | org-link-frame-setup                              | '((vm . vm-visit-folder) (gnus . org-gnus-no-new-news) (file . find-file-other-window))                                                                                                                                                                                                                                                                                                                                                                                                                    | complex                                                              |              | I don't want a new frame popping up for gnus messages                                                                                                                                                                                               |
615 | CL        | org-link-mailto-program                           | '(shell-command "rxvt +sb -e mutt %a -s '%s'")                                                                                                                                                                                                                                                                                                                                                                                                                                                             | (quote (browse-url "mailto:%a?subject=%s"))                          |              | I use `mutt'.                                                                                                                                                                                                                                       |
616 | RP        | org-link-mailto-program                           | (quote (message-mail "%a" "%s"))                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | (quote (browse-url "mailto:%a?subject=%s"))                          |              |                                                                                                                                                                                                                                                     |
617 | FF        | org-link-to-org-use-id                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote create-if-interactive)                                        |              | I move stuff around a lot.                                                                                                                                                                                                                          |
618 | ES        | org-list-two-spaces-after-bullet-regexp           | ")"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  |              |                                                                                                                                                                                                                                                     |
619 | AU        | org-log-done                                      | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
620 | BH        | org-log-done                                      | (quote time)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | nil                                                                  |              |                                                                                                                                                                                                                                                     |
621 | CE        | org-log-done                                      | (quote time)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | nil                                                                  |              |                                                                                                                                                                                                                                                     |
622 | CL        | org-log-done                                      | 'note                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | nil                                                                  |              | Record a note along with the timestamp.  I like to be able to enter a note at every state change.                                                                                                                                                   |
623 | EF        | org-log-done                                      | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
624 | FF        | org-log-done                                      | (quote (state))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              | for seeing the context of a state change quickly, see above                                                                                                                                                                                         |
625 | HT        | org-log-done                                      | (quote time)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | nil                                                                  |              |                                                                                                                                                                                                                                                     |
626 | JS        | org-log-done                                      | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
627 | MF        | org-log-done                                      | (quote time)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | nil                                                                  |              |                                                                                                                                                                                                                                                     |
628 | MH        | org-log-done                                      | 'time                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | nil                                                                  |              | Insert time stamp on done                                                                                                                                                                                                                           |
629 | ML        | org-log-done                                      | 'time                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | nil                                                                  |              | If I want a note, I set it using LOGGING property                                                                                                                                                                                                   |
630 | MS        | org-log-done                                      | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
631 | PJ        | org-log-done                                      | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
632 | PM        | org-log-done                                      | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
633 | RS        | org-log-done                                      | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
634 | SH        | org-log-done                                      | '(done)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | nil                                                                  |              |                                                                                                                                                                                                                                                     |
635 | SN        | org-log-done                                      | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
636 | SR        | org-log-done                                      | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
637 | SS        | org-log-done                                      | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
638 | TH        | org-log-done                                      | 'time                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | nil                                                                  |              | This should be default.  I think it's useful and non-obtrusive                                                                                                                                                                                      |
639 | US        | org-log-done                                      | 'time                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | nil                                                                  |              |                                                                                                                                                                                                                                                     |
640 | WH        | org-log-done                                      | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
641 | SS        | org-log-done-with-time                            | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
642 | RP        | org-log-note-clock-out                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
643 | RP        | 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")))                                                                                                                                                                                                                                                                                                                                                               | complex                                                              |              |                                                                                                                                                                                                                                                     |
644 | DG        | org-log-repeat                                    | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | (quote time)                                                         |              |                                                                                                                                                                                                                                                     |
645 | ML        | org-log-repeat                                    | 'time                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | (quote time)                                                         |              | If I want a note, I set it using LOGGING property                                                                                                                                                                                                   |
646 | AU        | org-log-state-notes-insert-after-drawers          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
647 | JS        | org-log-state-notes-insert-after-drawers          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | I prefer to keep my drawers at the top of items.                                                                                                                                                                                                    |
648 | FF        | org-log-states-order-reversed                     | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         | for seeing the context of a state change quickly, see above                                                                                                                                                                                         |
649 | BH        | org-lowest-priority                               | 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 67                                                                   |              |                                                                                                                                                                                                                                                     |
650 | JS        | org-lowest-priority                               | ?D                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 67                                                                   |              | Four priority levels. Items with no set priority are equivalent to the lowest.                                                                                                                                                                      |
651 | MH        | org-lowest-priority                               | ?E                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 67                                                                   |              |                                                                                                                                                                                                                                                     |
652 | RS        | org-lowest-priority                               | 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 67                                                                   |              |                                                                                                                                                                                                                                                     |
653 | SR        | org-M-RET-may-split-line                          | (quote ((default . t)))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | (quote ((default . t)))                                              | same         |                                                                                                                                                                                                                                                     |
654 | JW        | org-M-RET-may-split-line                          | (quote ((headline) (default . t)))                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | (quote ((default . t)))                                              |              |                                                                                                                                                                                                                                                     |
655 | PJ        | org-M-RET-may-split-line                          | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | (quote ((default . t)))                                              |              |                                                                                                                                                                                                                                                     |
656 | CL        | org-mairix-display-hook                           | 'org-mairix-mutt-display-results                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | nil                                                                  |              | For [[mairix:] ] links.                                                                                                                                                                                                                             |
657 | AU        | org-mairix-gnus-results-group                     | 'nnmairix-default-group                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | nil                                                                  |              |                                                                                                                                                                                                                                                     |
658 | AU        | org-mairix-gnus-select-display-group-function     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
659 | CL        | org-mairix-mutt-display-command                   | "my_rxvt -title 'mairix %search%' -e mutt -f ~/Mail/mfolder -e \"push <display-message>\" &"                                                                                                                                                                                                                                                                                                                                                                                                               | nil                                                                  |              | Mutt command when showing linked msg.                                                                                                                                                                                                               |
660 | AU        | org-mode-hook                                     | (lambda () (imenu-add-to-menubar "Imenu") (local-set-key "\M-I" 'org-toggle-iimage-in-org)))                                                                                                                                                                                                                                                                                                                                                                                                               | nil                                                                  |              |                                                                                                                                                                                                                                                     |
661 | ME        | org-mode-hook                                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
662 | PM        | org-mode-hook                                     | 'turn-on-font-lock                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | nil                                                                  |              |                                                                                                                                                                                                                                                     |
663 | PM        | org-mode-hook                                     | 'turn-on-auto-fill                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | nil                                                                  |              |                                                                                                                                                                                                                                                     |
664 | PM        | org-mode-hook                                     | 'longlines-mode                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
665 | RP        | org-mode-hook                                     | 'turn-on-auto-fill                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | nil                                                                  |              |                                                                                                                                                                                                                                                     |
666 | SN        | org-mode-hook                                     | turn-on-font-lock                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | org-mode buffers only                                                                                                                                                                                                                               |
667 | SN        | org-mode-hook                                     | (lambda () 'imenu-add-to-menubar "Imenu")                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | nil                                                                  |              |                                                                                                                                                                                                                                                     |
668 | SPR       | org-mode-hook                                     | 'turn-on-font-lock                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | nil                                                                  |              |                                                                                                                                                                                                                                                     |
669 | SR        | org-mode-hook                                     | sr-yas-in-org                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | nil                                                                  |              |                                                                                                                                                                                                                                                     |
670 | CD        | org-modules                                       | (quote (org-bbdb org-bibtex org-gnus org-id org-info org-jsinfo org-irc org-mac-message org-mew org-mhe org-rmail org-vm org-wl))                                                                                                                                                                                                                                                                                                                                                                          | complex                                                              |              |                                                                                                                                                                                                                                                     |
671 | DG        | org-modules                                       | (quote (org-bbdb org-bibtex org-gnus org-info org-jsinfo org-mouse org-depend))                                                                                                                                                                                                                                                                                                                                                                                                                            | complex                                                              |              |                                                                                                                                                                                                                                                     |
672 | FF        | org-modules                                       | (quote (org-bbdb org-bibtex org-gnus org-id org-info org-jsinfo org-irc org-mew org-mhe org-rmail org-vm org-wl org-w3m org-annotate-file org-annotation-helper org-bookmark org-depend org-elisp-symbol org-interactive-query org-mairix org-man org-toc))                                                                                                                                                                                                                                                | complex                                                              |              | some just to try them out. I think I still actively use org-id, org-info, org-jsinfo, org-w3m, org-annotation-helper, org-annotate-file, org-depend, org-man, org-toc. I'm not sure about org-bookmark, org-elisp-symbol and org-interactive-query. |
673 | JW        | org-modules                                       | (quote (org-mac-message org-bookmark org-eval org2rem)))                                                                                                                                                                                                                                                                                                                                                                                                                                                   | complex                                                              |              |                                                                                                                                                                                                                                                     |
674 | MS        | org-modules                                       | (quote (org-bbdb org-info org-jsinfo))                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | complex                                                              |              |                                                                                                                                                                                                                                                     |
675 | RS        | org-modules                                       | (quote (org-jsinfo org-wl org2rem org-toc))                                                                                                                                                                                                                                                                                                                                                                                                                                                                | complex                                                              |              |                                                                                                                                                                                                                                                     |
676 | EF        | org-odd-levels-only                               | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | as recommended by manual                                                                                                                                                                                                                            |
677 | MS        | org-odd-levels-only                               | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
678 | OC        | org-odd-levels-only                               | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
679 | PM        | org-odd-levels-only                               | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
680 | SR        | org-odd-levels-only                               | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
681 | FF        | org-outline-path-complete-in-steps                | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
682 | ML        | org-outline-path-complete-in-steps                | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
683 | CD        | org-outline-path-complete-in-steps                | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
684 | JS        | org-outline-path-complete-in-steps                | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
685 | SR        | org-plain-list-ordered-item-terminator            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
686 | MH        | org-popup-calendar-for-date-prompt                | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | works better in recent versions                                                                                                                                                                                                                     |
687 | RS        | org-priority-start-cycle-with-default             | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
688 | SR        | org-property-value                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
689 | AU        | org-publish-project-alist                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
690 | BH        | org-publish-project-alist                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
691 | CL        | org-publish-project-alist                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              | I don't use publishing very often.                                                                                                                                                                                                                  |
692 | JS        | org-publish-project-alist                         | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
693 | ML        | org-publish-project-alist                         | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
694 | SR        | org-publish-project-alist                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
695 | WH        | org-publish-project-alist                         | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
696 | SR        | org-publish-use-timestamps-flag                   | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
697 | CD        | org-publish-use-timestamps-flag                   | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
698 | AU        | org-refile-targets                                | '((org-agenda-files . (:maxlevel . 3))                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | nil                                                                  |              |                                                                                                                                                                                                                                                     |
699 | BH        | org-refile-targets                                | (quote ((org-agenda-files :level . 1) (nil :level . 1)))                                                                                                                                                                                                                                                                                                                                                                                                                                                   | nil                                                                  |              |                                                                                                                                                                                                                                                     |
700 | CD        | org-refile-targets                                | (quote ((org-agenda-files :level . 1) (org-agenda-files :tag . "r") (nil :maxlevel . 1)))                                                                                                                                                                                                                                                                                                                                                                                                                  | nil                                                                  |              |                                                                                                                                                                                                                                                     |
701 | CE        | org-refile-targets                                | (quote ((org-agenda-files :level . 1)))                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | nil                                                                  |              |                                                                                                                                                                                                                                                     |
702 | FF        | org-refile-targets                                | (quote ((org-agenda-files :maxlevel . 5)))                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | nil                                                                  |              |                                                                                                                                                                                                                                                     |
703 | JS        | org-refile-targets                                | '((org-agenda-files . (:maxlevel . 2)) (nil . (:maxlevel . 3)))                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
704 | MF        | org-refile-targets                                | (quote ((org-agenda-files :maxlevel . 2)))                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | nil                                                                  |              |                                                                                                                                                                                                                                                     |
705 | ML        | org-refile-targets                                | '((org-agenda-files :maxlevel . 2))                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  |              |                                                                                                                                                                                                                                                     |
706 | PM        | org-refile-targets                                | '((org-agenda-files :maxlevel . 3))                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  |              |                                                                                                                                                                                                                                                     |
707 | RS        | org-refile-targets                                | (quote ((org-agenda-files :maxlevel . 3)))                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | nil                                                                  |              |                                                                                                                                                                                                                                                     |
708 | AU        | org-refile-use-outline-path                       | 'file                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | nil                                                                  |              |                                                                                                                                                                                                                                                     |
709 | FF        | org-refile-use-outline-path                       | (quote full-file-path)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | nil                                                                  |              | I use multiple identically named files in subdirectories. i.e. I have work/SomedayMaybe.org and home/SomedayMaybe.org. This is the only setup that allows me to quickly refile something from/to the SomedayMaybe files.                            |
710 | JS        | org-refile-use-outline-path                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
711 | ML        | org-refile-use-outline-path                       | 'file                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | nil                                                                  |              |                                                                                                                                                                                                                                                     |
712 | RS        | org-refile-use-outline-path                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
713 | SS        | org-refile-use-outline-path                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
714 | JS        | org-registry-file                                 | "~/.emacs.d/org-registry.el"                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | nil                                                                  |              |                                                                                                                                                                                                                                                     |
715 | JS        | org-registry-initialize                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
716 | JS        | org-registry-insinuate                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
717 | BH        | org-remember-clock-out-on-exit                    | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | (quote query)                                                        |              |                                                                                                                                                                                                                                                     |
718 | AU        | org-remember-default-headline                     | "Unfiled"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | ""                                                                   |              |                                                                                                                                                                                                                                                     |
719 | BH        | org-remember-default-headline                     | "Tasks"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | ""                                                                   |              |                                                                                                                                                                                                                                                     |
720 | RS        | org-remember-default-headline                     | "Stundenaufschreibung"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | ""                                                                   |              |                                                                                                                                                                                                                                                     |
721 | FF        | org-remember-insinuate                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
722 | JS        | org-remember-insinuate                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
723 | MH        | org-remember-insinuate                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
724 | ML        | org-remember-insinuate                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
725 | RS        | org-remember-interactive-interface                | (quote outline)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | (quote refile)                                                       |              |                                                                                                                                                                                                                                                     |
726 | AU        | org-remember-store-without-prompt                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
727 | BH        | org-remember-store-without-prompt                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
728 | CH        | org-remember-store-without-prompt                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
729 | JW        | org-remember-store-without-prompt                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
730 | ML        | org-remember-store-without-prompt                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
731 | US        | org-remember-store-without-prompt                 | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
732 | RS        | org-remember-store-without-prompt                 | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
733 | AU        | org-remember-templates                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
734 | BH        | org-remember-templates                            | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
735 | CD        | org-remember-templates                            | complex                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | nil                                                                  |              |                                                                                                                                                                                                                                                     |
736 | CH        | org-remember-templates                            | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
737 | CL        | org-remember-templates                            | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              | Make the Todo template look more consistent.                                                                                                                                                                                                        |
738 | DD        | org-remember-templates                            | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
739 | DW        | org-remember-templates                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
740 | EF        | org-remember-templates                            | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
741 | FF        | org-remember-templates                            | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              | I mostly use annotation instead of remember. If at all, I use the 'Tasks' remember template, so I probably could clean this up.                                                                                                                     |
742 | GR        | org-remember-templates                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              | personal                                                                                                                                                                                                                                            |
743 | JS        | org-remember-templates                            | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
744 | JW        | org-remember-templates                            | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
745 | MH        | org-remember-templates                            | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
746 | ML        | org-remember-templates                            | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
747 | MS        | org-remember-templates                            | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
748 | OC        | org-remember-templates                            | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
749 | SR        | org-remember-templates                            | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
750 | SS        | org-remember-templates                            | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
751 | US        | org-remember-templates                            | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
752 | JS        | org-remember-templates-2                          | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              | from the improved org-remember I'm working on.                                                                                                                                                                                                      |
753 | RS        | org-remember-use-refile-when-interactive          | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         |                                                                                                                                                                                                                                                     |
754 | AU        | org-remember-use-refile-when-interactive          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
755 | JS        | org-remove-from-invisibility-spec                 | '(org-link)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
756 | CD        | org-remove-highlights-with-change                 | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
757 | SR        | org-remove-highlights-with-change                 | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
758 | JS        | org-replace-disputed-keys                         | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
759 | WH        | org-replace-disputed-keys                         | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
760 | CL        | org-return-follows-link                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | This feels right to me.                                                                                                                                                                                                                             |
761 | FF        | org-return-follows-link                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | My brain is just hardwired that way.                                                                                                                                                                                                                |
762 | MF        | org-return-follows-link                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
763 | MH        | org-return-follows-link                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | Links followed when typing return                                                                                                                                                                                                                   |
764 | RS        | org-return-follows-link                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
765 | SR        | org-return-follows-link                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
766 | TH        | org-return-follows-link                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
767 | US        | org-return-follows-link                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
768 | US        | org-return-follows-link                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
769 | BH        | org-reverse-note-order                            | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         |                                                                                                                                                                                                                                                     |
770 | US        | org-reverse-note-order                            | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         |                                                                                                                                                                                                                                                     |
771 | AU        | org-reverse-note-order                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
772 | CD        | org-reverse-note-order                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
773 | CH        | org-reverse-note-order                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
774 | CL        | org-reverse-note-order                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | Store new notes at the beginning.  Sometimes I want this, sometimes not....                                                                                                                                                                         |
775 | JW        | org-reverse-note-order                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
776 | PJ        | org-reverse-note-order                            | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
777 | SS        | org-reverse-note-order                            | (quote (("todo" . t)))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | nil                                                                  |              |                                                                                                                                                                                                                                                     |
778 | SPR       | org-show-entry-below                              | (quote ((default)))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | (quote ((default)))                                                  | same         |                                                                                                                                                                                                                                                     |
779 | ML        | org-show-entry-below                              | '((default . nil) (isearch .t ) (agenda . t))                                                                                                                                                                                                                                                                                                                                                                                                                                                              | (quote ((default)))                                                  |              |                                                                                                                                                                                                                                                     |
780 | BH        | org-show-following-heading                        | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote ((default)))                                                  |              |                                                                                                                                                                                                                                                     |
781 | SPR       | org-show-following-heading                        | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | (quote ((default)))                                                  |              |                                                                                                                                                                                                                                                     |
782 | RS        | org-show-hierarchy-above                          | (quote ((default . t)))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | (quote ((default . t)))                                              | same         |                                                                                                                                                                                                                                                     |
783 | BH        | org-show-hierarchy-above                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote ((default . t)))                                              |              |                                                                                                                                                                                                                                                     |
784 | SPR       | org-show-siblings                                 | (quote ((default) (isearch t)))                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | (quote ((default) (isearch t)))                                      | same         |                                                                                                                                                                                                                                                     |
785 | BH        | org-show-siblings                                 | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | (quote ((default) (isearch t)))                                      |              |                                                                                                                                                                                                                                                     |
786 | ML        | org-show-siblings                                 | '((default . nil) (isearch . t) (agenda . t))                                                                                                                                                                                                                                                                                                                                                                                                                                                              | (quote ((default) (isearch t)))                                      |              |                                                                                                                                                                                                                                                     |
787 | ML        | org-sort-agenda-noeffort-is-high                  | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
788 | RS        | org-sort-agenda-notime-is-late                    | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
789 | SS        | org-special-ctrl-a                                | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
790 | CD        | org-special-ctrl-a/e                              | (quote reversed)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | nil                                                                  |              |                                                                                                                                                                                                                                                     |
791 | CL        | org-special-ctrl-a/e                              | 'reversed                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | nil                                                                  |              | Useful                                                                                                                                                                                                                                              |
792 | DG        | org-special-ctrl-a/e                              | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
793 | EF        | org-special-ctrl-a/e                              | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
794 | FF        | org-special-ctrl-a/e                              | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | not sure I like these                                                                                                                                                                                                                               |
795 | JS        | org-special-ctrl-a/e                              | 'reversed                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | nil                                                                  |              |                                                                                                                                                                                                                                                     |
796 | MH        | org-special-ctrl-a/e                              | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
797 | PJ        | org-special-ctrl-a/e                              | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
798 | RP        | org-special-ctrl-a/e                              | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
799 | RS        | org-special-ctrl-a/e                              | (quote reversed)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | nil                                                                  |              |                                                                                                                                                                                                                                                     |
800 | SH        | org-special-ctrl-a/e                              | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
801 | SS        | org-special-ctrl-a/e                              | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
802 | TH        | org-special-ctrl-a/e                              | 'reversed                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | nil                                                                  |              | I think that would be a good default.                                                                                                                                                                                                               |
803 | US        | org-special-ctrl-a/e                              | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
804 | CD        | org-special-ctrl-e                                | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
805 | CL        | org-special-ctrl-k                                | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | Useful                                                                                                                                                                                                                                              |
806 | FF        | org-special-ctrl-k                                | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              | not sure I like these                                                                                                                                                                                                                               |
807 | MH        | org-special-ctrl-k                                | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
808 | ML        | org-special-ctrl-k                                | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
809 | PJ        | org-special-ctrl-k                                | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
810 | RP        | org-special-ctrl-k                                | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
811 | US        | org-special-ctrl-k                                | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
812 | SR        | org-startup-align-all-tables                      | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
813 | MH        | org-startup-folded                                | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         | reduces clitter                                                                                                                                                                                                                                     |
814 | FF        | org-startup-folded                                | (quote content)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | t                                                                    |              | best overview first                                                                                                                                                                                                                                 |
815 | RP        | org-startup-folded                                | (quote content)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | t                                                                    |              |                                                                                                                                                                                                                                                     |
816 | SR        | org-startup-folded                                | (quote content)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | t                                                                    |              |                                                                                                                                                                                                                                                     |
817 | SS        | org-startup-folded                                | (quote content)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | t                                                                    |              |                                                                                                                                                                                                                                                     |
818 | WH        | org-startup-folded                                | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
819 | GR        | org-startup-options                               | overview lognoterepeat hidestars                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | nil                                                                  |              | hidestars makes the outline look clearer                                                                                                                                                                                                            |
820 | GR        | org-startup-options                               | content  customtime                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  |              | I need to se the content of the tree                                                                                                                                                                                                                |
821 | FF        | org-startup-truncated                             | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              | I like to wrap long links                                                                                                                                                                                                                           |
822 | FF        | org-structure-template-alist                      | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | complex                                                              |              | I've added the chain-siblings and reset-check-boxes templates because I use those features often. The 'p' templates has german keywords for structuring a plan according to David Allen's "natural planning" mode.                                  |
823 | ML        | org-structure-template-alist                      | '("d" "#+begin_ditaa \n?\n#+end_ditaa")                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | complex                                                              |              |                                                                                                                                                                                                                                                     |
824 | AU        | org-stuck-projects                                | '("+LEVEL=3D2+CATEGORY=3D\"PROJ\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote ("+LEVEL=2/-DONE" ("TODO" "NEXT" "NEXTACTION") nil ""))       |              | +CATEGORY=3D\"TASK\"/-DONE-CANCELED"  ("NEXT" "WAITING") nil "")                                                                                                                                                                                    |
825 | BH        | org-stuck-projects                                | (quote ("+PROJECT-CANCELLED/-DONE" nil ("NEXT") ""))                                                                                                                                                                                                                                                                                                                                                                                                                                                       | (quote ("+LEVEL=2/-DONE" ("TODO" "NEXT" "NEXTACTION") nil ""))       |              |                                                                                                                                                                                                                                                     |
826 | DG        | org-stuck-projects                                | '("+LEVEL=2+PROJECT/-DONE" ("TODO" "INPROCESS") ("recurring") "")                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote ("+LEVEL=2/-DONE" ("TODO" "NEXT" "NEXTACTION") nil ""))       |              |                                                                                                                                                                                                                                                     |
827 | FF        | org-stuck-projects                                | (quote ("+LEVEL=3D2/-DONE" ("TODO" "DOING" "NEXT" "NEXTACTION") ("Reminder" "Note") ""))                                                                                                                                                                                                                                                                                                                                                                                                                   | (quote ("+LEVEL=2/-DONE" ("TODO" "NEXT" "NEXTACTION") nil ""))       |              | this was experiment, I never use this                                                                                                                                                                                                               |
828 | JW        | org-stuck-projects                                | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | (quote ("+LEVEL=2/-DONE" ("TODO" "NEXT" "NEXTACTION") nil ""))       |              |                                                                                                                                                                                                                                                     |
829 | ME        | org-stuck-projects                                | '("+PROJECT/-SOMEDAY-MAYBE-FINISHED-CANCELLED" ("NEXT" "WAITING" "INPROGRESS") () "\\<IGNORE\\>")                                                                                                                                                                                                                                                                                                                                                                                                          | (quote ("+LEVEL=2/-DONE" ("TODO" "NEXT" "NEXTACTION") nil ""))       |              |                                                                                                                                                                                                                                                     |
830 | ML        | org-stuck-projects                                | '("/!+PROJECT" ("TODO" "SUBPROJ" "NOW" "STARTED" "WAITING") nil "")                                                                                                                                                                                                                                                                                                                                                                                                                                        | (quote ("+LEVEL=2/-DONE" ("TODO" "NEXT" "NEXTACTION") nil ""))       |              |                                                                                                                                                                                                                                                     |
831 | MS        | org-stuck-projects                                | (quote ("+PROJEKT" ("ANRUFE" "BESORGEN" "B=DCRO" "COMPUTER" "DAHEIM" "LESEN" "MITNEHMEN" "WARTET") nil ""))                                                                                                                                                                                                                                                                                                                                                                                                | (quote ("+LEVEL=2/-DONE" ("TODO" "NEXT" "NEXTACTION") nil ""))       |              |                                                                                                                                                                                                                                                     |
832 | PJ        | org-stuck-projects                                | '("LEVEL=2+project/-DONE" ("NEXT" "PENDING") ("single") "")                                                                                                                                                                                                                                                                                                                                                                                                                                                | (quote ("+LEVEL=2/-DONE" ("TODO" "NEXT" "NEXTACTION") nil ""))       |              |                                                                                                                                                                                                                                                     |
833 | RP        | org-stuck-projects                                | (quote ("-INFO-POTENTIAL/-DONE" ("TODO" "PHONE" "ONLINE" "COMPUTER" "HOME" "SHOP") nil ""))                                                                                                                                                                                                                                                                                                                                                                                                                | (quote ("+LEVEL=2/-DONE" ("TODO" "NEXT" "NEXTACTION") nil ""))       |              |                                                                                                                                                                                                                                                     |
834 | RS        | org-stuck-projects                                | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | (quote ("+LEVEL=2/-DONE" ("TODO" "NEXT" "NEXTACTION") nil ""))       |              |                                                                                                                                                                                                                                                     |
835 | US        | org-support-shift-select                          | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         |                                                                                                                                                                                                                                                     |
836 | CD        | org-support-shift-select                          | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
837 | CD        | org-support-shift-translate                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
838 | US        | org-tab-follows-link                              | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         |                                                                                                                                                                                                                                                     |
839 | RS        | org-tab-follows-link                              | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | nil                                                                  |              |                                                                                                                                                                                                                                                     |
840 | SR        | org-table                                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
841 | WH        | org-table                                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
842 | BH        | org-table-export-default-format                   | "orgtbl-to-csv"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | "orgtbl-to-tsv"                                                      |              |                                                                                                                                                                                                                                                     |
843 | SR        | org-table-formula-evaluate-inline                 | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
844 | SR        | org-tag                                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
845 | WH        | org-tag                                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
846 | BH        | org-tag-alist                                     | (quote ((#("PHONE" 0 5 (face nil)) . 116) (#("BUY" 0 3 (face nil)) . 98) (#("PROJECT" 0 7 (face nil)) . 112) (#("QUOTE" 0 5 (face nil)) . 113) (#("NEXT" 0 4 (face nil)) . 110) (#("NORANG" 0 6 (face nil)) . 78) (#("SAPPI" 0 5 (face nil)) . 83) (#("BZFLAG" 0 6 (face nil)) . 66) (#("HOME" 0 4 (face org-done)) . 72) (#("CANCELLED" 0 9 (face nil)) . 99) (#("WAITING" 0 7 (face nil)) . 119)))                                                                                                       | nil                                                                  |              |                                                                                                                                                                                                                                                     |
847 | CD        | org-tag-alist                                     | (quote ((:startgroup) (#("home" 0 4 (face nil)) . 104) (#("office" 0 6 (face nil)) . 111) (:endgroup) (#("buy" 0 3 (face nil)) . 98) (#("phone" 0 5 (face nil)) . 112) (#("r" 0 1 (face nil)) . 102) (#("laptop" 0 6 (face nil)) . 108) (#("read" 0 4 (face nil)) . 114) (:startgroup) (#("today" 0 5 (face nil)) . 116) (#("next" 0 4 (face nil)) . 110) (:endgroup))))                                                                                                                                   | nil                                                                  |              |                                                                                                                                                                                                                                                     |
848 | DG        | org-tag-alist                                     | '(("PROJECT" . ?p))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  |              |                                                                                                                                                                                                                                                     |
849 | ME        | org-tag-alist                                     | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
850 | ML        | org-tag-alist                                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
851 | PM        | org-tag-alist                                     | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
852 | RP        | org-tag-alist                                     | (quote (("INFO" . 105) ("POTENTIAL" . 112)))                                                                                                                                                                                                                                                                                                                                                                                                                                                               | nil                                                                  |              |                                                                                                                                                                                                                                                     |
853 | TH        | org-tag-alist                                     | '(("meeting" . ?m) ("trip" . ?t) ("chat" . ?c))                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              | tags with shortcuts I need in all projects                                                                                                                                                                                                          |
854 | CD        | org-tags-column                                   | -77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | (if (featurep (quote xemacs)) -79 -80)                               |              |                                                                                                                                                                                                                                                     |
855 | DG        | org-tags-column                                   | -77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | (if (featurep (quote xemacs)) -79 -80)                               |              |                                                                                                                                                                                                                                                     |
856 | JS        | org-tags-column                                   | -150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | (if (featurep (quote xemacs)) -79 -80)                               |              | I can fit ~155 characters across the screen; 3 more are needed for the ellipsis for folded items, so -150 is about right for the tag position.                                                                                                      |
857 | JW        | org-tags-column                                   | -97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | (if (featurep (quote xemacs)) -79 -80)                               |              |                                                                                                                                                                                                                                                     |
858 | MH        | org-tags-column                                   | -77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | (if (featurep (quote xemacs)) -79 -80)                               |              | So that "..." is visible after the tags                                                                                                                                                                                                             |
859 | PM        | org-tags-column                                   | 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | (if (featurep (quote xemacs)) -79 -80)                               |              |                                                                                                                                                                                                                                                     |
860 | RS        | org-tags-column                                   | 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | (if (featurep (quote xemacs)) -79 -80)                               |              |                                                                                                                                                                                                                                                     |
861 | CD        | org-tags-exclude-from-inheritance                 | (quote ("r"))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | nil                                                                  |              |                                                                                                                                                                                                                                                     |
862 | PM        | org-tags-exclude-from-inheritance                 | '("project")                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | nil                                                                  |              |                                                                                                                                                                                                                                                     |
863 | AU        | org-tags-match-list-sublevels                     | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
864 | DG        | org-tags-match-list-sublevels                     | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
865 | FF        | org-tags-match-list-sublevels                     | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         | This variable is semi-obsolete and probably should always be true                                                                                                                                                                                   |
866 | JS        | org-tags-match-list-sublevels                     | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         | Make headlines with inherited tags show up in tag searches                                                                                                                                                                                          |
867 | ME        | org-tags-match-list-sublevels                     | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
868 | MH        | org-tags-match-list-sublevels                     | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         | Match tags in sublevels                                                                                                                                                                                                                             |
869 | RP        | org-tags-match-list-sublevels                     | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
870 | PJ        | org-time-clocksum-format                          | "%02d:%02d"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | "%d:%02d"                                                            |              |                                                                                                                                                                                                                                                     |
871 | WH        | org-time-grid                                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
872 | CD        | org-time-stamp-custom-formats                     | (quote ("<%d %b %Y>" . "<%d %b %Y %H:%M>"))                                                                                                                                                                                                                                                                                                                                                                                                                                                                | (quote ("<%m/%d/%y %a>" . "<%m/%d/%y %a %H:%M>"))                    |              |                                                                                                                                                                                                                                                     |
873 | GR        | org-time-stamp-custom-formats                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | (quote ("<%m/%d/%y %a>" . "<%m/%d/%y %a %H:%M>"))                    |              |                                                                                                                                                                                                                                                     |
874 | SR        | org-time-stamp-custom-formats                     | (quote ("<%d.%m.%Y, %H:%M>" . "<%m/%d/%Y %a %H:%M>"))                                                                                                                                                                                                                                                                                                                                                                                                                                                      | (quote ("<%m/%d/%y %a>" . "<%m/%d/%y %a %H:%M>"))                    |              |                                                                                                                                                                                                                                                     |
875 | BH        | org-time-stamp-rounding-minutes                   | (quote (1 5))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | (quote (0 5))                                                        |              |                                                                                                                                                                                                                                                     |
876 | CL        | org-time-stamp-rounding-minutes                   | '(0 15)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | (quote (0 5))                                                        |              | Move quickly, and I don't need great precision anyway.  What I'd *really* like though is to have S-up move by this value and then have C-S-up move by 1.  Then I could zoom in on any time value quickly.                                           |
877 | RP        | org-time-stamp-rounding-minutes                   | (quote (0 0))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | (quote (0 5))                                                        |              |                                                                                                                                                                                                                                                     |
878 | SS        | org-time-stamp-rounding-minutes                   | 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote (0 5))                                                        |              |                                                                                                                                                                                                                                                     |
879 | RS        | org-timeline-show-empty-dates                     | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 3                                                                    |              |                                                                                                                                                                                                                                                     |
880 | WH        | org-todo                                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
881 | FF        | org-todo-interpretation                           | (quote sequence)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | (quote sequence)                                                     | same         |                                                                                                                                                                                                                                                     |
882 | SR        | org-todo-interpretation                           | (quote sequence)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | (quote sequence)                                                     | same         |                                                                                                                                                                                                                                                     |
883 | BH        | org-todo-keyword-faces                            | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              |                                                                                                                                                                                                                                                     |
884 | BH        | org-todo-keyword-faces                            | (quote (("TODO" :foreground "red" :weight bold) ("WAITING" :foreground "orange" :weight bold) ("DEFERRED" :foreground "orange" :weight bold) ("ONGOING" :foreground "orange" :weight bold) ("DONE" :foreground "forest green" :weight bold) ("NOTE" :foreground "dark violet" :weight bold) ("PHONE" :foreground "dark violet" :weight bold) ("MEETING" :foreground "dark violet" :weight bold) ("CLOSED" :foreground "forest green" :weight bold) ("CANCELLED" :foreground "forest green" :weight bold))) | nil                                                                  |              |                                                                                                                                                                                                                                                     |
885 | CL        | org-todo-keyword-faces                            | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | nil                                                                  |              | Sometimes these faces are forgotten (or ignored?) when I create a new frame on a different display.                                                                                                                                                 |
886 | DG        | org-todo-keyword-faces                            | '(("TODO"      . org-warning) ("CANCELED"  . (:foreground "blue" :weight bold :underline t)))                                                                                                                                                                                                                                                                                                                                                                                                              | nil                                                                  |              |                                                                                                                                                                                                                                                     |
887 | AU        | org-todo-keywords                                 | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | (quote ((sequence "TODO" "DONE")))                                   |              |                                                                                                                                                                                                                                                     |
888 | BH        | org-todo-keywords                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | (quote ((sequence "TODO" "DONE")))                                   |              |                                                                                                                                                                                                                                                     |
889 | BH        | org-todo-keywords                                 | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | (quote ((sequence "TODO" "DONE")))                                   |              |                                                                                                                                                                                                                                                     |
890 | CE        | org-todo-keywords                                 | (quote ((sequence "TODO" "WAITING" "#" "DONE" "CANCELED")))                                                                                                                                                                                                                                                                                                                                                                                                                                                | (quote ((sequence "TODO" "DONE")))                                   |              |                                                                                                                                                                                                                                                     |
891 | CL        | org-todo-keywords                                 | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | (quote ((sequence "TODO" "DONE")))                                   |              | Being able to define your own is great!                                                                                                                                                                                                             |
892 | DD        | org-todo-keywords                                 | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | (quote ((sequence "TODO" "DONE")))                                   |              |                                                                                                                                                                                                                                                     |
893 | DG        | org-todo-keywords                                 | '((sequence "MAYBE(m)" "TODO(t)" "INPROCESS(i)" "WAITING(w)" "#" "DONE(d)" "CANCELED(c)"))                                                                                                                                                                                                                                                                                                                                                                                                                 | (quote ((sequence "TODO" "DONE")))                                   |              |                                                                                                                                                                                                                                                     |
894 | FF        | org-todo-keywords                                 | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | (quote ((sequence "TODO" "DONE")))                                   |              | A "REMINDER" is marked red in the agenda, but doesn't really need (immediate) action.                                                                                                                                                               |
895 | GR        | org-todo-keywords                                 | TODO WAITING-FOR DONE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | (quote ((sequence "TODO" "DONE")))                                   |              | GTD                                                                                                                                                                                                                                                 |
896 | GR        | org-todo-keywords                                 | READ DONE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | (quote ((sequence "TODO" "DONE")))                                   |              | Its a file I use to remember to read scientific journals the day  they're published on web                                                                                                                                                          |
897 | JS        | org-todo-keywords                                 | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | (quote ((sequence "TODO" "DONE")))                                   |              |                                                                                                                                                                                                                                                     |
898 | JW        | org-todo-keywords                                 | (quote ((sequence "TODO" "APPT" "#" "DONE" "NOTE"))))                                                                                                                                                                                                                                                                                                                                                                                                                                                      | (quote ((sequence "TODO" "DONE")))                                   |              |                                                                                                                                                                                                                                                     |
899 | ME        | org-todo-keywords                                 | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | (quote ((sequence "TODO" "DONE")))                                   |              |                                                                                                                                                                                                                                                     |
900 | ML        | org-todo-keywords                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | (quote ((sequence "TODO" "DONE")))                                   |              |                                                                                                                                                                                                                                                     |
901 | PM        | org-todo-keywords                                 | '((sequence "TODO(t@/!)" "PENDING(p/!)" "STARTED(s!)" "WAITING(w@/!)" "CHASE(c@!)" "#" "DONE(d@/!)" "CANCELLED(x@/!)"))                                                                                                                                                                                                                                                                                                                                                                                    | (quote ((sequence "TODO" "DONE")))                                   |              |                                                                                                                                                                                                                                                     |
902 | RP        | org-todo-keywords                                 | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | (quote ((sequence "TODO" "DONE")))                                   |              |                                                                                                                                                                                                                                                     |
903 | RS        | org-todo-keywords                                 | (quote ((sequence "TODO" "INARBEIT" "WARTEN" "#" "DONE" "CANCELED" "DELEGATED")))                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote ((sequence "TODO" "DONE")))                                   |              |                                                                                                                                                                                                                                                     |
904 | SH        | org-todo-keywords                                 | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | (quote ((sequence "TODO" "DONE")))                                   |              |                                                                                                                                                                                                                                                     |
905 | SN        | org-todo-keywords                                 | Check email                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | (quote ((sequence "TODO" "DONE")))                                   |              |                                                                                                                                                                                                                                                     |
906 | SR        | org-todo-keywords                                 | (quote ("TODO" "STARTED" "#" "DONE" "CANCELED(c@)"))                                                                                                                                                                                                                                                                                                                                                                                                                                                       | (quote ((sequence "TODO" "DONE")))                                   |              |                                                                                                                                                                                                                                                     |
907 | SS        | org-todo-keywords                                 | (quote ("TODO" "WAITING" "DONE"))                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote ((sequence "TODO" "DONE")))                                   |              |                                                                                                                                                                                                                                                     |
908 | TH        | org-todo-keywords                                 | TODO->STARTED->WISH # DONE->CANCELLED                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | (quote ((sequence "TODO" "DONE")))                                   |              | A bit finer than the defaults + keys for fast selection                                                                                                                                                                                             |
909 | BH        | org-todo-state-tags-triggers                      | (quote (("CANCELLED" ("CANCELLED" . t)) ("WAITING" ("WAITING" . t) ("NEXT")) ("SOMEDAY" ("WAITING" . t)) (done ("NEXT") ("WAITING")) ("TODO" ("WAITING") ("CANCELLED"))))                                                                                                                                                                                                                                                                                                                                  | nil                                                                  |              |                                                                                                                                                                                                                                                     |
910 | CD        | org-todo-state-tags-triggers                      | (quote ((done ("today") ("next")) ("WAITING" ("today")) ("DELEGATED" ("next") ("today"))))                                                                                                                                                                                                                                                                                                                                                                                                                 | nil                                                                  |              |                                                                                                                                                                                                                                                     |
911 | HT        | org-todo-state-tags-triggers                      | (quote (("STARTED" ("NEXT"))))                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | nil                                                                  |              |                                                                                                                                                                                                                                                     |
912 | ML        | org-todo-state-tags-triggers                      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
913 | FF        | org-use-fast-tag-selection                        | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | (quote auto)                                                         |              | I use too many tags for this to be useful                                                                                                                                                                                                           |
914 | PJ        | org-use-fast-tag-selection                        | 'auto                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | (quote auto)                                                         |              |                                                                                                                                                                                                                                                     |
915 | RP        | org-use-fast-tag-selection                        | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote auto)                                                         |              |                                                                                                                                                                                                                                                     |
916 | AU        | org-use-fast-todo-selection                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote prefix)                                                       |              |                                                                                                                                                                                                                                                     |
917 | BH        | org-use-fast-todo-selection                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote prefix)                                                       |              |                                                                                                                                                                                                                                                     |
918 | CD        | org-use-fast-todo-selection                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote prefix)                                                       |              |                                                                                                                                                                                                                                                     |
919 | CL        | org-use-fast-todo-selection                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote prefix)                                                       |              | Very handy.                                                                                                                                                                                                                                         |
920 | DG        | org-use-fast-todo-selection                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote prefix)                                                       |              |                                                                                                                                                                                                                                                     |
921 | DW        | org-use-fast-todo-selection                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | (quote prefix)                                                       |              |                                                                                                                                                                                                                                                     |
922 | FF        | org-use-fast-todo-selection                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote prefix)                                                       |              | I use this a lot!                                                                                                                                                                                                                                   |
923 | ME        | org-use-fast-todo-selection                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote prefix)                                                       |              |                                                                                                                                                                                                                                                     |
924 | ML        | org-use-fast-todo-selection                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote prefix)                                                       |              |                                                                                                                                                                                                                                                     |
925 | PJ        | org-use-fast-todo-selection                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote prefix)                                                       |              |                                                                                                                                                                                                                                                     |
926 | PM        | org-use-fast-todo-selection                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote prefix)                                                       |              |                                                                                                                                                                                                                                                     |
927 | RP        | org-use-fast-todo-selection                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote prefix)                                                       |              |                                                                                                                                                                                                                                                     |
928 | SH        | org-use-fast-todo-selection                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote prefix)                                                       |              |                                                                                                                                                                                                                                                     |
929 | SS        | org-use-fast-todo-selection                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote prefix)                                                       |              |                                                                                                                                                                                                                                                     |
930 | TH        | org-use-fast-todo-selection                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote prefix)                                                       |              | I love it!                                                                                                                                                                                                                                          |
931 | US        | org-use-fast-todo-selection                       | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | (quote prefix)                                                       |              |                                                                                                                                                                                                                                                     |
932 | RS        | org-use-property-inheritance                      | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | nil                                                                  | same         |                                                                                                                                                                                                                                                     |
933 | FF        | org-use-property-inheritance                      | (quote ("DEADLINE"))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | nil                                                                  |              | This doesn't really seem to work. I'd like to be able to set a DEADLINE for a whole tree, so the sub-items will automatically be deadlined to the same date.                                                                                        |
934 | ME        | org-use-property-inheritance                      | '("CONTEXT")                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | nil                                                                  |              |                                                                                                                                                                                                                                                     |
935 | JS        | org-use-tag-inheritance                           | t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | t                                                                    | same         |                                                                                                                                                                                                                                                     |
936 | JW        | org-use-tag-inheritance                           | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
937 | ME        | org-use-tag-inheritance                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | t                                                                    |              |                                                                                                                                                                                                                                                     |
938 | RS        | org-use-tag-inheritance                           | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              |                                                                                                                                                                                                                                                     |
939 | SR        | org-verbatim                                      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | nil                                                                  |              |                                                                                                                                                                                                                                                     |
940 | MH        | org-yank-adjusted-subtrees                        | nil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | t                                                                    |              | Too smart otherwise (confusing)                                                                                                                                                                                                                     |
941 | US        | remember-annotation-functions                     | '(org-remember-annotation)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | complex                                                              |              |                                                                                                                                                                                                                                                     |
942 | US        | remember-handler-functions                        | '(org-remember-handler)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | (quote (remember-append-to-file))                                    |              |                                                                                                                                                                                                                                                     |
943 #+TBLFM: $4='(let ((x (get '$2 'standard-value))) (org-require-autoloaded-modules) (setq x (if (and x (listp x)) (car x) x)) (setq x (prin1-to-string x)) (if (or (string-match "\n" x) (> (length x) 80)) "complex" x));L::$5='(if (string= $3 $4) "same" "")
946 #+TBLFM: $4='(let ((x (prin1-to-string (get '$2 'standard-value)))) (org-require-autoloaded-modules) (if (or (string-match "\n" x) (> (length x) 200)) "complex" x));L