Re: [Orgmode] Latex export, unnumbered sections

2009-01-26 Thread Carsten Dominik
On Jan 25, 2009, at 4:50 PM, Nicolas Goaziou wrote: Hello, I'm running into some kind of problem with my export as latex and process as pdf setup. I would like to have all my headings numbered but a few ones. Sadly, I don't know about any mean to specify individually what header should be

Re: [Orgmode] Remind functionality?

2009-01-26 Thread Carsten Dominik
On Jan 26, 2009, at 12:32 AM, Nicholas S-A wrote: Hi, * Carsten Dominik domi...@science.uva.nl [2009-01-25 22:17:16 +0100]: It is unlikely that this can be make faster in a significant way. Why is it a problem Even if it takes 10 seconds? Ah, I see, you do this in every new

Re: [Orgmode] Re: Org-Mode in Windows

2009-01-26 Thread Manager Leader
Hi Manish, Thank you for your reply. I tried what you said: (add-to-list 'load-path C:/path/to/org-mode/lisp) (require 'org-install) (add-to-list 'auto-mode-alist '(\\.org$ . org-mode)) (global-set-key \C-ca 'org-agenda) But I had to create a .emacs file (.emacs filename and no extension -

Re: [Orgmode] Re: Org-Mode in Windows

2009-01-26 Thread Manager Leader
Hi David, Thank you for your reply. I downloaded emacs from: http://ftp.gnu.org/gnu/emacs/windows/ and the file I got is emacs-22.3-bin-i386.zip When I did as you said C-x C-f and enter, I get this file list: c:/emacs/bin: total used in directory 14253 available 6281388 drwxrwxrwx 1

Re: [Orgmode] Remind functionality?

2009-01-26 Thread Sebastian Rose
Hi Nicolas, how about using a control file like this(untested): agenda_control_files=~/.emacs.d/agenda_on_login todays_agenda_file=${agenda_control_files}/$(date -I) if [ -f $todays_agenda_file ]; then echo Agenda was shown on a previous login today. # You could also `cat' the control

Re: [Orgmode] footnote questions

2009-01-26 Thread Scot Becker
For LaTeX export, you can simply write \par to create a new paragraph inside a footnote. Super. Scot ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] Latex export, unnumbered sections

2009-01-26 Thread Scot Becker
I'm a new org user, but I've read the LaTeX export stuff pretty carefully, and In don't think there is any native org-mode syntax that would allows control over the numbering of an individual line. However, if you know what level these unnumbered headings will be exported at, you may be able to

Re: [Orgmode] Please test 6.19a

2009-01-26 Thread Carsten Dominik
On Jan 25, 2009, at 11:50 PM, Christopher Suckling wrote: On 25 Jan 2009, at 16:06, Carsten Dominik wrote: I just uploaded org 6.19a into Emacs CVS, so that it can still be part of the Emacs 23.1 pretest and release. Please test the latest release and let me know as soon as possible if

Re: [Orgmode] Remind functionality?

2009-01-26 Thread Oliver Charles
On Mon, Jan 26, 2009 at 05:36:55AM +0100, Carsten Dominik wrote: On Jan 26, 2009, at 12:32 AM, Nicholas S-A wrote: Hi, * Carsten Dominik domi...@science.uva.nl [2009-01-25 22:17:16 +0100]: It is unlikely that this can be make faster in a significant way. Why is it a problem Even

[Orgmode] Re: Latex export, unnumbered sections

2009-01-26 Thread Bernt Hansen
Nicolas Goaziou n.goaz...@neuf.fr writes: I'm running into some kind of problem with my export as latex and process as pdf setup. I would like to have all my headings numbered but a few ones. Sadly, I don't know about any mean to specify individually what header should be exported as starred

Re: [Orgmode] Problem with org-batch-agenda

2009-01-26 Thread Mark Elston
Carsten, Thanks. The quoting was the problem. I changed the line from what I had below to: c:\emacs-22.3\bin\emacs.exe -batch -l ~/_emacs_org -eval \ (org-batch-agenda \S\) and it now works like I expect. Perhaps there should be somewhere to deal with some of these platform specific

Re: [Orgmode] graphing from org-tables

2009-01-26 Thread Carsten Dominik
On Jan 23, 2009, at 8:30 AM, Carsten Dominik wrote: On Jan 23, 2009, at 2:37 AM, Eric Schulte wrote: Dan Davison davi...@stats.ox.ac.uk writes: On Mon, Dec 22, 2008 at 12:00:14PM -0500, Eric Schulte wrote: Hi Dan, ... 2) Also interesting is the idea of referencing a table from a

Re: [Orgmode] Remind functionality?

2009-01-26 Thread Taru Karttunen
On 25.01 18:32, Nicholas S-A wrote: So, the way I currently use remind is run it as remind ~/.remind in my .bash_profile. It reminds me of deadlines and events at any login shell, so that I don't forget about them (and also so they are fast to access). This works well, as it is quick to load

[Orgmode] Using SCHEDULED to indicate task start date

2009-01-26 Thread Nick Bell
Dear org-mode users and developers, [Using 6.17 here.] SCHEDULED nicely hides TODOs from agenda views until on/after the SCHEDULED date. I'd like to hide TODOs whose SCHEDULED date is in the future from the global todo list (C-c a t) . 'Org Agenda Todo Ignore Scheduled' option hides all

