Re: [Orgmode] Re: Feature request: skip blocked lines in agenda view grid

2008-10-20 Thread Carsten Dominik
Hey Michael, you have just catapulted yourself onto the list of possible successors when I will quit as maintainer of Org... :-) Good work - I don't think it works completely yet, though. When I have * new one <2008-10-21 Tue 08:01-11:55> * new two <2008-10-21 Tue 13:59-14:55> Then I

Re: [Orgmode] save from column view of an agenda

2008-10-20 Thread Carsten Dominik
Sorry, I meant `C-x C-s'. - Carsten On Oct 20, 2008, at 5:53 PM, George Pearson wrote: On 20 Oct 2008 at 7:53, Carsten Dominik wrote: On Oct 17, 2008, at 4:54 PM, George Pearson wrote: One can save all org mode buffers from a agenda - it would be a nice feature if this were also available

[Orgmode] Re: How to use FILETAGS?

2008-10-20 Thread Carsten Dominik
Hmmm, this is different than changing the filter because it requires re-creating the clock table. Useful, but will not happen now :-( - Carsten On Oct 18, 2008, at 8:08 PM, Bernt Hansen wrote: Hi Carsten, Would it be possible to filter the data that creates the agenda clock table repor

Re: [Orgmode] Problem with 6.09a org-agenda-list

2008-10-20 Thread Carsten Dominik
Hi Bart, this is already fixed in GIT and will be in the upcoming 6.10 release. - Carsten On Oct 20, 2008, at 8:55 PM, Bart Parliman wrote: After upgrading from 6.02 to 6.09a on emacs 22.2 I'm having trouble running org-agenda-list and am seeing... Symbol's function definition is void: ad

Re: [Orgmode] bug or missing feature in undone repeating todos?

2008-10-20 Thread Carsten Dominik
In my agenda, his entry does show on Monday, as overdue for one day. - Carsten On Oct 20, 2008, at 11:20 PM, Wes Hardaker wrote: I have a bunch of todos that I like to do "about every other day" so I do this: * TODO foo SCHEDULED: <2008-10-17 Fri +2d> The problem comes when I missed the

Re: [Orgmode] bug or missing feature in undone repeating todos?

2008-10-20 Thread Manish
On Tue, Oct 21, 2008 at 2:50 AM, Wes Hardaker wrote: [snip] > > (Actually, while I'm at it is there a way to get it to autoskip 2 days > from today rather than 2 days from the date in the stamp?) http://orgmode.org/manual/Repeated-tasks.html#Repeated-tasks -- Manish __

[Orgmode] Re: Feature request: skip blocked lines in agenda view grid

2008-10-20 Thread Michael Ekstrand
Michael Ekstrand <[EMAIL PROTECTED]> writes: > I'd find it quite helpful in reviewing my agenda if there was an option > to skip displaying grid lines which happen in the middle of timed > appointments. Right now, I see the following: > > Saturday 18 October 2008 >8:00..

[Orgmode] Remove diary file when exit agenda.

2008-10-20 Thread anhnmncb
Agenda command `x' is to exit agenda, remove the agenda buffer and all buffers loaded by Emacs for the compilation of the agenda. I have set up org-agenda to include diary entry, but when I hit `x', the diary buffer isn't removed as expected, how to do it? __

Re: [Orgmode] Problem with 6.09a org-agenda-list

2008-10-20 Thread Samuel Wales
Not a clue, but adjoin probably is from the 'cl package. As a temporary workaround, you can do (require 'cl). It will do no harm. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.

[Orgmode] bug or missing feature in undone repeating todos?

