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
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
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:
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,
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.
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
__
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
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
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
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
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
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
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
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
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
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
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
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"
_
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"
_
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
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
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
>
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
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
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
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
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
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
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
[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
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
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.
"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
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
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
>>
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
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
37 matches
Mail list logo