[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 ma

[Orgmode] org-mode font-locking clobbers the rear-nonsticky text property; for other modes it doesn't

2007-10-03 Thread Tom Weissmann
I am trying to work out why font-lock for Org-mode changes the rear-nonsticky property of text I insert, while it doesn't do it for other modes. For example: (with-current-buffer (get-buffer-create "foo") (insert (propertize ";;Try adding text after this ->" 'read-onl

[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] Only one org-open-at-point at a time?

2007-10-03 Thread Simon Guest
Hi, I'm using org-mode 5.10b on Debian GNU/Linux. The first time I follow a hyperlink to a PDF file, using C-c C-o, it works fine, and opens up the PDF file in the PDF reader specified in /etc/mailcap, kpdf in my case. If I leave that running, and try to follow another link to another PDF file,

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

2007-10-03 Thread Bastien
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, which I can export to html like usual.

[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" m

[Orgmode] another GTD question from dto

2007-10-03 Thread David O'Toole
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 DONE. This didn't give enough information, so i

[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

[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 TOD

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

2007-10-03 Thread Bastien
pete phillips <[EMAIL PROTECTED]> writes: > However, I don't want any Scheduled items to appear (as these are not > appointments/dates as such). > > I currently use this: > > /usr/bin/emacs-snapshot -batch -l ~/.xemacs/init.el -eval "(setq > european-calendar-style nil diary-mail-days 7 diary-fi

[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) (write

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: http://orgmode.org

Re: [Orgmode] Only one org-open-at-point at a time?

2007-10-03 Thread Bastien
Simon Guest <[EMAIL PROTECTED]> writes: > If I leave that running, and try to follow another link to another PDF > file, I get told: A command is running. Kill it? (yes or no) This small patch let you start a new process when you open an external viewer from Org: diff -u /home/guerry/elisp/testi

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

[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] 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 al

[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 o

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 >

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

2007-10-03 Thread Bastien
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 same as if I used the above proce

[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 r

[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 loca

[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-WIN

[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 t

[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 happ

[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- 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 diff

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

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 Fi

[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- again it goes somewhere else... and again brings it >> back. > > I can't reproduce that. You might have gnomes on your computer.

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

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

[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 >>

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 disc

[Orgmode] Re: no running clock

2007-10-03 Thread Cezar
Bastien <[EMAIL PROTECTED]> writes: >> >> 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 clock, Org asks you whether > you want to c