2008-10-20 Thread Wes Hardaker
I have a bunch of todos that I like to do "about every other day" so I do this: * TODO foo SCHEDULED: <2008-10-17 Fri +2d> The problem comes when I missed the date on Friday and am looking at my agenda on Monday. I'd like it to show that I'm overdue on that instance of the task (since I d

[Orgmode] Re: Feature request: skip blocked lines in agenda view grid

2008-10-20 Thread Wes Hardaker
Hey, as long as we're shooting for the stars how about. No, I don't have the time to code it either... But I like to dream! Saturday, October 18, 2008 == 8:00 9:00 10:00 11:00 Work: 12:00 / Working at

[Orgmode] Problem with 6.09a org-agenda-list

2008-10-20 Thread Bart Parliman
After upgrading from 6.02 to 6.09a on emacs 22.2 I'm having trouble running org-agenda-list and am seeing... Symbol's function definition is void: adjoin As far as I can tell, the agenda appears complete. FWIW, my lisp knowledge is weak. It looks like the symbol is defined in the common li

[Orgmode] Enhancement request : publish page limits

2008-10-20 Thread Richard Riley
I didn't spot anything in the manual, but it would be nice if publish automatically split large published org files into multiple html files based on a "num entries per page" setting. This would then effectively work as a handy blogging client IMO (ok no replies etc). Clearly it would need to ren

Re: [Orgmode] save from column view of an agenda

2008-10-20 Thread George Pearson
On 20 Oct 2008 at 7:53, Carsten Dominik wrote: > On Oct 17, 2008, at 4:54 PM, George Pearson wrote: > > > One can save all org mode buffers from a agenda - it would be a nice > > feature if this were also available from the column view of an agenda. > > It is, with `C-c C-s', which is a backup b

Re: [Orgmode] [PATCH] Allow storing clock status between emacs sessions.

2008-10-20 Thread Helge Gudmundsen
Thanks for this one! -- helge ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] HTML-export: arbitrary target directories when using setup files

2008-10-20 Thread Sebastian Rose
Hi Carsten, when dropping the #+SETUPFILE again in favour of a 'normal' header, #+OPTIONS: TeX:t LaTeX:nil leads to an 'wrong type argument: stringp nil' error And, recursive export doesn't work either. Source: |-- Brain | |-- Brainstorming.org | `-- ist_Kreativitaet_erlernbar.org |-- D

Re: [Orgmode] Feature request: skip blocked lines in agenda view grid

2008-10-20 Thread Chris McMahan
Might I suggest a format similar to the one that the Cal-desk package generates.. http://www.emacswiki.org/emacs/cal-desk-calendar.el I don't have the lisp skill to take this on, but I would certainly like to see this functionality in the agenda view! A modified version of your appointments might

Re: [Orgmode] Feature request: skip blocked lines in agenda view grid

2008-10-20 Thread Carsten Dominik
Hi Michael, more in general, a more graphic representation would be nice, but difficult. I don't have time for this, I am afraid. - Carsten On Oct 18, 2008, at 4:59 PM, Michael Ekstrand wrote: I'd find it quite helpful in reviewing my agenda if there was an option to skip displaying gr

Re: [Orgmode] HTML-export: arbitrary target directories when using setup files

2008-10-20 Thread Carsten Dominik
Hi Sebastian, On Oct 18, 2008, at 8:44 PM, Sebastian Rose wrote: Hi, the HTML-export (recursive) behaves strange. Files go to arbitrary directories (still under the publishing directory). It seems, the file names and path elements get mixed up when using the #+SETUPFILE option. This bug was

Re: [Orgmode] Found my problem with date-stamping

2008-10-20 Thread Carsten Dominik
Hi Robert, thank you for digging into the code and nailing this difficult bug. I have fixed it in GIT now, please confirm that it now works correctly. Thanks. - Carsten On Oct 13, 2008, at 10:10 PM, Robert Goldman wrote: I use C-u C-c C-t followed by "d" when I mark my tasks as DONE so that

Re: [Orgmode] filtering the weekly agenda

2008-10-20 Thread Carsten Dominik
On Oct 15, 2008, at 8:49 PM, George Pearson wrote: OK, I now have a way to do this. I searched this list again with different search terms and found a posting that I had not seen before. This gave me the idea of using a second org file, into which I would put my recurring tasks. I've no

Re: [Orgmode] save from column view of an agenda

2008-10-20 Thread Carsten Dominik
On Oct 17, 2008, at 4:54 PM, George Pearson wrote: One can save all org mode buffers from a agenda - it would be a nice feature if this were also available from the column view of an agenda. It is, with `C-c C-s', which is a backup binding for `s' that always works in the agenda, also with

Re: [Orgmode] category in column view?

2008-10-20 Thread Carsten Dominik
Hi George, you can now use a %CATEGORY field in column view. - Carsten On Oct 17, 2008, at 4:31 PM, George Pearson wrote: On 17 Oct 2008 at 15:47, Carsten Dominik wrote: On Oct 16, 2008, at 10:23 PM, George Pearson wrote: Is there a way to display a category column in column view? No, t

Re: [Orgmode] latex and org-mode

2008-10-20 Thread Carsten Dominik
Hi Daniel, On Oct 20, 2008, at 2:39 AM, Daniel M German wrote: hi everybody, I am also a long time user of Latex (16 years). I use it mainly to author scientific papers. i followed the discussion about trying to export org files to latex files. I am also currently drafting in org (using late

Re: [Orgmode] [PATCH] Bugfix in org-add-log-setup.

2008-10-20 Thread Carsten Dominik
Applied, thanks. - Carsten On Oct 19, 2008, at 6:22 PM, James TD Smith wrote: --- lisp/ChangeLog |6 ++ lisp/org.el|3 ++- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 35ce9c3..ad7c9fe 100755 --- a/lisp/ChangeLog +++ b/lisp/