[Orgmode] Re: POLL: the 40 variables project

2009-01-31 Thread Martin Stemplinger
Hallo Carsten Dominik, am 29.01.2009 schriebst Du in gmane.emacs.orgmode: > 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? > In customize: '(org-agenda-files (quote ("~/O

[Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Christian Egli
Carsten Dominik writes: > 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? > > If you want to do more, I'd also love to see comments on > > - why you set the variable like t

[Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Carsten Dominik
On Jan 30, 2009, at 2:22 PM, Bernt Hansen wrote: Manish writes: Here are the results so far. 20 people responsed within the first day reporting about 479 customizations including 187 unique variables (49.6% !, assuming total 377 variables.) NB: I did try to filter out faces but a few mi

[Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Mikael Fornius
Just three lines made it for me: (setq org-return-follows-link t) '(org-log-done (quote time)) '(org-refile-targets (quote ((org-agenda-files :maxlevel . 2 -- Mikael Fornius ___ Emacs-orgmode mailing list Remember: use `Reply All' to send repli

Re: [Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Sebastian Rose
OK, added three customization I found here (I'm shure some more will follow): '(org-agenda-restore-windows-after-quit t) '(org-agenda-window-setup (quote current-window)) '(org-hide-emphasis-markers t) Best, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.:

Re: [Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Sebastian Rose
Hi, I've already sent a list of variables in use,but without values. Somehow I missed the start (point?) of this thread. This poll is much more fun _with_ values actually. Great to read all those tiny little tweaks here :) Here come the values: * Customize '(org-M-RET-may-split-line (quot

[Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Rainer Stengele
Carsten Dominik schrieb: > 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 :-)

[Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Ulf Stegemann
Carsten Dominik wrote: > 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? apart from some face definitions and things like export or agenda view customisations that really

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Austin Frank
On Thu, Jan 29 2009, Carsten Dominik wrote: > - why you set the variable like this > - if you feel that the default value of that variable > should be different > - Any other comments you might what to give. I have four org config files: org-config.el, org-config-remember.el, org-config-latex.

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Ross Patterson
Carsten Dominik writes: > Hi, > > 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? (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) (global-set-key "\C-cl" 'org-store

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Steven E. Harris
Carsten Dominik writes: > 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? This set hasn't grown much lately, but I'm still not completely "moved in". (add-to-list 'auto-

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Peter Jones
Carsten Dominik writes: > 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. org-log-done t org-reverse-note-order t org-deadline-warning-days 14 org-hid

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Eric S Fraga
On 2009-01-29, Carsten Dominik wrote: > users actually customize. This could be the basis > for a great article on Worg, describing just these selected > variables. > > In addition, I could make a special customization group which only > contains those variables (Emacs allows to put a variable in

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Sivaram Neelakantan
Carsten Dominik 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 :-).

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Michael Ekstrand
Ones I find in my main PIM configuration file: (add-hook org-mode-hook ...) (setq org-hide-leading-stars t) (setq org-deadline-warning-days 7 org-agenda-skip-scheduled-if-done t org-agenda-start-on-weekday nil org-agenda-include-diary t org-agenda-sorting-strategy '(time-up

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Bernt Hansen
Carsten Dominik writes: > 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? > It seems I'm using lots of these variables currently. (58) I tune my work flow regularly - so

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Dan Griswold
Here are mine: (setq org-agenda-include-diary t org-agenda-show-all-dates nil org-agenda-skip-scheduled-if-done t org-agenda-start-on-weekday nil org-agenda-tags-column -77 org-agenda-todo-ignore-scheduled t org-columns-default-format "%30ITEM(Task) %7Eff

Re: [Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Sebastian Rose
Hi Carsten, Here is my sorted list of variables in use: * Variables - oups 42 :) org-after-todo-state-change-hook org-agenda-files org-agenda-files org-agenda-include-diary org-archive-location org-archive-save-context-info org-blank-before-new-entry org-clock-persist org-clock-persist-file or

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Bernt Hansen
Carsten Dominik writes: > 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. org-export-with-special-strings is defined twice (and counted twice) in lisp/org-exp.el (so it's real

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, > 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? Ok, here I go with some comments added. (setq org-return-follows-link t ;; I