Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Carsten Dominik
On Jan 12, 2010, at 1:33 AM, Chris Randle wrote: Hi Carsten et al. Carsten Dominik wrote: Same here, you need to set this variable *before* org.el gets loaded - I am suspecting that you are setting it after? This is kind of tricky. Variable settings should therefore *before* any require

[Orgmode] external program choices?

2010-01-11 Thread Matt Price
this seems like a stupid question, but how do I control what programs org uses when it launches an exported file in an external viewer? I keep getting galeon for html, okular for pdf, which on my system are two buggy programs I otherwise never use. They don't get launched by, say, nautilus or fir

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Chris Randle
Hi Carsten et al. Carsten Dominik wrote: Same here, you need to set this variable *before* org.el gets loaded - I am suspecting that you are setting it after? This is kind of tricky. Variable settings should therefore *before* any require statements, and also the (load-file "~/.emacs.d

[Orgmode] New slant on the "Second tuesday of the month" problem

2010-01-11 Thread Daniel J. Sinder
The question of timestamps for events that occur based on the ordinal count of weeks in the month (e.g., "every second Tuesday of the month") has come up several times before. The bottom line is that a diary sexp has to be used, and I understand that. This is fine for, say, U.S. election days

Re: [orgmode] time-to-number-of-days

2010-01-11 Thread Eric Schulte
Adding (require 'time-date) to your .emacs should make the functions in time-date available... but it looks like the require statement above is called in org.el, so maybe try adding the more forceful (load "path/to/time-date.el") to your .emacs I'm not sure why the require statement in org

[orgmode] time-to-number-of-days

2010-01-11 Thread David Ellis
When I try to use column view in my org file (C-c C-x C-c), I get the following error: Symbol's function definition is void: time-to-number-of-days I looked at time-date.el and found the definition of time-to-number-of-days. I noticed that many of the functions in time-date.el have the followin

[Orgmode] Exporting Column view Estimate

2010-01-11 Thread Dustin Hoffman
I would like to export an estimate in column view via the text exporter. When I export the file now, none of the hour estimates or summation of estimates is displayed. Thanks, Dustin ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

[Orgmode] org-table and formulas

2010-01-11 Thread Alan Boudreault
Hi, Here's what I'm trying to do (without success) in my spreadsheet: I have a first table : #+TBLNAME: table1 | ... |... | |...|... and a second table: #+TBLNAME: table2 | line_reference | ... |... | |...|... The line_reference is the line number to get some information in the tabl

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Carsten Dominik
On Jan 11, 2010, at 5:01 PM, Giovanni Ridolfi wrote: David Maus writes: At Mon, 11 Jan 2010 15:08:08 +0100, Giovanni Ridolfi wrote: Giovanni Ridolfi writes: Carsten Dominik writes: Hi Chris, I am not able to reproduce this. I can reproduce it with the latest version: Org-mode version 6

[Orgmode] [PATCH] bugfix in org-agenda-fix-displayed-tags

2010-01-11 Thread Stephan Schmitt
An error was thrown when all tags of a headline are hidden by org-agenda-hide-tags-regexp (in this case the function get-text-property got nil as third argument) --- lisp/org-agenda.el | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lisp/org-agenda.el b/li

[Orgmode] Re: Update ispell-dictionary to text language

2010-01-11 Thread Benjamin Andresen
Hey Sébastien, Sébastien Vauban writes: > Hello, > > Here my proposal (and my very first self-written chunk of ELisp code) for > switching to the right language for ispell, upon reading the contents of the > meta-tag `LANGUAGE'. I think using File Variables are better for this. For no particula

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Giovanni Ridolfi
David Maus writes: > At Mon, 11 Jan 2010 15:08:08 +0100, > Giovanni Ridolfi wrote: >> Giovanni Ridolfi writes: >> > Carsten Dominik writes: >> >> Hi Chris, I am not able to reproduce this. >> I can reproduce it with the latest version: >> Org-mode version 6.34 (trans 2010-01-12 15:00 CET) >> >

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread David Maus
At Mon, 11 Jan 2010 15:08:08 +0100, Giovanni Ridolfi wrote: > > Giovanni Ridolfi writes: > > > Carsten Dominik writes: > > > >> Hi Chris, I am not able to reproduce this. > > > I can reproduce it with the latest version: > > Org-mode version 6.34 (trans 2010-01-12 15:00 CET) > > GNU Emacs 23.1.1

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Giovanni Ridolfi
Giovanni Ridolfi writes: > Carsten Dominik writes: > >> Hi Chris, I am not able to reproduce this. > I can reproduce it with the latest version: Org-mode version 6.34 (trans 2010-01-12 15:00 CET) > GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON > Windows XP Pro SP3 Does

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Giovanni Ridolfi
Carsten Dominik writes: > Hi Chris, I am not able to reproduce this. I can reproduce it [beware, with 6.33trans 2010-01-08 version!] Carsten, I will update to 6.34trans in few minutes and post the results. Org-mode version 6.33trans (6.33trans) GNU Emacs 23.1.1 (i386-mingw-nt5.1.26

Re: [Orgmode] Re: The download links dont' work

2010-01-11 Thread Giovanni Ridolfi
Sébastien Vauban writes: > Hi all, > >> The download links for org-mode don't work. > > So does the link to the BEAMER_section ;-( > > http://orgmode.org/manual/Beamer-class-export#Beamer-class-export http://orgmode.org/manual/Beamer-class-export.html#Beamer-class-export missing ".html" che

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Carsten Dominik
Hi Chris, I am not able to reproduce this. these are blocked just fine for me, at least the first time I try. If I try again immediately, the entries do switch to other non-done states, but not to DONE. - Carsten On Jan 11, 2010, at 1:07 PM, Chris Randle wrote: Hi Carsten, I'm using Or

[Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Chris Randle
Hi Carsten, I'm using Org-mode 6.33f under GNU Emacs 22.1.1 and Windows XP Pro SP3. In one of my Org files, I have the line: #+TYP_TODO: TODO NEXT WAIT PROJ | DONE NODO But I find that, in the snippet below for example, tasks b and c are not dependency-blocked, i.e. I can switch them to DONE

[Orgmode] Update ispell-dictionary to text language

2010-01-11 Thread Sébastien Vauban
Hello, Here my proposal (and my very first self-written chunk of ELisp code) for switching to the right language for ispell, upon reading the contents of the meta-tag `LANGUAGE'. --8<---cut here---start->8--- (defun org-switch-language () "Switch language

Re: [Orgmode] Bug: "Not on a heading" seen on indenting headlines with an indented list as content [6.34]

2010-01-11 Thread Martin Pohlack
Hi Carsten and Matthew, I think the problem is related to mrd-org-smartwrap-mode, but I cannot further pinpoint it. Here is a small startup file for reproducing (init.mrd.el): -->8-->8-->8-->8-->8-- ; path to current org-mode here (add-to-list 'load

[Orgmode] Re: The download links dont' work

2010-01-11 Thread Sébastien Vauban
Hi all, > The download links for org-mode don't work. So does the link to the BEAMER_section ;-( http://orgmode.org/manual/Beamer-class-export#Beamer-class-export Best regards, Seb -- Sébastien Vauban ___ Emacs-orgmode mailing list Please use `

Re: [Orgmode] The download links dont' work

2010-01-11 Thread Carsten Dominik
On Jan 11, 2010, at 12:04 AM, Peter Smith wrote: Hi, The download links for org-mode don't work. It looks as if the version numbers are wrong (e.g. 3.34 instead of 6.34). Hi Peter, please refresh orgmode.org in your browser. - Carsten Kind regards Peter Smith Department of Manageme

[Orgmode] The download links dont' work

2010-01-11 Thread Peter Smith
Hi, The download links for org-mode don't work. It looks as if the version numbers are wrong (e.g. 3.34 instead of 6.34). Kind regards Peter Smith Department of Management and International Business The University of Auckland Business School, Private Bag 92019, AUCKLAND Email: p.sm...@aucklan

Re: [Orgmode] Bug: "Not on a heading" seen on indenting headlines with an indented list as content [6.34]

2010-01-11 Thread Carsten Dominik
Hi Martin, I am unable to reproduce this. Could you please try to create a minimal setup with a minimum configuration? Thanks. - Carsten On Jan 11, 2010, at 10:16 AM, Martin Pohlack wrote: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. Yo

[Orgmode] Bug: "Not on a heading" seen on indenting headlines with an indented list as content [6.34]

2010-01-11 Thread Martin Pohlack
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. --