Re: [O] xml statement in html and apache error

2011-04-07 Thread Richard Riley
Nick Dokos writes: > Richard Riley wrote: > >> >> I cant really give too many details or suggestions as to why it failed, >> but the default xml string at the top of export to html files was >> causing apache to fail. >> >> , >> | Parse error: syntax error, unexpected T_STRING in >> | /hom

[O] Re: Using orgmode to take "inline notes" for research

2011-04-07 Thread Sébastien Vauban
Hi Jeff, Jeff Horn wrote: > No problem. As a note for others searching on this, I'll just go ahead and > re-iterate that if you don't want a particular inline-task to be printed, > just add the :noexport: tag to the headline. Better to say it twice! > Sebastian, or others: One is able to add pro

[O] Bug: while cycling in properties [7.5 commit-4168fccdc7eab648d9c4517afe56765aaa1e9664]

2011-04-07 Thread Giovanni Ridolfi
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

[O] Custom agenda view for specific time intervals

2011-04-07 Thread Konrad Hinsen
Is there a way to create custom agenda views for specific time intervals, such as "May 2011" or "the month following the current month"? Interactively, I can create such a view using org-agenda-month-view, but I need to formulate this as a custom view to feed to mobile-org. Konrad.

Re: [O] Bug: :clock-keep...not kept [7.5 commit-078c01bf3b1742b1015fac9f5bab3a429505f3c6]

2011-04-07 Thread Giovanni Ridolfi
Hello everyone, I think I found a bug with the option ":clock-keep" :clock-keep' Keep the clock running when filing the captured entry. Emacs : GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO Package: Org-mode version 7.5 commit-4168fccdc7eab648d9c4517afe56765aaa1e9

[O] Re: export org file to html from command-line

2011-04-07 Thread Sean Davis
On Thu, Apr 7, 2011 at 1:12 AM, Jambunathan K wrote: > Sean Davis writes: > >> I would like to have a way to export a file to html from the >> command-line > > ,[ C-h f org-export-as-html-batch RET ] > | org-export-as-html-batch is a compiled Lisp function in `org-html.el'. > | > | (org-expor

[O] Re: Using orgmode to take "inline notes" for research

2011-04-07 Thread Nicolas Goaziou
Hello, Jeff Horn writes: > AFAIK, "inline-tasks" don't have to have headlines. For instance: > > ,[ org-inlinetask example ] > | *** NOTES > | Test note with a headline word. > | *** END > | > | *** > | Test note with blank headline. > | *** EN

[O] Re: [PATCH] Problem with html export of description list items

2011-04-07 Thread Nicolas Goaziou
Hello, Ethan Ligon writes: > Ethan Ligon are.berkeley.edu> writes: >> >> I've just stumbled across what I regard as a bug in the html export of >> description list items. >> >> The problem has to do with whether the specification of a description >> list includes a trailing space or not; i.e.

SOLVED Re: [O] Bug: while cycling in properties [7.5 commit-4168fcc]

2011-04-07 Thread Giovanni Ridolfi
Giovanni Ridolfi writes: > > Emacs : GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO > Package: Org-mode version 7.5 commit-4168fccdc7eab648d9c4517afe56765aaa1e9664 > > When cycling the values of a property in a :PROPERTIES: drawer with > Shift-"arrow right" > AND the proper

Re: [O] xml statement in html and apache error

2011-04-07 Thread Nick Dokos
Richard Riley wrote: > > Two machines, both with Debian Squeeze. > > , > | Server version: Apache/2.2.16 (Debian) > | Server built: Mar 22 2011 20:56:31 > ` > > > > > Nick > > > > PS. The exercise also uncovered an org bug but I'll post that as a > > separate message. > > > > Let me

[O] Bug: EOL needs to be converted to Unix for MobileOrg files [7.5 (release_7.5.147.g9ddc)]

2011-04-07 Thread Charles Sebold
Second attempt to send this patch. I primarily use Org-mode on Windows, and my org files mostly have DOS line endings. A while back a patch from me was accepted to convert the checksum file to Unix EOLs (and Richard updated the iOS app to be agnostic about it, I think, at the same time), which sa

Re: [O] Bug: datetree capture from agenda [7.5 (release_7.5.135.g7021f.dirty)]

2011-04-07 Thread Carsten Dominik
On 6.4.2011, at 12:50, Philip Rooke wrote: > Carsten Dominik writes: > > Thanks Carsten, > >> I can see that it might be nice to simply add some text >> under the date headline in a date tree, in order to build >> up a long journal entry from little snippets. > > Yes, this is exactly what I d

Re: [O] Re: Using orgmode to take "inline notes" for research

2011-04-07 Thread John Hendy
2011/4/7 Sébastien Vauban : > Hi Jeff, > > > This is my current config for nice styling: > > #+begin_src emacs-lisp > > #+end_src > > Customize to your own taste (and report back!)... I can't have something set up right. I was doubtful that I was going this source block thing right when Eric po

