Re: [Orgmode] Empty lines between headers

2009-01-30 Thread Cameron Horsburgh
On Fri, Jan 30, 2009 at 07:46:21AM +0100, Carsten Dominik wrote: 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

[Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Ulf Stegemann
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? apart from some face definitions and things like export or agenda view

Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Carsten Dominik
Hi Manish, what can I say, awesome! To get the default values, you could do (get 'org-some-variable 'standard-value) and evaluate this. You can do this with a formula in the table, I have successfully tried this: #+TBLFM: $2='(let ((x (prin1-to-string (get '$1 'standard-value

Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Cameron Horsburgh
Here's my list of variables. I think all my org-mode settings have been done via customize, which I've just realised doesn't indent things very tidily. I've tried to fix it, but I'm not really used to elisp style. '(org-agenda-custom-commands (quote ((d todo DELEGATED nil)

Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Manish
On Fri, Jan 30, 2009 at 1:48 PM, Carsten Dominik wrote: Hi Manish, what can I say, awesome! Thanks. To get the default values, you could do (get 'org-some-variable 'standard-value) Nice. Thanks. and evaluate this. You can do this with a formula in the table, I have successfully

Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Carsten Dominik
On Jan 30, 2009, at 9:29 AM, Manish wrote: On Fri, Jan 30, 2009 at 1:48 PM, Carsten Dominik wrote: Hi Manish, what can I say, awesome! Thanks. To get the default values, you could do (get 'org-some-variable 'standard-value) Nice. Thanks. and evaluate this. You can do this with a

R: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Giovanni Ridolfi
--- Gio 29/1/09, Carsten Dominik domi...@science.uva.nl ha scritto: list all the Org-related variables that you have customized, along with the values you used? - why you set the variable like this - if you feel that the default value of that variable should be different - Any other

Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Manish
On Fri, Jan 30, 2009 at 2:08 PM, Carsten Dominik wrote: [snip] You need to change $2 and $1 to the relevant columns in your table, maybe this is the problem? Yes, I had changed only one of them. Thanks. I made this formula on one of your extracted tables where the variable was in column

[Orgmode] Timezone issue with zip distribution

2009-01-30 Thread David Lord
Hi list, The last few zip file distributions I have downloaded (6.20 and 6.20g) seem to have many of the file modification times one hour in the future. This seems to break the make (it says something about the file being modified in the future and then gets rather confused;-). The tgz

Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Carsten Dominik
On Jan 30, 2009, at 9:52 AM, Manish wrote: On Fri, Jan 30, 2009 at 2:08 PM, Carsten Dominik wrote: [snip] You need to change $2 and $1 to the relevant columns in your table, maybe this is the problem? Yes, I had changed only one of them. Thanks. I made this formula on one of your

[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 :-). So when

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

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: org-mode not loading properly on startup

2009-01-30 Thread Carsten Dominik
On Jan 30, 2009, at 12:49 PM, Paul Mead wrote: Carsten Dominik domi...@science.uva.nl writes: Do you have set up to make .org files automatically enter org-mode? What happens if you use C-x C-f to open the file? - Carsten I have the following: (add-to-list 'auto-mode-alist '(\\.org\\'

[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

Re: [Orgmode] Re: org-mode not loading properly on startup

2009-01-30 Thread Giovanni Ridolfi
--- Ven 30/1/09, Carsten Dominik domi...@science.uva.nl ha scritto: On Jan 30, 2009, at 12:49 PM, Paul Mead wrote: Carsten Dominik domi...@science.uva.nl writes: Do you have set up to make .org files automatically enter org-mode? What happens if you use C-x C-f to open the file?

[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 mailtomanish.sha...@gmail.com 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

Re: [Orgmode] org-agenda-to-appt adds DONE tasks

2009-01-30 Thread Carsten Dominik
On Jan 30, 2009, at 1:07 PM, Daniel Clemente wrote: Hi, I use I org-agenda-to-appt, and today I received appointments about tasks which were already marked with a DONE state since yesterday (but however, still scheduled for today). Can this behaviour be configured not to do it?

[Orgmode] Re: A much simpler way of handling dependent tasks

2009-01-30 Thread Rainer Stengele
John Wiegley schrieb: I've been wanting a simple method for managing dependent tasks for some time now, and only now did it occur to me that I could just implement a much simpler method using your current blocking mechanism. The attached file, confusingly named org-depends.el, implements the

Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Carsten Dominik
On Jan 30, 2009, at 8:46 AM, Manish wrote: 20 people responsed within the first day reporting about 479 customizations including 187 unique variables (49.6% !, assuming total 377 variables.) This is actually a very surprising and positive result! - Carsten

Re: [Orgmode] POLL: the 40 variables project

2009-01-30 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? I had forgotten the per-file customizations.

[Orgmode] Re: POLL: the 40 variables project

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

Re: [Orgmode] Empty lines between headers

2009-01-30 Thread Matthew Lundin
Hi Jörg, Jörg Hagmann joerg.hagm...@unibas.ch writes: This also happens with lists: 1. item 2. item but not if you have 1. item 2. item and then add a third item with M-enter I suppose that's intended? If yes, I don't think it's convenient. If you don't like this behavior, you can

Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Eric Schulte
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? Great idea, I am interested to see the compiled results! Cheers -- Eric

[Orgmode] Re: A much simpler way of handling dependent tasks

2009-01-30 Thread Carsten Dominik
Hi Rainer, On Jan 30, 2009, at 4:02 PM, Rainer Stengele wrote: John Wiegley schrieb: I've been wanting a simple method for managing dependent tasks for some time now, and only now did it occur to me that I could just implement a much simpler method using your current blocking mechanism.

Re: [Orgmode] Re: org-mode not loading properly on startup

2009-01-30 Thread Mark Elston
Paul, Try changing the org-mode line below to: (add-to-list 'auto-mode-alist '(\\.org$ . org-mode)) See if that makes a difference. I don't understand the use of \\' in your line below. Mark * Paul Mead wrote (on 1/30/2009 3:49 AM): Carsten Dominik domi...@science.uva.nl writes: Do you

[Orgmode] Re: org-mode not loading properly on startup

2009-01-30 Thread Paul Mead
Mark Elston m.els...@advantest-ard.com writes: Paul, Try changing the org-mode line below to: (add-to-list 'auto-mode-alist '(\\.org$ . org-mode)) See if that makes a difference. I don't understand the use of \\' in your line below. Mark Hi Mark, just tried that and it made no

[Orgmode] Re: org-mode not loading properly on startup

2009-01-30 Thread Paul Mead
Carsten Dominik domi...@science.uva.nl writes: I don't have enough to work on here. Any other ideas anyone? Maybe more windows people to test this? Maybe Paul needs to share his full setup, or try to minimize it while keeping the error? - Carsten All my org-mode customizations are in

Re: [Orgmode] Re: org-mode not loading properly on startup

2009-01-30 Thread Eric Schulte
Paul Mead paul.d.m...@gmail.com writes: Carsten Dominik domi...@science.uva.nl writes: I don't have enough to work on here. Any other ideas anyone? Maybe more windows people to test this? Maybe Paul needs to share his full setup, or try to minimize it while keeping the error? Two

[Orgmode] icalendar importing

2009-01-30 Thread Dale Smith
Howdy list, My company recently moved to an exchange server (ugh!) and so now i've been getting icalendar meeting requests. I have icalendar-import-buffer in my gnus-article-prepare-hook, and that works well enough to add things to my diary. Diary entries show up im my appointemts, so that's

[Orgmode] Re: Org customization

2009-01-30 Thread John Wiegley
On Jan 30, 2009, at 11:20 AM, Carsten Dominik wrote: we have a thread running on emacs-orgmode where we try to get some ideas of which variables are actually be customized by several users, to figure out if we should change any defaults, and to make a list of entry level variables for new

[Orgmode] Re: html heading levels when exporting sub-tree

2009-01-30 Thread William Henney
Correction On Fri, Jan 30, 2009 at 1:39 PM, William Henney when...@gmail.com wrote: Currently, if I export the third sub-tree to html (via C-c @ C-x C-e h), That should have been C-c @ C-c C-e h Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad

Re: [Orgmode] footnote questions

2009-01-30 Thread Samuel Wales
Hi Carsten, \\ would work OK for me, but perhaps there is a solution even without it. Useful because \\ does not fill correctly, in my filladapt setup, at least. I am likely to use footnotes in one of 2 ways: the document is the body of a single entry, in which case I want footnotes at the end

[Orgmode] Re: Advice sought on managing decision alternatives.

2009-01-30 Thread Carsten Dominik
Hi Tom, this looks awesome. Right now I am stabilizing everything to make my final release for Emacs 23.1, so it may be a week or two before I get to integrate this. Also, I am interested in the testing environment, and what you made here may end up to be enough to establish a testing