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

[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

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 (org-requ

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 successf

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 f

R: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Giovanni Ridolfi
--- Gio 29/1/09, Carsten Dominik 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 comments you might w

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 col

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

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 extra

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

2009-01-30 Thread Manish
On Fri, Jan 30, 2009 at 2:13 PM, Giovanni Ridolfi wrote: [snip: customization explanation (56 lines)]> > --- > Summary for Manish: > > | Submitter| Variable | Value | Comment | > | Giovanni Ridolfi | org-startup-options | overview lognoterepeat > hid

[Orgmode] org-mode not loading properly on startup

2009-01-30 Thread Paul Mead
Just a niggling issue here, I have a function set up to load my main org file work.org. (defun gtd() (interactive) (find-file "~/.gtd/work.org") ) Straightforward enough, but since I downloaded v6.20 I then have to manually switch using M-x org-mode. Otherwise the faces are all wrong, hidden

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

2009-01-30 Thread Carsten Dominik
On Jan 30, 2009, at 10:40 AM, Paul Mead wrote: Just a niggling issue here, I have a function set up to load my main org file work.org. (defun gtd() (interactive) (find-file "~/.gtd/work.org") ) Straightforward enough, but since I downloaded v6.20 I then have to manually switch using M-x o

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

2009-01-30 Thread Paul Mead
Carsten Dominik writes: > On Jan 30, 2009, at 10:40 AM, Paul Mead wrote: > >> Just a niggling issue here, I have a function set up to load my main org >> file work.org. >> >> (defun gtd() >> (interactive) >> (find-file "~/.gtd/work.org") >> ) >> >> Straightforward enough, but since I downloade

Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Scot Becker
Somehow, I woke up this morning to find that all my 'Customize' settiings were missing from my .emacs (that ever happened to anyone?), so these are just a few variables I've set up manually. '(org-hide-leading-stars t) ;; looks cleaner, best with lighter preceeding stars, so I can still count

Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Shaun Johnson
Hi, (2nd attempt at sending it to the list...) FWIW my two custom-set-variables entries: '(org-emphasis-regexp-components (quote (" ('\"" "- .,:?;'\")_" " ,\"'" "." 1))) '(org-hide-emphasis-markers t) Shaun. ___ Emacs-orgmode mailing lis

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

2009-01-30 Thread Carsten Dominik
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 On Jan 30, 2009, at 11:05 AM, Paul Mead wrote: Carsten Dominik writes: On Jan 30, 2009, at 10:40 AM, Paul Mead wrote: Just a niggling issue here, I have a functi

Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Stephan Schmitt
Here's my customization: in todo.org: #+STARTUP: content #+STARTUP: lognotedone #+SEQ_TODO: TODO(t@) STARTED(s) WAITING(w@/@) DELEGATED(d@) | DONE(D@) DEFERRED(F@) CANCELLED(C@) #+SEQ_TODO: APPT(a) RESCHEDULE(r@) | APPTDONE(A@) APPTCANCELLED(P@) in .emacs: (custom-set-variables '(org-agenda-file

Re: [Orgmode] Convert list to checkbox list

2009-01-30 Thread Daniel Clemente
> In 6.20a, `C-c C-x C-b' does this now. > Thanks. I first thought that the normal region would be used (the one you create with Ctrl+Space) if it contained a list, but apparently it works only if you enable transient-mark-mode. Daniel ___ Ema

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

2009-01-30 Thread Paul Mead
Carsten Dominik 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\\'" . org-mode)) If I use C-x C-f the behaviour is the same for the

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

2009-01-30 Thread Daniel Clemente
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? Thanks Daniel __

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

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

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 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\\'" . org-mode)) If I us

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

2009-01-30 Thread Giovanni Ridolfi
--- Ven 30/1/09, Carsten Dominik ha scritto: > On Jan 30, 2009, at 12:49 PM, Paul Mead wrote: > > > Carsten Dominik 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? > >> > > > > I have the follow

[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

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? (defu

[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

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 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. Do you want these t

[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

Re: [Orgmode] Empty lines between headers

2009-01-30 Thread Matthew Lundin
Hi Jörg, Jörg Hagmann 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- > > I suppose that's intended? If yes, I don't think it's convenient. If you don't like this behavior, you can turn it off by ad

Re: [Orgmode] POLL: the 40 variables project

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

[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. T

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

2009-01-30 Thread Carsten Dominik
Hi, I don't think I do have the patience and time to track down problems with character sets with character wider than normal - which I think what is causing this. I welcome patches, though! - Carsten On Jan 30, 2009, at 8:40 AM, Seyen Shiro wrote: 1. Writing something like <<<とらドラ!>>> and th

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 writes: Do you have set up to make

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

2009-01-30 Thread Paul Mead
Mark Elston 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 difference. Paul

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

2009-01-30 Thread Paul Mead
Carsten Dominik 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 one file: ;;

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

2009-01-30 Thread Eric Schulte
Paul Mead writes: > Carsten Dominik 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 quick ideas, 1. Try startin

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

[Orgmode] html heading levels when exporting sub-tree

2009-01-30 Thread William Henney
Hi list Consider a structure like this: * first ** second *** third fourth Currently, if I export the "third" sub-tree to html (via "C-c @ C-x C-e h"), then "third" becomes an heading, but "fourth" becomes an heading. I would rather it were , i.e. that all heading levels be relative to th

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

2009-01-30 Thread John Wiegley
On Jan 30, 2009, at 1:37 PM, Carsten Dominik wrote: So my feeling is that switching from one not-done state to another not-done state should not be blocked at all. In fact, I feel the same for the straight TODO dependencies. I have now adapted John's mechanism in the following way: - You are f

[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 users.

Re: [Orgmode] icalendar importing

2009-01-30 Thread David Thole
I'd be interested in finding this out as well. Could you provide details Dale on how you got it to import correctly into Diary even? There's a huge disconnect right now for me between my calendar and what I do my GTD stuff in. Thanks, David On Fri, Jan 30, 2009 at 1:18 PM, Dale Smith wrote:

[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 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 Nacional Aut

[Orgmode] Re: icalendar importing

2009-01-30 Thread Dale Smith
David Thole writes: > I'd be interested in finding this out as well. Could you provide details > Dale on how you got it to import correctly into Diary even? There's a > huge disconnect right now for me between my calendar and what I do my GTD > stuff in. Sure. I have (add-hook 'gnus-articl

Re: [Orgmode] Ido and org-refile/org-goto question

2009-01-30 Thread Samuel Wales
On Sun, Jan 18, 2009 at 07:34, Matthew Lundin wrote: > I'm trying to set up ido for completion with org-refile and org-goto. My > question is whether I should expect TAB to work with ido within org. I get similar or the same behavior as you describe. I also get severe slowness (almost a minute p

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 o

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