Re: [O] Re: Using orgmode to take "inline notes" for research

2011-04-07 Thread Jeff Horn
2011/4/7 John Hendy : > I can't have something set up right. I was doubtful that I was going > this source block thing right when Eric posted his suggestion for > notes in code blocks. So, I pasted this into my org-mode file and > evaluated it. Is that not what I'm supposed to do? At the top of the

Re: [O] Using orgmode to take "inline notes" for research

2011-04-07 Thread Eric S Fraga
John Hendy writes: [...] > > I like formats like this as well and have been "cheating" to do this > in LaTeX more or less like this: > > #+attr_latex: align=l|p{0.95\textwidth} > | \,| The text that I want quoted, which ends up looking good but > needs to be on one insanely long line of an org-m

[O] org-beamer: getting back to no indentation after a block

2011-04-07 Thread bozongo
I've just given a presentation using org-beamer and it worked really well. Thanks, guys! During preparation I ran into the problem described in the toy presentation below. I'm aware of why the second slide looks how it looks (the last line "belongs" to the block header). Still, I wonder if th

Re: [O] Using orgmode to take "inline notes" for research

2011-04-07 Thread John Hendy
On Thu, Apr 7, 2011 at 12:33 AM, Eric S Fraga wrote: > John Hendy writes: > > [...] > >> >> I like formats like this as well and have been "cheating" to do this >> in LaTeX more or less like this: >> >> #+attr_latex: align=l|p{0.95\textwidth} >> | \,| The text that I want quoted, which ends up lo

Re: [O] page break after TOC?

2011-04-07 Thread John Hendy
On Wed, Apr 6, 2011 at 1:11 AM, Nick Dokos wrote: > John Hendy wrote: > >> I'd like my page1 to be on a separate page from the TOC. How do I >> insert a pagebreak to do this? If I do it here: >> ,--- >> | * Section 1 >> | \newpage >> | test in section 1 >> `--- >> >> I get the TOC, then the Secti

Re: [O] xml statement in html and apache error

