[Orgmode] POLL: the 40 variables project

2009-01-29 Thread Carsten Dominik
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

[Orgmode] Re: only one [/] or [%]?

2009-01-29 Thread Richard KLINDA
Regarding 'Re: only one [/] or [%]?'; Carsten Dominik adds: On Jan 28, 2009, at 4:57 PM, Richard KLINDA wrote: Hi, I have noticed that you can only have one [/] or [%] in a headline. In an older version of org I used to use both in the same headline and it worked. Did that

Re: [Orgmode] POLL: the 40 variables project

2009-01-29 Thread Friedrich Delgado Friedrichs
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

[Orgmode] Re: only one [/] or [%]?

2009-01-29 Thread Carsten Dominik
Hi, something like that is already in, since yesterday, both for TODO items and for checkbox lists. Thanks! - Carsten On Jan 29, 2009, at 11:47 AM, Richard KLINDA wrote: Regarding 'Re: only one [/] or [%]?'; Carsten Dominik adds: On Jan 28, 2009, at 4:57 PM, Richard KLINDA wrote: Hi, I

RE: [Orgmode] POLL: the 40 variables project

2009-01-29 Thread Womick, Don
Hi Carsten, My org setup and usage at this point is fairly simple (I'm waiting for James Smith's Remember rewrite to get more ambitious). Here are the variables I use: org-use-fast-todo-selection org-agenda-files org-remember-templates org-default-notes-file --Don Womick -Original

[Orgmode] Inline Latex Fragment in html export

2009-01-29 Thread Yu Zhao
Hi everyone, When I use inline latex in a org file like $a=b^2$ or \( a=b^2 \) and export it with C-c C-e b, the formula is not inline. Instead it is displayed in a new line and centered. Do you have any idea about it? Thank you! Yu Zhao ___

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Tassilo Horn
Carsten Dominik domi...@science.uva.nl 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

Re: [Orgmode] POLL: the 40 variables project

2009-01-29 Thread Carsten Dominik
Hi Friedrich, On Jan 29, 2009, at 12:13 PM, Friedrich Delgado Friedrichs wrote: Hiho! [...] and got 378 as an answer. 378 user-customizable variables, no kidding. You make this sound as if it was a bad thing... ;) Not at all. I am just surprized that it sooo many. In addition, I

Re: [Orgmode] Inline Latex Fragment in html export

2009-01-29 Thread Carsten Dominik
On Jan 29, 2009, at 12:50 PM, Yu Zhao wrote: Hi everyone, When I use inline latex in a org file like $a=b^2$ or \( a=b^2 \) and export it with C-c C-e b, the formula is not inline. Instead it is displayed in a new line and centered. Do you have any idea about it? This is a bug, fixed

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Bernt Hansen
Carsten Dominik domi...@science.uva.nl 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

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

[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)

Re: [Orgmode] POLL: the 40 variables project

