Re: [Orgmode] How to get a list of unscheduled TODOs

2009-02-04 Thread Saurabh Agrawal
Thanks for the reply Manish. But after I modify my .emacs, I get the following error on starting the custom agenda: byte-code: Before first headline at position 1462 in buffer *Org Agenda* Could you please suggest something? I am unable to debug this. Saurabh. *Novice* On Wed, Feb 4, 2009 at

Re: [Orgmode] How to get a list of unscheduled TODOs

2009-02-04 Thread Manish
On Wed, Feb 4, 2009 at 2:08 PM, Saurabh Agrawal wrote: [snip] Could you please suggest something? I am unable to debug this. Is this better? --8---cut here---start-8--- (setq org-agenda-custom-commands (quote ((t Today!!! ((agenda

[Orgmode] Re: [help] A org agenda command

2009-02-04 Thread Leo
On 2007-04-24 11:18 +0100, Carsten Dominik wrote: LEVEL=2/-DONE means that the search for stuck projects should consider any level 2 entry (i.e. starting with **) as a project, but should immediately exclude projects where the top headline is marked DONE. I remember we had a discussion to make

Re: [Orgmode] How to get a list of unscheduled TODOs

2009-02-04 Thread Saurabh Agrawal
Thanks Manish, now it works... like a charm.. :) Another problem though.. Sometimes, the TODOs haven't been scheduled but have a timestamp on them. I would like to ignore them too.. However, using option with-date along with deadline and schedule does not seem to work in org-agenda-skip-entry.

Re: [Orgmode] Changing variable defaults.

2009-02-04 Thread Carsten Dominik
Hi Mike, On Feb 3, 2009, at 12:20 AM, Mike Newman wrote: (setq org-tags-column -77) For the past few months, I have been using org-mode in conjunction with Visual Line mode, a new feature of Emacs 23, and found they work together well. I am a bit surprised that you say this, as

[Orgmode] Re: [help] A org agenda command

2009-02-04 Thread Carsten Dominik
Hi Leo, this is possible, but will break what people use, I am afraid. - Carsten On Feb 4, 2009, at 10:41 AM, Leo wrote: On 2007-04-24 11:18 +0100, Carsten Dominik wrote: LEVEL=2/-DONE means that the search for stuck projects should consider any level 2 entry (i.e. starting with **) as a

Re: [Orgmode] Patch to add schedule propagation to org-depend

2009-02-04 Thread Carsten Dominik
Hi Andrew, this looks like good functionality, I have applied the patch. For the additions to org.el, do you have a copyright assignment with the FSF? These functions are small enough and simple enough that I could just let them in without it, but still - Carsten On Feb 3, 2009, at

Re: [Orgmode] POLL: the 40 variables project

2009-02-04 Thread Charles Sebold
On 29 Jan 2009, 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? Hopefully this isn't too late. Using customize, here is what I have:

[Orgmode] Re: [help] A org agenda command

2009-02-04 Thread Leo
On 2009-02-04 14:22 +, Carsten Dominik wrote: On Feb 4, 2009, at 10:41 AM, Leo wrote: On 2007-04-24 11:18 +0100, Carsten Dominik wrote: LEVEL=2/-DONE means that the search for stuck projects should consider any level 2 entry (i.e. starting with **) as a project, but should immediately

Re: [Orgmode] How to get a list of unscheduled TODOs

2009-02-04 Thread Carsten Dominik
On Feb 4, 2009, at 12:23 PM, Saurabh Agrawal wrote: Thanks Manish, now it works... like a charm.. :) Another problem though.. Sometimes, the TODOs haven't been scheduled but have a timestamp on them. I would like to ignore them too.. However, using option with-date along with deadline and

[Orgmode] Installing on windows

2009-02-04 Thread Bill Raynor
I and many others would be grateful for a detailed step-by-step tutorial on installing org-mode on windows. The basic instructions work just fine on, say, OS X (edit makefile, make and make install) but don't work on windows. Using emacs on windows is quite simple (download and install) but

Re: [Orgmode] How to get a list of unscheduled TODOs

2009-02-04 Thread Saurabh Agrawal
Pretty clever for someone who claims to be new to Emacs :-) `with-date' does not exist, but I have just added `timestamp' and `nottimestamp' conditions. - Carsten Thanks Carsten. Actually I am very new to emacs and have started gaining an idea of elisp. I am just following all the

Re: [Orgmode] Installing on windows

2009-02-04 Thread Saurabh Agrawal
Yup, I too second this request. I too would love to have such a tutorial to gain an idea of the same. Regards, Saurabh. On Wed, Feb 4, 2009 at 10:49 PM, Bill Raynor braynor3...@gmail.com wrote: I and many others would be grateful for a detailed step-by-step tutorial on installing org-mode on

Re: [Orgmode] Installing on windows

2009-02-04 Thread Manish
On Wed, Feb 4, 2009 at 10:49 PM, Bill Raynor wrote: I and many others would be grateful for a detailed step-by-step tutorial on installing org-mode on windows. The basic instructions work just fine on, say, OS X (edit makefile, make and make install) but don't work on windows. Using emacs on

Re: [Orgmode] Installing on windows

2009-02-04 Thread Saurabh Agrawal
Presently I have org-mode 6.16 installed, which came default with latest release of emacs win32. However, I just downloaded version 6.21b and tried to do as you said. However, org-version is still showing 6.16. Will we have to unlink earlier version somehow? Regards, Saurabh. On Wed, Feb 4,

Re: [Orgmode] org-R tutorial on Worg

2009-02-04 Thread Nick Dokos
I haven't looked at org-R but given the error message, it probably does not contain a provide like so: (provide 'org-R) In that case, (require 'org-R) will not work. Perhaps Dan can add it for the next version. In the meantime, you can either add the provide line to your copy of org-R.el or

Re: [Orgmode] org-R tutorial on Worg

2009-02-04 Thread Dan Davison
On Wed, Feb 04, 2009 at 01:54:25PM -0500, Dan Davison wrote: Hi Graham, If you have added it to the contrib/lisp directory, then you could do (add-to-list 'load-path path\to\contrib\lisp load-path) Sorry, some nonsense crept in there. That should be (add-to-list 'load-path

Re: [Orgmode] org-R tutorial on Worg

2009-02-04 Thread Graham Smith
Nick (load-library org-R) Thanks, this sorted out the error messages, I'm now getting new ones but these seem to be R generated so I will now have a look at that next. Graham ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

Re: [Orgmode] Return on a task behaves like TAB

2009-02-04 Thread Ed Hirgelt
On Feb 4, 2009, at 10:52 AM, Bernt Hansen wrote: A recent change to org-mode is driving me nuts. I regularly use Return at the beginning of a task to insert a blank line and append detail to the previous task. This no longer works and cycles through the task's folded status instead. That

Re: [Orgmode] org-R tutorial on Worg

2009-02-04 Thread Graham Smith
Dan If you have added it to the contrib/lisp directory, then you could do (add-to-list 'load-path path\to\contrib\lisp load-path) (load org-R) (load-library org-R) as suggested by Nick worked I already had the load path line in my .emacs But perhaps what I should do is add (provide

Re: [Orgmode] Installing on windows

2009-02-04 Thread Charles Sebold
On 4 Feb 2009, Bill Raynor wrote: I and many others would be grateful for a detailed step-by-step tutorial on installing org-mode on windows. The basic instructions work just fine on, say, OS X (edit makefile, make and make install) but don't work on windows. Using emacs on windows is quite

Re: [Orgmode] Prefix arg required for agenda TODO cycle now?

2009-02-04 Thread Mike Newman
I think this is the result of the change in the default value of: org-use-fast-todo-selection I believe that if you customise this the old behaviour will return. On Wed, 04 Feb 2009 13:24:51 -0600 Charles Sebold cseb...@gmail.com wrote: I'm having trouble finding the specific diff where this

[Orgmode] org-publish error..

2009-02-04 Thread Madhu Rao
When I try to publish current file I get the error below. However, when I prompt for a project and publish, that works all right. Publishing current file worked all right in earlier versions of org-mode. Now I am on 6.21. I don't know at which point this changed or something to do with my emacs

Re: [Orgmode] POLL: the 40 variables project

2009-02-04 Thread Mike Newman
Please find below my org related customisation (if it is still of interest). I have to admit that I can't remember what some of it does or why I put it that way. A few comments might be useful: This is my work configuration on Windows XP, using a recent emacs 23 from emacs w32. I am set up

Re: [Orgmode] Changing variable defaults.

2009-02-04 Thread Mike Newman
On Wed, 4 Feb 2009 13:21:24 +0100 Carsten Dominik domi...@science.uva.nl wrote: Hi Mike, On Feb 3, 2009, at 12:20 AM, Mike Newman wrote: (setq org-tags-column -77) For the past few months, I have been using org-mode in conjunction with Visual Line mode, a new feature of Emacs

Re: [Orgmode] org-publish error..

2009-02-04 Thread Sebastian Rose
Hi Madhu, do all the files and directories still exist? I saw this once and a file or directory was missing. Just an idea... Regards, Sebastian Madhu Rao bgm...@gmail.com writes: When I try to publish current file I get the error below. However, when I prompt for a project and

Re: [Orgmode] org-publish error..

2009-02-04 Thread Richard Riley
Madhu Rao bgm...@gmail.com writes: When I try to publish current file I get the error below. However, when I prompt for a project and publish, that works all right. Publishing current file worked all right in earlier versions of org-mode. Now I am on 6.21. I don't know at which point this

Re: [Orgmode] org-publish error..

2009-02-04 Thread Sebastian Rose
Richard Riley rileyrg...@googlemail.com writes: On this subject, something I forgot to mention. When you publish a single file it does not publish it with the project style settings. It should do IMO. I dont publish using timestamps since many of my files are #include'd and so don't contribute

Re: [Orgmode] Installing on windows

2009-02-04 Thread Manish
On Wed, Feb 4, 2009 at 11:37 PM, Saurabh Agrawal wrote: Presently I have org-mode 6.16 installed, which came default with latest release of emacs win32. However, I just downloaded version 6.21b and tried to do as you said. However, org-version is still showing 6.16. Did you reboot Emacs? --

Re: [Orgmode] Installing on windows

2009-02-04 Thread Saurabh Agrawal
Did you reboot Emacs? Yup, that I sure did... Though, I would like to know if there is a way to re-load .emacs without restarting Emacs. Regards, Saurabh. -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

Re: [Orgmode] Installing on windows

2009-02-04 Thread Manish
On Thu, Feb 5, 2009 at 10:32 AM, Saurabh Agrawal wrote: Did you reboot Emacs? Yup, that I sure did... Can you mail the exact statement you used to add org-mode to .emacs please? Though, I would like to know if there is a way to re-load .emacs without restarting Emacs. M-x load-file RET

Re: [Orgmode] Installing on windows

2009-02-04 Thread Cameron Horsburgh
On Thu, Feb 05, 2009 at 10:44:53AM +0530, Manish wrote: On Thu, Feb 5, 2009 at 10:32 AM, Saurabh Agrawal wrote: Did you reboot Emacs? Yup, that I sure did... Can you mail the exact statement you used to add org-mode to .emacs please? Though, I would like to know if there is a

Re: [Orgmode] Installing on windows

2009-02-04 Thread Manish
On Thu, Feb 5, 2009 at 10:48 AM, Cameron Horsburgh wrote: On Thu, Feb 05, 2009 at 10:44:53AM +0530, Manish wrote: On Thu, Feb 5, 2009 at 10:32 AM, Saurabh Agrawal wrote: Did you reboot Emacs? Yup, that I sure did... Can you mail the exact statement you used to add org-mode to .emacs

Re: [Orgmode] Installing on windows

2009-02-04 Thread Cameron Horsburgh
On Thu, Feb 05, 2009 at 11:00:19AM +0530, Manish wrote: On Thu, Feb 5, 2009 at 10:48 AM, Cameron Horsburgh wrote: On Thu, Feb 05, 2009 at 10:44:53AM +0530, Manish wrote: On Thu, Feb 5, 2009 at 10:32 AM, Saurabh Agrawal wrote: Did you reboot Emacs? Yup, that I sure did... Can

Re: [Orgmode] Installing on windows

2009-02-04 Thread Manish
On Thu, Feb 5, 2009 at 11:41 AM, Cameron Horsburgh wrote: [...] M-x load-file RET enter-path-to-.emacs RET Will that unload variables that were previously loaded? I can see this being an issue, for example, if you've undeclared a variable in .emacs in order to return to a default value.