Re: [Orgmode] M-TAB completion of options in indirect buffers

2009-01-28 Thread Carsten Dominik
Fixed in 6.20, thanks. - Carsten On Jan 27, 2009, at 5:31 PM, Shaun Johnson wrote: With Emacs 22.1.1 and Org-mode 6.17c if I am editing a subtree in an indirect buffer (via C-c C-x b) and try to complete an option (i.e. a line starting # +) then I get the following backtrace (bytecodes

[Orgmode] Release 6.20

2009-01-28 Thread Carsten Dominik
Enjoy! - Carsten Version 6.20 Details Support for simple TODO dependencies - John Wiegley's code for enforcing simple TODO dependencies has been integrated into Org-mode.

[Orgmode] Convert list to checkbox list

2009-01-28 Thread Daniel Clemente
Hi, I want a simple way to convert from this: - one - two - twone - twotwo - three to: - [ ] one - [ ] two - twone - twotwo - [ ] three Or even this, sometimes: - [ ] one - [ ] two - [ ] twone - [ ] twotwo - [ ] three Is there a function to do this conversion? Thanks,

[Orgmode]

2009-01-28 Thread Tim O'Callaghan
Latley i have been getting this error, and i cannot track it down. The closes i have come is to find out it's somewhere in the org mode startup, and it only occurs during the Xemacs startup, works fine for Emacs. I get this error: -- (1) (initialization/error) An

Re: [Orgmode]

2009-01-28 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jan 28, 2009, at 10:28 AM, Tim O'Callaghan wrote: Latley i have been getting this error, and i cannot track it down. The closes i have come is to find out it's somewhere in the org mode startup, and it only occurs during the Xemacs startup, works fine for Emacs. I

Re: [Orgmode] graphing from org-tables

2009-01-28 Thread Carsten Dominik
Hi Dan, I don't know anything about R, but this looks really interesting. Whenever you are ready, I will distribute this with Org. - Carsten On Jan 28, 2009, at 4:06 AM, Dan Davison wrote: On Mon, Jan 26, 2009 at 09:53:37AM +0100, Carsten Dominik wrote: ... (defun

[Orgmode] Emacs 23 (cvs), org-mode (git): Bad sexp

2009-01-28 Thread Jan Seeger
Hey List! I have just installed emacs23 and org-mode has a kink: I use sexp expressions in an org file to put my schedule in the agenda, like this: %%(diary-schedule 13 10 2008 7 2 2009 1) 10:15-12:00 TM1 MW2001 %%(diary-schedule 13 10 2008 7 2 2009 1) 12:15-13:00 CAD+MZ MW2001

Re: [Orgmode] Emacs 23 (cvs), org-mode (git): Bad sexp

2009-01-28 Thread Carsten Dominik
Looks like the function diary-schedule is defined in some package that des not get loaded in time for creating the agenda. But when you try for the second time, it is loaded. - Carsten On Jan 28, 2009, at 11:42 AM, Jan Seeger wrote: Hey List! I have just installed emacs23 and org-mode has a

Re: [Orgmode] Emacs 23 (cvs), org-mode (git): Bad sexp

2009-01-28 Thread Jan Seeger
At Wed, 28 Jan 2009 12:00:56 +0100, Carsten Dominik wrote: Looks like the function diary-schedule is defined in some package that des not get loaded in time for creating the agenda. But when you try for the second time, it is loaded. I tried require'ing diary-lib before loading org-mode, but

Re: [Orgmode] Emacs 23 (cvs), org-mode (git): Bad sexp

2009-01-28 Thread Carsten Dominik
On Jan 28, 2009, at 12:09 PM, Jan Seeger wrote: At Wed, 28 Jan 2009 12:00:56 +0100, Carsten Dominik wrote: Looks like the function diary-schedule is defined in some package that des not get loaded in time for creating the agenda. But when you try for the second time, it is loaded. I tried

Re: [Orgmode] Convert list to checkbox list

2009-01-28 Thread Carsten Dominik
In 6.20a, `C-c C-x C-b' does this now. - Carsten On Jan 28, 2009, at 9:58 AM, Daniel Clemente wrote: Hi, I want a simple way to convert from this: - one - two - twone - twotwo - three to: - [ ] one - [ ] two - twone - twotwo - [ ] three Or even this, sometimes: - [ ] one - [ ]

[Orgmode] org-agenda-todo-ignore-scheduled no longer working

2009-01-28 Thread Paul Mead
Hi, I've had the above set for many versions now, but it suddenly seems to have stopped working. I don't know whether it's only since I downloaded 6.20 this morning, but I haven't noticed it before. All TODOs, even those with scheduled dates are appearing in the global TODO list. Paul

Re: [Orgmode] org-agenda-todo-ignore-scheduled no longer working

2009-01-28 Thread Carsten Dominik
Sorry about that, little hickup, fixed. - Carsten On Jan 28, 2009, at 2:12 PM, Paul Mead wrote: Hi, I've had the above set for many versions now, but it suddenly seems to have stopped working. I don't know whether it's only since I downloaded 6.20 this morning, but I haven't noticed it

[Orgmode] Re: org-agenda-todo-ignore-scheduled no longer working

2009-01-28 Thread Paul Mead
Carsten Dominik domi...@science.uva.nl writes: Sorry about that, little hickup, fixed. - Carsten On Jan 28, 2009, at 2:12 PM, Paul Mead wrote: Hi, I've had the above set for many versions now, but it suddenly seems to have stopped working. I don't know whether it's only since I

[Orgmode] only one [/] or [%]?

2009-01-28 Thread Richard KLINDA
Hi, I have noticed that you can only have one [/] or [%] in a headline. Like in: , | * TODO [/] [%] foo | - [ ] a | - [ ] b ` Only the [%] will be updated. In an older version of org I used to use both in the same headline and it worked. Is there some reason for this regression?

Re: [Orgmode] only one [/] or [%]?

2009-01-28 Thread Carsten Dominik
On Jan 28, 2009, at 4:57 PM, Richard KLINDA wrote: Hi, I have noticed that you can only have one [/] or [%] in a headline. Like in: , | * TODO [/] [%] foo | - [ ] a | - [ ] b ` Only the [%] will be updated. In an older version of org I used to use both in the same headline

[Orgmode] Re: Highlight current date in agenda buffer

2009-01-28 Thread chunhui
Bernt Hansen bernt at norang.ca writes: I have the following in my .emacs (add-hook 'org-agenda-mode-hook '(lambda () (hl-line-mode 1))) It is very nice.thanks. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to

[Orgmode] Choosing columns in clock report blocks?

2009-01-28 Thread Oliver Charles
Hello, I'm now using org-mode to clock my work (much more organised than my adhoc approach before!) -- and will be sending the generated reports to my client (we have a very informal relationship -- so these will be adequate). However, I'd like to trim the cruft off them, and display just the

[Orgmode] Re: Choosing columns in clock report blocks?

2009-01-28 Thread Bernt Hansen
Oliver Charles oliver.g.char...@googlemail.com writes: Hello, I'm now using org-mode to clock my work (much more organised than my adhoc approach before!) -- and will be sending the generated reports to my client (we have a very informal relationship -- so these will be adequate).

Re: [Orgmode] Footnotes and R output when exporting to HTML or Latex

2009-01-28 Thread Dan Davison
On Wed, Jan 21, 2009 at 03:39:36PM +, Graham Smith wrote: Mmmm, so busy concerened about the graphics I didn't realise I had such a major issue with footnotes. I am pasting R output into an org file which comes in like: names(gq3hazard) [1] H1aH1bH1cH2aH2bH2c

[Orgmode] filtering timeline view

2009-01-28 Thread Ilya Shlyakhter
Is it possible to filter the timeline view (agenda) by tag and/or by headline regexp? I use orgmode for a research notebook, where the outline organizes ideas on various projects and sub-projects. I put timestamps into entries when I work on them, so that I can use the Timeline agenda view to