[Orgmode] Re: Idea: Agenda Search publish?

2007-04-25 Thread Leo
- Carsten Dominik (2007-04-23) wrote:- > Would htmlize be enough to publish this, or do people have more fancy > ideas about how this should work? > > - Carsten I will give a wild guess. Can it be done like this, treat each line in agenda buffer as a heading and use the `export' function

[Orgmode] Re: Idea: Agenda Search publish?

2007-04-11 Thread Leo
On 2007-04-11, chris said: > Even taking the fancy publishing and timer stuff out of it, it would > be actually quite useful to be able just to export to html (or > whatever other target). For example, to produce printed context > lists for away-from-the-computer contexts. > > So

Re: [Orgmode] Re: Idea: Agenda Search publish?

2007-04-11 Thread chris
I guess (interactive "P") should be (interactive) only, and (org-todo-list 0) should be replaced by something like (org-todo-list "TODO") since 4.70. I really do need to learn better lisp, and, yes, my org-mode is quite out of date. Thanks for the tips! C. ___

Re: [Orgmode] Re: Idea: Agenda Search publish?

2007-04-11 Thread Bastien
chris <[EMAIL PROTECTED]> writes: > So, this is a function I use to htmlize the agenda buffer. Very basic, > but works for me to be able to see my TODOs away from my desktop > > (defun cw-print-agenda () > "htmlize org-mode's agenda"

Re: [Orgmode] Re: Idea: Agenda Search publish?

2007-04-11 Thread chris
On 05/04/07, Jason F. McBrayer <[EMAIL PROTECTED]> wrote: "David O'Toole" <[EMAIL PROTECTED]> writes: > I think this means being able to publish static HTML from the various > views given by the agenda. So for example you could set up a timer to > publish your agenda each day (assuming you run

Re: [Orgmode] Re: Idea: Agenda Search publish?

2007-04-05 Thread Jason F. McBrayer
"David O'Toole" <[EMAIL PROTECTED]> writes: > I think this means being able to publish static HTML from the various > views given by the agenda. So for example you could set up a timer to > publish your agenda each day (assuming you run emacs for months like I > do) and then if you are away from h

[Orgmode] Re: Idea: Agenda Search publish?

2007-04-05 Thread Tim O'Callaghan
Yes thats exactly what i meant. I know there is an ascii mechanism using emacs in batch mode mentioned in the manual, but it is only text, and i could not get it to work properly under Xemacs for windows. I see it as a kind of merge of agenda and publish. I have been playing with a cut/paste keyb

[Orgmode] Re: Idea: Agenda Search publish?

2007-04-05 Thread Leo
On 2007-04-05, David O'Toole said: > I think this means being able to publish static HTML from the > various views given by the agenda. Yes, that's it! > So for example you could set up a timer to publish your agenda each > day (assuming you run emacs for months like I do) and then if you > are

[Orgmode] Re: Idea: Agenda Search publish?

2007-04-05 Thread Leo
On 2007-04-05, Carsten Dominik said: >>> Yes, i also think that would be useful. >> >> I also like this. > > Obviously everyone except me understands exactly what Tim is > proposing. Would someone like to explain it to me :-) > > - Carsten This boils down to making org agenda buffers publish

Re: [Orgmode] Re: Idea: Agenda Search publish?

2007-04-05 Thread David O'Toole
I think this means being able to publish static HTML from the various views given by the agenda. So for example you could set up a timer to publish your agenda each day (assuming you run emacs for months like I do) and then if you are away from home, check your website to see the HTML agenda. Migh

Re: [Orgmode] Re: Idea: Agenda Search publish?

2007-04-05 Thread Carsten Dominik
On Apr 5, 2007, at 12:03, Leo wrote: On 2007-04-05, Bastien said: "Tim O'Callaghan" <[EMAIL PROTECTED]> writes: Hi, i have been playing with org-agenda-custom-commands, and it got me thinking. What about adding the generated searches as a publishable source? Yes, i also think that would

[Orgmode] Re: Idea: Agenda Search publish?

2007-04-05 Thread Leo
On 2007-04-05, Bastien said: > "Tim O'Callaghan" <[EMAIL PROTECTED]> writes: > >> Hi, i have been playing with org-agenda-custom-commands, and it got >> me thinking. >> >> What about adding the generated searches as a publishable source? > > Yes, i also think that would be useful. I also like thi