2011-04-07 Thread Nick Dokos
Nick Dokos wrote: > Richard Riley wrote: > > > > > Two machines, both with Debian Squeeze. > > > > , > > | Server version: Apache/2.2.16 (Debian) > > | Server built: Mar 22 2011 20:56:31 > > ` > > > > > > > > Nick > > > > > > PS. The exercise also uncovered an org bug but I'll post

[O] Non-stop capture?

2011-04-07 Thread Mark S
Hello! I have the emacs org-protocol setup to capture with a default template. But I still have to C-c C-c and then move back to the browser. Is there a way to make it so that as text is captured it is automatically and continuously sent to the capture location without interruption? Thank

[O] Re: Non-stop capture?

2011-04-07 Thread Marc-Oliver Ihm
Am 07.04.2011 21:40, schrieb Mark S: Hello! I have the emacs org-protocol setup to capture with a default template. But I still have to C-c C-c and then move back to the browser. Is there a way to make it so that as text is captured it is automatically and continuously sent to the capture locati

[O] Re: Non-stop capture?

2011-04-07 Thread Jambunathan K
"Mark S" writes: > Hello! > > I have the emacs org-protocol setup to capture with a default > template. But I still have to C-c C-c and then move back to the > browser. Is there a way to make it so that as text is captured it is > automatically and continuously sent to the capture location withou

[O] Re: Non-stop capture?

2011-04-07 Thread Richard Riley
Jambunathan K writes: > "Mark S" writes: > >> Hello! >> >> I have the emacs org-protocol setup to capture with a default >> template. But I still have to C-c C-c and then move back to the >> browser. Is there a way to make it so that as text is captured it is >> automatically and continuously se

[O] Re: unicorn

2011-04-07 Thread Nick Dokos
Christopher Suckling googlemail.com> writes: > > > On 27 Feb 2009, at 18:47, Russell Adams wrote: > > > In the spirit of Org, we need a folding unicorn! ;] > > http://www.pajarita.org/aep/pajaritas/pajarita3-4.pdf > > Best wishes, > > Christopher > > ___

[O] Making the output of %% functions linkable in agenda views

2011-04-07 Thread Sebold, Charles
Here's a test. Take the line below and put it in an agenda file, then view the agenda. %%(format "%s" (concat "[[elisp:(info)]" "[Link to info]]")) The results as I see them give me a link that I can mouse-click on, but I can't move point to it and hit C-c C-o. What do I need to do to make this

[O] Re: Non-stop capture?

2011-04-07 Thread Mark S
Hi Jambunathan, Thanks for pointing out :immediate-finish ! That had eluded my attention. With :immediate-finish setting, org-mode still grabs the focus away from the browser. So I still have to alt-tab back to the browser. I would really like an uninterrupted web-clipping experience. Also,

[O] Bug: No property change from ‘org-clock-sum’

2011-04-07 Thread Ben Finney
Howdy all, When I use ‘org-clock-sum’ in Org-mode version 7.4, nothing appears to happen: the items in the subtree are not updated and no ‘CLOCKSUM’ property appears. Org-mode version 7.4 GNU Emacs 23.2.1 (powerpc-unknown-linux-gnu, GTK+ Version 2.20.1) of 2010-12-12 on porpora, modified by Debia

[O] Re: [PATCH] Problem with html export of description list items

2011-04-07 Thread Ethan Ligon
Nic- Nicolas Goaziou gmail.com> writes: > > Ethan Ligon are.berkeley.edu> writes: > >> > >> I've just stumbled across what I regard as a bug in the html export of > >> description list items. > >> > >> The problem has to do with whether the specification of a description > >> list includes a t

[O] batch publish all, forcing. how?

2011-04-07 Thread lbmlist
I've been experimenting with: emacs23 --batch -l ~/.emacs -f org-publish-all to publish a total fresh version of my project, but it misses some files (an unchanging .css for example) I suspect the optional force (defun org-publish-all (&optional force)... might help, but I don't know lisp we

Re: [O] batch publish all, forcing. how?

2011-04-07 Thread Nick Dokos
lbml...@hethcote.com wrote: > > I've been experimenting with: > > emacs23 --batch -l ~/.emacs -f org-publish-all > > to publish a total fresh version of my project, but it misses some > files (an unchanging .css for example) > > I suspect the optional force (defun org-publish-all (&optional fo

[O] manipulating the agenda from elisp?

2011-04-07 Thread Filippo A. Salustri
Hi, I'm thinking I might like to try some programming to do things to the agenda from an elisp function. I tried 'apropos agenda' but I didn't really see the kind of thing I'm looking for. What I'm hoping is for some way to iterate over each item in the agenda, and be able to access the content of

[O] Re: Bug: :clock-keep...not kept [7.5 commit-078c01bf3b1742b1015fac9f5bab3a429505f3c6]

2011-04-07 Thread Bernt Hansen
Hi Giovanni, Giovanni Ridolfi writes: > I think I found a bug with the option ":clock-keep" > > :clock-keep' > Keep the clock running when filing the captured entry. > > Emacs : GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO > Package: Org-mode version 7.5 commit-4

Re: [O] batch publish all, forcing. how?

2011-04-07 Thread lbmlist
On Thu, 7 Apr 2011, Nick Dokos wrote: Add a function to your .emacs --8<---cut here---start->8--- (defun org-publish-all-force () (interactive) (org-publish-all t)) --8<---cut here---end--->8--- and call it instead

[O] Bulk function documentation is missing

2011-04-07 Thread Bernt Hansen
Hi Puneeth, I just ran across the new Bulk action feature which applies a function to the marked entries in the agenda. There is no documentation for this feature that I can find other than in the commit itself. This functionality was added by you in 5b1b94a (* org-agenda.el (org-agenda-bulk-act

[O] Re: manipulating the agenda from elisp?

2011-04-07 Thread Bernt Hansen
"Filippo A. Salustri" writes: > Hi, > I'm thinking I might like to try some programming to do things to the > agenda from an elisp function. > I tried 'apropos agenda' but I didn't really see the kind of thing > I'm looking for. > What I'm hoping is for some way to iterate over each item in the >

[O] Re: manipulating the agenda from elisp?

2011-04-07 Thread Filippo A. Salustri
That's a good start! Thanks! Cheers. Fil On 7 April 2011 23:34, Bernt Hansen wrote: > "Filippo A. Salustri" writes: > > > Hi, > > I'm thinking I might like to try some programming to do things to the > > agenda from an elisp function. > > I tried 'apropos agenda' but I didn't really see the ki

[O] [babel] By default, code blocks should not be evaluated during export

2011-04-07 Thread Paul Sexton
The default value of `org-export-babel-evaluate' is t. Having just crashed my Emacs session 5 times in a row trying to get a file containing a BEGIN_SRC emacs-lisp ... END_SRC *code example* to export to HTML... I strongly feel it should default to nil. I also feel that "executable code block"

Re: [O] Re: manipulating the agenda from elisp?

2011-04-07 Thread Nick Dokos
Filippo A. Salustri wrote: > That's a good start!  Thanks! > Cheers. > Fil > > On 7 April 2011 23:34, Bernt Hansen wrote: > > "Filippo A. Salustri" writes: > > > Hi, > > I'm thinking I might like to try some programming to do things to the > > agenda from an elisp function

Re: [O] [babel] By default, code blocks should not be evaluated during export

2011-04-07 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/04/11 06:23, Paul Sexton wrote: > The default value of `org-export-babel-evaluate' is t. > > Having just crashed my Emacs session 5 times in a row trying to get > a file containing a BEGIN_SRC emacs-lisp ... END_SRC *code example* > to export t