2009-01-29 Thread Chris Leyon
On Thu, Jan 29, 2009 at 3:49 AM, Carsten Dominik domi...@science.uva.nl wrote: list all the Org-related variables that you have customized, along with the values you used? Here are my settings: (setq org-directory (file-name-as-directory

[Orgmode] Broken plain list check boxes?

2009-01-29 Thread Chris Randle
Hi Carsten Just updated to 6.20e. Before, on 6.18c, if I had a plain list like this: * Test - [ ] A - [ ] B - [ ] C With the cursor on the test line, typing `c-c c-x c-b' would check all the boxes, and repeating would uncheck them. Now it doesn't seem to toggle, only check. I hope this

Re: [Orgmode] POLL: the 40 variables project

2009-01-29 Thread Matthew Lundin
Hi Carsten, 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. Yes, I'm afraid I've used a fair number of those myself at one point or another. I've attached my list of

Re: [Orgmode] Broken plain list check boxes?

2009-01-29 Thread Carsten Dominik
Ooops, I forgot about this part of the functionality during a recent revamp of this command. Fixed now. Thanks! - Carsten On Jan 29, 2009, at 3:05 PM, Chris Randle wrote: Hi Carsten Just updated to 6.20e. Before, on 6.18c, if I had a plain list like this: * Test - [ ] A - [ ] B - [ ] C

Re: [Orgmode] Broken plain list check boxes?

2009-01-29 Thread James TD Smith
Hi Chris, On 2009-01-29 14:05:27(-), Chris Randle wrote: Hi Carsten Just updated to 6.20e. Before, on 6.18c, if I had a plain list like this: * Test - [ ] A - [ ] B - [ ] C With the cursor on the test line, typing `c-c c-x c-b' would check all the boxes, and repeating would

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Bernt Hansen
Carsten Dominik domi...@science.uva.nl 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

RE: [Orgmode] Broken plain list check boxes?

2009-01-29 Thread Chris Randle
James TD Smith wrote: Have you looked at org-checklist.el in contrib? I wrote that to handle this kind of thing. Make sure org-checklist.el is in your load path, and add (require 'org-checklist) to your .emacs. You can then set up your daily task like so: ,[ test.org ] * TODO

Re: [Orgmode] POLL: the 40 variables project

2009-01-29 Thread Dan Davison
My list is rather pedestrian at the moment... but I think I'm going to benefit from this exercise. (setq org-hide-leading-stars t) (setq org-agenda-files (list dan-org-dir)) (setq org-agenda-start-on-weekday nil) (setq org-agenda-ndays 30) (setq org-todo-keywords '((sequence TODO STARTED | DONE

[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

[Orgmode] another way to do the poll

2009-01-29 Thread Samuel Wales
I think that everybody would be willing to run a lisp command that finds variables that are changed from default. Then pipe everybody's list | sort | uniq -c | sort -n . Or a lisp equivalent. -- For personal and corporate gain, myalgic encephalomyelitis denialists are knowingly causing massive

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Sivaram Neelakantan
Carsten Dominik domi...@science.uva.nl 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

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Eric S Fraga
On 2009-01-29, Carsten Dominik domi...@science.uva.nl 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

Re: [Orgmode] POLL: the 40 variables project

2009-01-29 Thread William Henney
On Thu, Jan 29, 2009 at 2:49 AM, Carsten Dominik domi...@science.uva.nl 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? Here goes... Cheers Will (add-to-list

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Peter Jones
Carsten Dominik domi...@science.uva.nl 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

Re: [Orgmode] POLL: the 40 variables project

2009-01-29 Thread Hsiu-Khuern Tang
* On Thu 08:49AM +, 29 Jan 2009, Carsten Dominik (domi...@science.uva.nl) wrote: 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%

[Orgmode] Can't customize org-export-latex-classes

2009-01-29 Thread Hsiu-Khuern Tang
In Org-mode 6.19b, running M-x customize-variable org-export-latex-classes gives an error No match. -- Best, Hsiu-Khuern. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Wishlist: drop a4paper option from the default LaTeX class

2009-01-29 Thread Hsiu-Khuern Tang
The default class article in the variable org-export-latex-classes (which Emacs can't find anymore -- I have just filed a report) is \documentclass[11pt,a4paper]{article} I suggest dropping the a4paper option and letting the local TeX customization determine the default papersize. -- Best,

[Orgmode] Re: filtering timeline view

2009-01-29 Thread Ilya Shlyakhter
Thanks! Is there a way to include this secondary filter into a custom agenda view? Also, a couple of suggestions for the agenda view: - C-h C-m should display the available commands, like in other Emacs modes - there should be a command to remotely visibility-cycle the currently

Re: [Orgmode] Can't customize org-export-latex-classes

2009-01-29 Thread Christopher Suckling
On 29 Jan 2009, at 19:48, Hsiu-Khuern Tang wrote: In Org-mode 6.19b, running M-x customize-variable org-export-latex-classes gives an error No match. Have you (require 'org-export-latex) in your .emacs? Best, Christopher ___ Emacs-orgmode

Re: [Orgmode] POLL: the 40 variables project

2009-01-29 Thread Dan Davison
On Thu, Jan 29, 2009 at 11:26:37PM +0530, Manish wrote: ... I am collating the information in the following format. | Submitter | Variable | Value | Comment | Further analyses like which were the most commonly customized variables, their values etc. can then be derived from the listing

[Orgmode] C-a and C-e in org-mode

2009-01-29 Thread Ken Harris
Hello, org-mode! I've been using org-mode recently, and overall it's pretty nice, but one thing doesn't seem to work quite right. I have org-special-ctrl-a/e set to nil (the default, I think). I think this means that C-e should work just like normal. Unfortunately, C-u C-e fails with Wrong type

Re: [Orgmode] Can't customize org-export-latex-classes

2009-01-29 Thread Hsiu-Khuern Tang
* On Thu 08:15PM +, 29 Jan 2009, Christopher Suckling (suckling.l...@googlemail.com) wrote: On 29 Jan 2009, at 19:48, Hsiu-Khuern Tang wrote: In Org-mode 6.19b, running M-x customize-variable org-export-latex-classes gives an error No match. Have you (require

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Steven E. Harris
Carsten Dominik domi...@science.uva.nl 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.

Re: [Orgmode] POLL: the 40 variables project

2009-01-29 Thread Oliver Charles
On Thu, Jan 29, 2009 at 09:49:21AM +0100, 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? ,[ org-mode custom settings ] | (custom-set-variables |

Re: [Orgmode] POLL: the 40 variables project

2009-01-29 Thread Carsten Dominik
On Jan 29, 2009, at 6:56 PM, Manish wrote: On Thu, Jan 29, 2009 at 2:19 PM, Carsten Dominik wrote: 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

Re: [Orgmode] C-a and C-e in org-mode

2009-01-29 Thread Carsten Dominik
On Jan 28, 2009, at 10:58 PM, Ken Harris wrote: Hello, org-mode! I've been using org-mode recently, and overall it's pretty nice, but one thing doesn't seem to work quite right. I have org-special-ctrl-a/e set to nil (the default, I think). I think this means that C-e should work just like

Re: [Orgmode] another way to do the poll

2009-01-29 Thread Carsten Dominik
On Jan 29, 2009, at 6:07 PM, Samuel Wales wrote: I think that everybody would be willing to run a lisp command that finds variables that are changed from default. That would have been an efficient solution. But I think we already have now great input, and the advantage is that gmane is

Re: [Orgmode] Re: filtering timeline view

2009-01-29 Thread Carsten Dominik
On Jan 29, 2009, at 9:03 PM, Ilya Shlyakhter wrote: Thanks! Is there a way to include this secondary filter into a custom agenda view? Also, a couple of suggestions for the agenda view: - C-h C-m should display the available commands, like in other Emacs modes - there should be a

Re: [Orgmode] Can't customize org-export-latex-classes

2009-01-29 Thread Carsten Dominik
If you do the customization after first using latex export, then the variables will be known, because then org-export-latex will have been loaded. Also, if you call `org-customize', everything will be loaded. - Carsten On Jan 29, 2009, at 10:13 PM, Hsiu-Khuern Tang wrote: * On Thu 08:15PM

[Orgmode] Empty lines between headers

2009-01-29 Thread Cameron Horsburgh
Hi folks, In the last few days hitting M-enter on a headline has inserted an empty line between the headline and the new line I'm trying to create. I end up with: , | | * header 1 | | * header 2 | ` instead of , | | * header 1 | * header 2 | ` I'm guessing I've mucked

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Ross Patterson
Carsten Dominik domi...@science.uva.nl 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

Re: [Orgmode] POLL: the 40 variables project

2009-01-29 Thread Dennis Groves
I am one of those confused 'newbs' - I use emacs exclusively for org- mode. (but it is growing on me) I don't know where or how to customize it - so I use it just like it is. (not that I wouldn't like to tweek stuff.) Dennis On 29 Jan 2009, at 08:49, Carsten Dominik wrote: Hi, yesterday I

Re: [Orgmode] POLL: the 40 variables project

2009-01-29 Thread Manish
On Fri, Jan 30, 2009 at 9:14 AM, Dennis Groves wrote: I am one of those confused 'newbs' - I use emacs exclusively for org-mode. (but it is growing on me) The first hit is free! ;-) Org-mode (like Planner) can pull people into using Emacs (however scary and intimidating it might seem in the

[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.el,

[Orgmode] Bug(s) - Japanese radio links and tags in Japanese headlines

2009-01-29 Thread Seyen Shiro
1. Writing something like とらドラ! and then using C-c C-c, or saving and reopening the file does not trigger the radio link to activate. Normal internal links work fine. org-mode version: 6-19b Emacs version: 22.3.1 File is in utf-8-unix 2. If the headline contains Japanese, and you then add a tag

Re: [Orgmode] Empty lines between headers

2009-01-29 Thread Carsten Dominik
Hi Cameron, a relatively recent change is causing this new behavior. The default is now to automatically insert an empty line if the current headline does also have an empty line before it. So If you have an empty line before header 1, then you will get an empty line before header 2. However,