[Orgmode] Re: export all linked images with a certain property or tag

2007-10-03 Thread Fabian Braennstroem
Bastien schrieb am 10/02/2007 10:47 PM: Fabian Braennstroem [EMAIL PROTECTED] writes: Sounds pretty good for me, but is it possible to insert all current agenda headlines into one buffer? In agenda view, you can use C-x C-w to export the view to HTML. This uses htmlize.el, so make sure

[Orgmode] batch printing of diary/agenda without Scheduled items

2007-10-03 Thread pete phillips
Hi I want to print out my agenda to share/email to colleagues - entries from the diary file and normal dates associated with things in angled brackets eg: 2007-10-01 10:30 However, I don't want any Scheduled items to appear (as these are not appointments/dates as such). I currently use this:

[Orgmode] no running clock

2007-10-03 Thread Cezar
Hello, I get this error/warning most of the time when trying to clock out. This is how my task looks like: ** DONE [#A] my task SCHEDULED: 2007-10-03 Wed CLOCK: [2007-10-03 Wed 10:36] [2007-10-02 Tue] Any idea why this happens ? Cheers, Cezar

Re: [Orgmode] FR: Using properties to customize global settings on a per-entry basis

2007-10-03 Thread Carsten Dominik
On Sep 29, 2007, at 5:50, John Wiegley wrote: I love using #+STARTUP: lognotestate for noting down when and why a task changes state. However, I have several tasks which recur daily, or once every two days. The size of these tasks is starting to get crazy, since there are empty DONE

[Orgmode] Re: export all linked images with a certain property or tag

2007-10-03 Thread Fabian Braennstroem
Bastien schrieb am 10/03/2007 12:24 PM: Fabian Braennstroem [EMAIL PROTECTED] writes: Sorry, I was not really clear... not the agenda view should be exported, but every visible tree should be included in one indirect buffer. Right now, 'b' shows the current-headline in an indirect buffer,

[Orgmode] Re: another GTD question from dto

2007-10-03 Thread Bernt Hansen
David O'Toole [EMAIL PROTECTED] writes: I've been in my new simple GTD system for about a week, and it feels very comfortable. Thanks again to Carsten and to the org-mode community. Now I see what was wrong with my previous uses of org-mode. I never used any keywords other than TODO and

[Orgmode] apparent bug in org-insert-link with active region

2007-10-03 Thread William Henney
Hi list If I call org-insert-link with the region active, then the region content is instantly deleted while I am prompted for the link. This is rather disconcerting, but for most link types the region content magically reappears as the default value of the description. However, for file: links

[Orgmode] Re: export all linked images with a certain property or tag

2007-10-03 Thread Fabian Braennstroem
It kind of works... (defun org-agenda-collect-indirect-trees () (interactive) (delete-file ~/org/agenda-indirect-buffer.org) ; LOOP (org-agenda-tree-to-indirect-buffer) (other-window 1) (mark-page) (write-region (point-min) (point-max) ~/org/agenda-indirect-buffer.org t)

Re: [Orgmode] batch printing of diary/agenda without Scheduled items

2007-10-03 Thread Bastien
Bastien [EMAIL PROTECTED] writes: , | (org-add-agenda-custom-command | '((X agenda |((org-agenda-skip-function | (lambda() (org-agenda-skip-entry-if 'scheduled 'deadline))) ` BTW, I forgot to mention the documentation for this:

Re: [Orgmode] no running clock

2007-10-03 Thread Bastien
Cezar [EMAIL PROTECTED] writes: I get this error/warning most of the time when trying to clock out. What error/warning message exactly? In what context are you clocking in/out? Did you insert an empty log when clocking out? I guess we need a bit more of context :) -- Bastien

Re: [Orgmode] Re: export all linked images with a certain property or tag

2007-10-03 Thread Bastien
Fabian Braennstroem [EMAIL PROTECTED] writes: but it needs some cosmetic like the looping over all existing agenda entries... I wouldn't call it cosmetic :) Can you provide a full example of what you want to do and what the function you provide actually does, step by step? When building the

[Orgmode] Re: no running clock

2007-10-03 Thread Bernt Hansen
Bastien [EMAIL PROTECTED] writes: Cezar [EMAIL PROTECTED] writes: I get this error/warning most of the time when trying to clock out. What error/warning message exactly? My guess would be the text in the subject line: no running clock ___

[Orgmode] Intermittent Font Face problem

2007-10-03 Thread Bernt Hansen
Hi Carsten, I'm sure this bug is going to be a pain to track down... :( I'm using multiple org files and I'm clocking time and jumping between the files for hours. Then for no reason I can determine the colour display of tasks breaks. When it's broken I get black tasks alternating instead of

[Orgmode] Wishlist - Function to get to and reveal the current clocking task

2007-10-03 Thread Bernt Hansen
I'm finding that I want to get back to my current clocking task frequently. My org files are fairly large and when I fold all the tasks the only way I know of to get back to the current clocking task is to display today's agenda, press 'l' to get a display of my clocked tasks, and put the cursor

Re: [Orgmode] FR: Using properties to customize global settings on a per-entry basis

2007-10-03 Thread John Wiegley
Carsten Dominik [EMAIL PROTECTED] writes: OK, how about a general mechanism like this: If there is a property :org-log-done:, it will be used instead of the current value of org-log-done during TODO state changeing, like * repetitive entry :PROPERTIES: :org-log-done: nil :END:

[Orgmode] Re: no running clock

2007-10-03 Thread Cezar
Bernt Hansen [EMAIL PROTECTED] writes: Bastien [EMAIL PROTECTED] writes: Cezar [EMAIL PROTECTED] writes: I get this error/warning most of the time when trying to clock out. What error/warning message exactly? My guess would be the text in the subject line: no running clock You are

[Orgmode] Re: Wishlist - Function to get to and reveal the current clocking task

2007-10-03 Thread Bernt Hansen
Bastien [EMAIL PROTECTED] writes: Bernt Hansen [EMAIL PROTECTED] writes: I'd love a function I could bind to a single key press to do this. I know org-clock-marker points at the current location I want to get to - I just don't know how to use it to get there and reveal the location the

[Orgmode] Re: Wishlist - Function to get to and reveal the current clocking task

2007-10-03 Thread Bastien
Bernt Hansen [EMAIL PROTECTED] writes: If I'm in another buffer it splits the window and displays the right stuff in the other buffer - I just need to close the current window. (defun org-goto-clocked-in-entry (optional delete-windows) Go to the currently clocked-in entry. If DELETE-WINDOWS

[Orgmode] Re: Wishlist - Function to get to and reveal the current clocking task

2007-10-03 Thread Bernt Hansen
Bastien [EMAIL PROTECTED] writes: Bernt Hansen [EMAIL PROTECTED] writes: If I'm in another buffer it splits the window and displays the right stuff in the other buffer - I just need to close the current window. (defun org-goto-clocked-in-entry (optional delete-windows) Go to the

[Orgmode] Re: no running clock

2007-10-03 Thread J. David Boyd
Cezar [EMAIL PROTECTED] writes: Hello, I get this error/warning most of the time when trying to clock out. This is how my task looks like: ** DONE [#A] my task SCHEDULED: 2007-10-03 Wed CLOCK: [2007-10-03 Wed 10:36] [2007-10-02 Tue] Any idea why this happens ? Cheers,

[Orgmode] Re: Wishlist - Function to get to and reveal the current clocking task

2007-10-03 Thread Bastien
Bernt Hansen [EMAIL PROTECTED] writes: Now the only weird thing it does is after going to the right place - if I hit C-M-f12 again it goes somewhere else... and again brings it back. I can't reproduce that. You might have gnomes on your computer. Or we both have, and mine just misbehave

Re: [Orgmode] Re: no running clock

2007-10-03 Thread Bastien
[EMAIL PROTECTED] (J. David Boyd) writes: Any idea why this happens ? Cheers, Cezar Are you exiting Emacs while the clock is started, then restarting Emacs, and attempting to clock out of an item? I have seen your error message when I do that. If you try to kill a buffer with a running

Re: [Orgmode] another GTD question from dto

2007-10-03 Thread Bastien
David O'Toole [EMAIL PROTECTED] writes: Without any indication which book the chapters are from. Can I fix this with properties or tags or categories or something? , | * Books | ** TODO Read Tractatus Logico-Philosophicus | :PROPERTIES: | :CATEGORY: TLP | :END: | | *** DONE Find

[Orgmode] Re: Wishlist - Function to get to and reveal the current clocking task

2007-10-03 Thread Bernt Hansen
Bastien [EMAIL PROTECTED] writes: Bernt Hansen [EMAIL PROTECTED] writes: Now the only weird thing it does is after going to the right place - if I hit C-M-f12 again it goes somewhere else... and again brings it back. I can't reproduce that. You might have gnomes on your computer. Or we

Re: [Orgmode] apparent bug in org-insert-link with active region

2007-10-03 Thread Bastien
William Henney [EMAIL PROTECTED] writes: If I call org-insert-link with the region active, then the region content is instantly deleted while I am prompted for the link. This is rather disconcerting, but for most link types the region content magically reappears as the default value of the

Re: [Orgmode] Re: Wishlist - Function to get to and reveal the current clocking task

2007-10-03 Thread Bastien
Bernt Hansen [EMAIL PROTECTED] writes: If I fold my buffer it works but if I show all of the buffer with C-c C-a then repeatedly run the new function it jumps back and forth between two points in the file (lines 335 and 365 for me - the clock marker is on line 365 - almost at the end of the

[Orgmode] Re: diary in agenda

2007-10-03 Thread Christian Egli
Hi Bastien [EMAIL PROTECTED] writes: Christian Egli [EMAIL PROTECTED] writes: Hm, I followed my own advice and set *-holidays to nil, but the holidays still show up in the agenda (so I guess you cannot disable holidays by tweaking these cars). Have to study the code some more as to how to

Re: [Orgmode] apparent bug in org-insert-link with active region

2007-10-03 Thread William Henney
Hi Bastien Thanks for looking into this. On 10/3/07, Bastien [EMAIL PROTECTED] wrote: William Henney [EMAIL PROTECTED] writes: If I call org-insert-link with the region active, then the region content is instantly deleted while I am prompted for the link. This is rather disconcerting,