From: Friedrich Delgado Friedrichs <friedel@nomaden.org>
To: Emacs-orgmode mailing list <emacs-orgmode@gnu.org>
Subject: Re: POLL: the 40 variables project
Date: Thu, 29 Jan 2009 12:13:16 +0100 [thread overview]
Message-ID: <20090129111316.GA32494@taupan.ath.cx> (raw)
In-Reply-To: <FD50CA36-A385-4C80-8E86-E3BE9F352B0A@uva.nl>
Hiho!
Carsten Dominik schrieb:
> yesterday I did this command in my org-mode git repo:
> grep defcustom lisp/*el |wc -l
btw. there's git-grep.
> and got 378 as an answer. 378 user-customizable variables,
> no kidding.
You make this sound as if it was a bad thing... ;)
> In addition, I could make a special customization group which only
> contains those variables (Emacs allows to put a variable into several
> groups). It would be awesome to have, and a much easier start into
> customizing Org.
Phew! For a second I thought you would jump on the 'gnome' train of
thought that "too much configuration is bad, mmkay?" I feared that
you'd intend to get rid of those customisation variables.
I'd hate to see that happen to any software project.
I don't care what any usability experts say (self-proclaimed or not),
I want to be able to change those settings. I tend to heavily
customise just about every software that I use.
However organising the most-often used variables seems like a good
idea. It might also make a lot of sense to identify the values that
people most often use to arrive at a more sensible set of defaults.
> So here is my question to all of you. Could you, in reply to this
> message, list all the Org-related variables that you have customized,
> along with the values you used?
(setq org-return-follows-link t)
;; My brain is just hardwired that way.
(org-remember-insinuate)
(appt-activate 1)
;; remind me of my appointments for the day, please
(add-hook 'org-agenda-after-show-hook 'show-all)
;; 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.
I think some of the following settings may be at their default values,
because I set and afterwards re-set them. It's a bit hard for me to
check them all, since they were auto-saved after customisation.
'(org-after-todo-state-change-hook (quote (org-clock-out-if-current)))
'(org-agenda-columns-add-appointments-to-effort-sum t)
;; left over from a failed experiment with efforts
'(org-agenda-custom-commands (quote (("d" todo #("DOING" 0 5 (face org-warning)) nil) ("w" todo #("WAITING" 0 7 (face org-warning)) ((aaa 1) (bbb 2))) ("S" "\"Shopping List\" (just the headings)" tags-todo #("List" 0 4 (face org-warning)) ((org-agenda-remove-tags t) (org-agenda-prefix-format "") (org-agenda-todo-keyword-format "") (org-agenda-sorting-strategy (quote (category-up priority-down))))) ("p" "Project List" tags #("Project" 0 7 (face org-warning)) ((org-use-tag-inheritance nil))))))
;; I guess everybody customises this
'(org-agenda-exporter-settings (quote ((htmlize-output-type (quote inline-css)))))
;; no link to a css file please
'(org-agenda-include-diary t)
;; remind me of birthdays etc.
'(org-agenda-remove-times-when-in-prefix (quote beg))
;; don't remove the time from "meeting at 9:00"
'(org-agenda-skip-deadline-if-done t)
'(org-agenda-skip-scheduled-if-done t)
'(org-agenda-skip-timestamp-if-done t)
;; when it's done, it's done
'(org-agenda-sorting-strategy (quote ((agenda time-up priority-down category-keep) (todo priority-down category-keep tag-down) (tags priority-down category-keep tag-down) (search category-keep))))
;; time is most important on the agenda, everywhere else it's priority
'(org-agenda-start-on-weekday nil)
;; start today... I don't really think in weeks.
'(org-agenda-todo-ignore-deadlines t)
'(org-agenda-todo-ignore-scheduled t)
;; "The idea behind this is that such items will appear in the agenda anyway."
;; "The idea behind this is that by scheduling it, you have already taken care
;; of this item."
'(org-agenda-use-time-grid nil)
;; time grid is distracting from the tasks that have to be done
;; anyway, but don't have a set clock time
'(org-blank-before-new-entry ((heading) (plain-list-item)))
;; interesting... I forgot this existed. I just customised both
;; entries to nil as I really prefer to decide depending on context
'(org-clock-history-length 15)
;; seemed sensible
'(org-clock-in-resume t)
;; I often restart my emacs *and* I often forget to clock out
'(org-clock-in-switch-to-state "DOING")
;; DOING should be the same as clocking, at least at work
'(org-clock-out-remove-zero-time-clocks t)
;; and clean up after me a little
'(org-clock-persist t)
;; did I say I restart my emacs?
'(org-columns-default-format "%66ITEM %8TODO %3PRIORITY %SCHEDULED %DEADLINE %6EFFORT{:} %TAGS %5CLOCKSUM{:}")
;; left over from a failed experiment with efforts
'(org-completion-use-ido t)
;; I use ido for everything.
'(org-drawers (quote ("PROPERTIES" "CLOCK" "SCHEDULE" "HIDDEN")))
;; I added HIDDEN to put in some rants and notes, but I don't use it
;; any more
'(org-effort-property "EFFORT")
;; left over from a failed experiment with efforts
'(org-export-html-use-infojs t)
;; this is very handy
'(org-export-mark-todo-in-toc t)
;; I wanted to try this, but I don't see a difference in the exported html
'(org-export-run-in-background nil)
;; 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)
'(org-export-with-LaTeX-fragments t)
;; still trying to get latex export work properly for me
'(org-export-with-priority t)
;; I want to see this
'(org-export-with-sub-superscripts (quote {}))
;; I often use underscores, e.g. when describing C functions and I
;; really do not mean subscripts.
'(org-fast-tag-selection-single-key t)
;; set to t, but I don't use this
'(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"))))
;; left over from a failed experiment with efforts
'(org-goto-max-level 5)
;; I often build trees with deep hierarchies
'(org-hide-leading-stars t)
;; looks less cluttered
'(org-icalendar-include-sexps nil)
'(org-icalendar-include-todo nil)
'(org-icalendar-store-UID t)
;; experimented with ical export for a bit. Will continue later.
'(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))))
'(org-insert-heading-respect-content t)
'(org-keep-stored-link-after-insertion t)
'(org-link-to-org-use-id t)
;; I move stuff around a lot.
'(org-log-done (quote (state)))
'(org-log-states-order-reversed t)
;; for seeing the context of a state change quickly, see above
'(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)))
;; 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.
'(org-outline-path-complete-in-steps t)
'(org-refile-targets (quote ((org-agenda-files :maxlevel . 5))))
'(org-refile-use-outline-path (quote full-file-path))
;; 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.
'(org-remember-templates (quote (("" 119 "* %?
%u
%c
%a
%i" "~/Org/Collect.org" "Web links" nil) ("" 116 "* TODO %?
%u
%a
%c
%i" "~/Org/Collect.org" "Tasks" nil) ("" 110 "* %?
%u
%a
%c
%i" "~/Org/Collect.org" "Notes" nil))))
;; I mostly use annotation instead of remember. If at all, I use the
;; 'Tasks' remember template, so I probably could clean this up.
'(org-special-ctrl-a/e t)
'(org-special-ctrl-k t)
;; not sure I like these
'(org-startup-folded (quote content))
;; best overview first
'(org-startup-truncated nil)
;; I like to wrap long links
'(org-structure-template-alist (quote (("s" "#+begin_src ?
#+end_src" "<src lang=\"?\">
</src>") ("e" "#+begin_example
?
#+end_example" "<example>
?
</example>") ("q" "#+begin_quote
?
#+end_quote" "<quote>
?
</quote>") ("v" "#+begin_verse
?
#+end_verse" "<verse>
?
/verse>") ("l" "#+begin_latex
?
#+end_latex" "<literal style=\"latex\">
?
</literal>") ("L" "#+latex: " "<literal style=\"latex\">?</literal>") ("h" "#+begin_html
?
#+end_html" "<literal style=\"html\">
?
</literal>") ("H" "#+html: " "<literal style=\"html\">?</literal>") ("a" "#+begin_ascii
?
#+end_ascii") ("A" "#+ascii: ") ("i" "#+include %file ?" "<include file=%file markup=\"?\">") ("p" "*** Warum, Wozu?
1. ?
*** Ergebnis
1.
*** Brainstorm
1.
*** Struktur
1.
*** Plan
1.
") ("c" ":PROPERTIES:
:TRIGGER: chain-siblings(TODO)
:END:
") ("rc" ":PROPERTIES:
:RESET_CHECK_BOXES: true
:END:
"))))
;; 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.
'(org-stuck-projects (quote ("+LEVEL=2/-DONE" ("TODO" "DOING" "NEXT" "NEXTACTION") ("Reminder" "Note") "")))
;; this was experiment, I never use this
'(org-tags-match-list-sublevels t)
;; "This variable is semi-obsolete and probably should always be true"
'(org-todo-interpretation (quote sequence))
;; see below
'(org-todo-keywords (quote ((sequence "TODO(t)" "DOING(d)" "WAITING(w@)" "|" "CANCELLED(c@)" "DONE(k@)") (sequence "REMINDER(r)" "|"))))
;; A "REMINDER" is marked red in the agenda, but doesn't really need
;; (immediate) action.
'(org-use-fast-tag-selection nil)
;; I use too many tags for this to be useful
'(org-use-fast-todo-selection t)
;; I use this a lot!
'(org-use-property-inheritance (quote ("DEADLINE")))
;; 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.
> Of course, if there is a volunteer who would like to organize
> this info into a Worg page, I would even be more happy ...
I'm afraid I have given you a lot of information to process now. I
hope somebody is ready and willing to organise it.
Kind regards
FDF
--
Friedrich Delgado Friedrichs <friedel@nomaden.org>
TauPan on Ircnet and Freenode ;)
next prev parent reply other threads:[~2009-01-29 11:13 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-29 8:49 POLL: the 40 variables project Carsten Dominik
2009-01-29 11:13 ` Friedrich Delgado Friedrichs [this message]
2009-01-29 13:02 ` Carsten Dominik
2009-01-29 13:40 ` Dan Griswold
2009-01-29 11:46 ` Womick, Don
2009-01-29 11:59 ` Tassilo Horn
2009-01-29 13:37 ` Sebastian Rose
2009-01-29 13:30 ` Bernt Hansen
2009-01-29 13:46 ` Chris Leyon
2009-01-29 14:10 ` Matthew Lundin
2009-01-29 14:49 ` Bernt Hansen
2009-01-29 14:55 ` srandby
2009-01-29 16:01 ` Eric S Fraga
2009-01-29 16:40 ` Dan Davison
2009-01-29 16:40 ` Michael Ekstrand
2009-01-29 17:24 ` Sivaram Neelakantan
2009-01-29 17:56 ` Manish
2009-01-29 21:02 ` Dan Davison
2009-01-29 23:07 ` Carsten Dominik
2009-01-30 7:46 ` Manish
2009-01-30 8:18 ` Carsten Dominik
2009-01-30 8:29 ` Manish
2009-01-30 8:38 ` Carsten Dominik
2009-01-30 8:52 ` Manish
2009-01-30 9:16 ` Carsten Dominik
2009-01-30 10:35 ` Scot Becker
[not found] ` <e7cdbe30902011255y680747e8vb8731a775a73dc73@mail.gmail.com>
2009-02-01 22:15 ` Carsten Dominik
2009-02-02 10:36 ` Carsten Dominik
[not found] ` <87ljstx71e.fsf@gollum.intra.norang.ca>
2009-01-30 13:50 ` Carsten Dominik
2009-01-30 15:27 ` Carsten Dominik
2009-01-29 18:02 ` William Henney
2009-01-29 19:07 ` Peter Jones
2009-01-29 19:44 ` Hsiu-Khuern Tang
2009-01-29 22:06 ` Steven E. Harris
2009-01-29 22:43 ` Oliver Charles
2009-01-30 3:32 ` Ross Patterson
2009-01-30 12:13 ` Sebastian Rose
2009-01-30 3:44 ` Dennis Groves
2009-01-30 4:12 ` Manish
2009-01-30 4:46 ` Austin Frank
2009-01-30 8:17 ` Ulf Stegemann
2009-01-30 12:26 ` Sebastian Rose
2009-01-30 8:26 ` Cameron Horsburgh
2009-01-30 8:43 ` R: " Giovanni Ridolfi
2009-01-30 9:21 ` Manish
2009-01-30 11:09 ` Shaun Johnson
2009-01-30 12:08 ` Rainer Stengele
2009-01-30 12:48 ` Mikael Fornius
2009-01-30 15:56 ` William Henney
2009-01-30 16:12 ` Christian Egli
2009-01-30 16:34 ` Manuel Hermenegildo
2009-02-01 0:34 ` Samuel Wales
2009-01-30 16:36 ` Eric Schulte
2009-01-31 13:06 ` Martin Stemplinger
2009-02-01 15:18 ` James TD Smith
2009-02-04 15:29 ` Charles Sebold
2009-02-05 14:55 ` Manish
2009-02-04 21:28 ` Mike Newman
2014-01-17 20:55 ` [Orgmode] " Manish
2014-01-19 15:54 ` Bastien
2014-01-20 2:18 ` M
2014-01-20 11:17 ` Bastien
2014-01-20 11:38 ` Rainer M Krug
2014-01-20 11:47 ` Bastien
2014-01-20 17:07 ` Eric S Fraga
2014-01-20 7:05 ` henry atting
2014-01-20 11:16 ` Bastien
2014-04-30 15:29 ` Sungmin
2014-04-30 15:50 ` Eric S Fraga
[not found] <20090130091800.B54F32868C@mailhost.cs.tu-berlin.de>
2009-01-30 11:33 ` Stephan Schmitt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090129111316.GA32494@taupan.ath.cx \
--to=friedel@nomaden.org \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).