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
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 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
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.
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
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 it's on your system.
See "Exporting to a fi
Bastien schrieb am 10/01/2007 11:50 PM:
> Fabian Braennstroem <[EMAIL PROTECTED]> writes:
>
>> Sounds good for me, maybe it would be good to add some kind off
>> 'comment-region', which will not be exported by default.
>
> Org already knows about comments. You can comment entire regions by
> sel
Fabian Braennstroem <[EMAIL PROTECTED]> writes:
> Sounds good for me, maybe it would be good to add some kind off
> 'comment-region', which will not be exported by default.
Org already knows about comments. You can comment entire regions by
selecting them, then pressing M-;. Whenever asked, enter
Hi Bastien,
Bastien schrieb am 10/01/2007 05:05 PM:
> Fabian Braennstroem <[EMAIL PROTECTED]> writes:
>
>> I am looking for a way to export linked images with a certain property
>> to html.
>
> More generally, we could implement a way to restrict the exported text
> to some headlines, given cert