Re: [Orgmode] Remind functionality?

2009-01-26 Thread Nicholas S-A
Hi, * Taru Karttunen tar...@taruti.net [2009-01-26 10:31:50 +0200]: How about having a cron job that creates a ~/.org-remind-me file from agenda every 15 minutes? And just cat that in the .bash_profile? I ended up doing this, as it works quickly and is a minimum of work. Cron is such a great

Re: [Orgmode] Please test 6.19a

2009-01-26 Thread Christopher Suckling
On 26 Jan 2009, at 07:24, Carsten Dominik wrote: On Jan 25, 2009, at 11:50 PM, Christopher Suckling wrote: On 25 Jan 2009, at 16:06, Carsten Dominik wrote: I just uploaded org 6.19a into Emacs CVS, so that it can still be part of the Emacs 23.1 pretest and release. Please test the

Re: [Orgmode] Latex export, unnumbered sections

2009-01-26 Thread Nicolas Goaziou
Carsten Dominik domi...@science.uva.nl writes: There is no support for mixed numbered/unnumbered sections. And I don't really think want to put that in. Seems to me that this would be the point where you want to switch over to LaTeX itself. Indeed, org-mode doesn't aim at being a LaTeX

[Orgmode] A much simpler way of handling dependent tasks

2009-01-26 Thread John Wiegley
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 following scheme:

[Orgmode] Re: Using SCHEDULED to indicate task start date

2009-01-26 Thread Bernt Hansen
Nick Bell m...@nickbell.org writes: [Using 6.17 here.] SCHEDULED nicely hides TODOs from agenda views until on/after the SCHEDULED date. I'd like to hide TODOs whose SCHEDULED date is in the future from the global todo list (C-c a t) . 'Org Agenda Todo Ignore Scheduled' option hides all

[Orgmode] Re: Using SCHEDULED to indicate task start date

2009-01-26 Thread Nick Bell
Bernt Hansen wrote: No, the reason for using any of org-agenda-todo-ignore-scheduled org-agenda-todo-ignore-deadlines org-agenda-todo-ignore-with-date is to get those tasks off the global todo list. They show up in your agenda at the appropriate time and you don't need them in the

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

2009-01-26 Thread Oliver Charles
On Mon, Jan 26, 2009 at 05:16:17PM -0400, John Wiegley wrote: 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,

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

2009-01-26 Thread Jesse Alama
Oliver Charles oliver.g.char...@googlemail.com writes: On Mon, Jan 26, 2009 at 05:16:17PM -0400, John Wiegley wrote: 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

[Orgmode] Using SCHEDULED to indicate task start date

2009-01-26 Thread Robert Goldman
Date: Mon, 26 Jan 2009 16:45:03 + From: Nick Bell m...@nickbell.org Subject: [Orgmode] Using SCHEDULED to indicate task start date To: Emacs org-mode list emacs-orgmode@gnu.org Message-ID: 497de88f.4040...@nickbell.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Dear

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

2009-01-26 Thread John Wiegley
On Jan 26, 2009, at 5:16 PM, John Wiegley wrote: The attached file, confusingly named org-depends.el, implements the following scheme: I found a bug which would cause a Lisp error when trying to change the state of top-level TODO items. The attached version (now 1.0) fixes this. John

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

2009-01-26 Thread Carsten Dominik
On Jan 27, 2009, at 2:18 AM, Jesse Alama wrote: Oliver Charles oliver.g.char...@googlemail.com writes: On Mon, Jan 26, 2009 at 05:16:17PM -0400, John Wiegley wrote: 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

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

2009-01-26 Thread Carsten Dominik
Do you think it makes sense to integrate this code into org-depend.el? - Carsten On Jan 26, 2009, at 10:16 PM, John Wiegley wrote: 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

Re: [Orgmode] Please test 6.19a

2009-01-26 Thread Carsten Dominik
On Jan 26, 2009, at 8:20 PM, Christopher Suckling wrote: On 26 Jan 2009, at 07:24, Carsten Dominik wrote: On Jan 25, 2009, at 11:50 PM, Christopher Suckling wrote: On 25 Jan 2009, at 16:06, Carsten Dominik wrote: I just uploaded org 6.19a into Emacs CVS, so that it can still be part

Re: [Orgmode] Problem with org-batch-agenda

2009-01-26 Thread Carsten Dominik
I guess this would be a good FAQ entry. Would you like to write one? - Carsten On Jan 26, 2009, at 7:39 PM, Mark Elston wrote: Carsten, Thanks. The quoting was the problem. I changed the line from what I had below to: c:\emacs-22.3\bin\emacs.exe -batch -l ~/_emacs_org -eval \

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

2009-01-26 Thread John Wiegley
On Jan 27, 2009, at 2:47 AM, Carsten Dominik wrote: Do you think it makes sense to integrate this code into org-depend.el? Actually, I don't, since it's a completely different approach. org- depend.el as it stands now is based on a programmatic methodology, which more complex blocking

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

2009-01-26 Thread Carsten Dominik
Hi John, I realize now that you do not make use of the code in org-depend.el at all, which is what I thought at first. Two options: - I can add the file, but then under a different name - org-depend and org-depends are not different in the first 8 characters. - I can move the code to