[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: POLL: the 40 variables project
From: |
Sivaram Neelakantan |
Subject: |
[Orgmode] Re: POLL: the 40 variables project |
Date: |
Thu, 29 Jan 2009 22:54:09 +0530 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (windows-nt) |
Carsten Dominik <address@hidden> writes:
> Hi,
>
> yesterday I did this command in my org-mode git repo:
>
> grep defcustom lisp/*el |wc -l
>
> and got 378 as an answer. 378 user-customizable variables,
> no kidding.
>
> However, I bet that only about 10% of these are really used
> by more that one user :-). So when a new users starts digging
> into Org-mode, they simply must be confused by the amount
> of variables that can be set.
I wanted to point out that, we are fast approaching a situation where
org manual will become the size of the Emacs manual. :-) For me, I
use org for the core purpose of task tracker, that's it. As long as
that core is not messed around with, I'd be happy with an infinite
number of customisable vars.
>
> So here is the idea: I would like to find out which variables
> users actually customize. This could be the basis
> for a great article on Worg, describing just these selected
> variables.
>
I haven't done any customisation apart from what is required to
recognise org files and the state transitions that I need for various
states of the TODO items.
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(define-key global-map "\C-cl" 'org-store-link)
(define-key global-map "\C-ca" 'org-agenda)
(setq org-log-done t)
(add-hook 'org-mode-hook 'turn-on-font-lock) ; org-mode buffers only
(setq org-todo-keywords
'((sequence "TODO" "InProgress" "OnHold" "|" "DONE" )))
(setq org-agenda-files (list "c:/work/tasks.org"))
(add-hook 'org-mode-hook
(lambda () 'imenu-add-to-menubar "Imenu"))
[snipped 30 lines]
sivaram
--
- RE: [Orgmode] POLL: the 40 variables project, (continued)
- RE: [Orgmode] POLL: the 40 variables project, Womick, Don, 2009/01/29
- [Orgmode] Re: POLL: the 40 variables project, Tassilo Horn, 2009/01/29
- [Orgmode] Re: POLL: the 40 variables project, Bernt Hansen, 2009/01/29
- Re: [Orgmode] POLL: the 40 variables project, Chris Leyon, 2009/01/29
- Re: [Orgmode] POLL: the 40 variables project, Matthew Lundin, 2009/01/29
- [Orgmode] Re: POLL: the 40 variables project, Bernt Hansen, 2009/01/29
- Re: [Orgmode] POLL: the 40 variables project, srandby, 2009/01/29
- Re: [Orgmode] POLL: the 40 variables project, Dan Davison, 2009/01/29
- [Orgmode] Re: POLL: the 40 variables project, Michael Ekstrand, 2009/01/29
- [Orgmode] Re: POLL: the 40 variables project,
Sivaram Neelakantan <=
- [Orgmode] Re: POLL: the 40 variables project, Eric S Fraga, 2009/01/29
- Re: [Orgmode] POLL: the 40 variables project, Manish, 2009/01/29
- Re: [Orgmode] POLL: the 40 variables project, Dan Davison, 2009/01/29
- Re: [Orgmode] POLL: the 40 variables project, Carsten Dominik, 2009/01/29
- Re: [Orgmode] POLL: the 40 variables project, Manish, 2009/01/30
- Re: [Orgmode] POLL: the 40 variables project, Carsten Dominik, 2009/01/30
- Re: [Orgmode] POLL: the 40 variables project, Manish, 2009/01/30
- Re: [Orgmode] POLL: the 40 variables project, Carsten Dominik, 2009/01/30
- Re: [Orgmode] POLL: the 40 variables project, Manish, 2009/01/30
- Re: [Orgmode] POLL: the 40 variables project, Carsten Dominik, 2009/01/30