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 1

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 ma

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-e

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 Org-mode

Re: [Orgmode] org-R tutorial on Worg

2009-02-04 Thread Carsten Dominik
On Feb 4, 2009, at 5:59 AM, Dan Davison wrote: Hi all, I've put a tutorial for org-R up on Worg: http://orgmode.org/worg/org-tutorials/org-R/org-R.php The most amazing thing for me as a package author is to see what kind of amazing stuff you never dreamed of someone will do with this.

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

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 6:28

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: (org-agenda-

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

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" a

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

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 tu

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 wrote: > I and many others would be grateful for a detailed step-by-step tutorial on > installing org-mode on windows. The basic i

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

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, 2

Re: [Orgmode] Installing on windows

2009-02-04 Thread Bill Raynor
As I mentioned, I was adding extra packages to Cygwin to get the makefile version to work. I added the compiler packages (gcc), cmake, and make. (just to make sure). That seemed to be what I need, as the "make, make-install, & make install-info" chant now works and I have a working version of 6.21

Re: [Orgmode] org-R tutorial on Worg

2009-02-04 Thread Graham Smith
I'm afraid I'm struggling again. How do I get Emacs/orgmode to recognise org-R. I have tried adding (require 'org-R) to my .emacs file And I have put org-R.el in both the \orgmode\lisp directory and the orgmode\contrib\lisp directories But I get an error: error: Required feature `org-R' was not

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 t

[Orgmode] Return on a task behaves like TAB

2009-02-04 Thread Bernt Hansen
Hi Carsten, 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. I usually work with my org-file partially folded

Re: [Orgmode] org-R tutorial on Worg

2009-02-04 Thread Dan Davison
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) (load "org-R") But perhaps what I should do is add (provide 'org-R) at the end of my code. I'm pretty new to elisp so not sure but I've added that now. I'm

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 "path\to\

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 repl

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

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

2009-02-04 Thread Bernt Hansen
Ed Hirgelt writes: > 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

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

2009-02-04 Thread Charles Sebold
I'm having trouble finding the specific diff where this would have changed, and I'm wondering if I've done this to myself, or if this is a bug? I jumped this morning from 6.20h (or maybe 6.20i, don't remember now) to latest, and I find that, in agenda view, to toggle a TODO task to DONE I have to

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 qui

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 wrote: > I'm having trouble finding the specific diff where this would have > cha

[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 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 23, and

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 writes: > When I try to "publish current file" I get the error below. > However, when I prompt for a project and publish, that > wor

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

2009-02-04 Thread Carsten Dominik
I think this is caused by the new default for `org-return-follows-link', maybe some interaction with org-mouse which activates the stars for the mouse. I am reverting the change to switch to this default until I have a more robust implementation. - Carsten On Feb 4, 2009, at 7:52 PM, Bern

Re: [Orgmode] org-publish error..

2009-02-04 Thread Richard Riley
Madhu Rao 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 changed o

Re: [Orgmode] org-publish error..

2009-02-04 Thread Sebastian Rose
Richard Riley 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 to timestamp changes

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 rep

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-

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

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 o

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

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