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

2011-04-08 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 to

Re: [O] [PATCH] European date format

2011-04-08 Thread Carsten Dominik
Applied, thanks. On Mar 4, 2011, at 6:56 PM, Jan Seeger wrote: Greetings! I was annoyed that org only read the bassackwards american date format, and implemented european date format matching. I hope it's correct, it seems to work for dates with and without year. Regards, Jan

Re: [O] [BUG] Did COMMENT break?

2011-04-08 Thread Carsten Dominik
I have applied the patch. - Carsten On Mar 14, 2011, at 1:48 AM, Nick Dokos wrote: Rasmus rasmus.p...@gmail.com wrote: Hi, It seems that , | #+BEGIN_COMMENT | ... | #+END_COMMENT ` Might be broken in Org-mode 7.5. According to the manual, , | Finally, regions

Re: [O] [BUG] bug in org-publish and a (wrong) patch

2011-04-08 Thread Carsten Dominik
Hi Nick, I have not looked closely, but maybe you can use (expand-file-name (file-name-directory filename)) to fix this patch? Not sure, I have not spent any time on it. - Carsten On Apr 7, 2011, at 7:11 AM, Nick Dokos wrote: org-publish-cache-ctime-of-src tries (but does not always

Re: [O] Macro expansion in included files

2011-04-08 Thread Carsten Dominik
Applied, thanks. - Carsten On Mar 14, 2011, at 11:01 PM, Benny Simonsen wrote: Hi Some time ago I was posting about a problem with macros in included files - they will not expand. Example with two files top.org and sub.org: macro in the included file sub.org isn't expanded during

[O] Difference between subtree-restricted export and 'publish enclosing subtree'

2011-04-08 Thread Sean Whitton
Dear all, I noticed the publish enclosing subtree command in the export dispatcher today and I can't make it work, nor can I see how it differs From publishing a subtree (and needless to say I can't seem to find any documentation). This is a section of my .org file: , | * STARTED Hume Essay

[O] Images in included files

2011-04-08 Thread John Tait
Hi I am trying to export html from an Org file A.org. The Org file is largly constructed from other Org files 1.org, 2.org, 3.org, etc. via #+INCLUDE:. These 1.org, 2.org, 3.org, etc. files have a number of images included. However the images aren't included in the export of A.org. What I think

[O] Re: SOLVED Bug: :clock-keep...not kept [7.5__078c01]

2011-04-08 Thread Giovanni Ridolfi
Bernt Hansen be...@norang.ca writes: Hi Bernt, Giovanni Ridolfi giovanni.rido...@yahoo.it writes: I think I found a bug with the option :clock-keep snip (setq org-capture-templates (quote ((t todo entry (file c:/Documents and Settings/my-path/a.org) * TODO %? %U %a :immediate-finish t

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

2011-04-08 Thread Filippo A. Salustri
Yup; I'd noticed those sections and noted them for future study. Thanks. Cheers. Fil On 8 April 2011 01:00, Nick Dokos nicholas.do...@hp.com wrote: Filippo A. Salustri salus...@ryerson.ca wrote: That's a good start! Thanks! Cheers. Fil On 7 April 2011 23:34, Bernt Hansen

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

2011-04-08 Thread Nicolas Goaziou
Hello, Ethan Ligon li...@are.berkeley.edu writes: Nicolas Goaziou n.goaziou at gmail.com writes: Ethan Ligon ligon at are.berkeley.edu writes: Your patch allows items like: - term ::description which are not valid for a description list. Thanks for correcting my misunderstanding of

[O] Re: Images in included files

2011-04-08 Thread Jambunathan K
John Hi   I am trying to export html from an Org file A.org. The Org file is largly constructed from other Org files 1.org, 2.org, 3.org, etc. via #+INCLUDE:. These 1.org, 2.org, 3.org, etc. files have a number of images included.   However the images aren't included in the export

[O] Re: Re: Images in included files

2011-04-08 Thread johngtait
Okay... I'm no coder but the relevant html seems to be: div id=fig:threearrows class=figure pimg src=./images/threearrows.png width=300 height=300 align=center alt=./images/threearrows.png //p pBuried services suite/p /div The source Org file is called (in Windows)

[O] Re: SOLVED Bug: :clock-keep...not kept [7.5__078c01]

2011-04-08 Thread Bernt Hansen
Giovanni Ridolfi giovanni.rido...@yahoo.it writes: Bernt Hansen be...@norang.ca writes: Hi Bernt, Giovanni Ridolfi giovanni.rido...@yahoo.it writes: I think I found a bug with the option :clock-keep snip (setq org-capture-templates (quote ((t todo entry (file c:/Documents and

[O] Re: Difference between subtree-restricted export and 'publish enclosing subtree'

2011-04-08 Thread Matt Lundin
Sean Whitton s...@silentflame.com writes: Dear all, I noticed the publish enclosing subtree command in the export dispatcher today and I can't make it work, nor can I see how it differs From publishing a subtree (and needless to say I can't seem to find any documentation). This is a

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

2011-04-08 Thread Eric Schulte
Hi Paul, Paul Sexton psex...@xnet.co.nz writes: The default value of `org-export-babel-evaluate' is t. The `org-export-babel-evaluate' is more of an external safety measure for people who don't want *any* code block evaluation ever and IMO could probably be removed as there is already

[O] Re: SOLVED Bug: :clock-keep...not kept [7.5__078c01]

2011-04-08 Thread Giovanni Ridolfi
Bernt Hansen be...@norang.ca writes: Hi, Bernt, Giovanni Ridolfi giovanni.rido...@yahoo.it writes: Bernt Hansen be...@norang.ca writes: snip I could change my templates to use :clock-keep in this situation but I'm not 100% convinced that I always do this. The F9-SPC is an optional step

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

2011-04-08 Thread Nick Dokos
Eric Schulte schulte.e...@gmail.com wrote: Paul Sexton psex...@xnet.co.nz writes: 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.

Re: [O] Re: Non-stop capture?

2011-04-08 Thread Bastien
Hi Mark, Mark S throa...@yahoo.com writes: Also, there is a strange message in the emacs status line on the bottom: Org-mode not loaded. I don't get this, since clearly org-mode *is* loaded. This message is indeed misleading. I changed it to Item captured (or remembered when the user

Re: [O] Re: unicorn

2011-04-08 Thread Bastien
Nick Dokos nicholas.do...@hp.com writes: I went looking for this one today and got a stale page, so I looked around a bit and found it at a slightly different URL: http://www.pajarita.biz/aep/pajaritas/pajarita3-4.pdf I would love to see such a paper unicorn for real! Who knows, a clever

[O] Re: Bulk function documentation is missing

2011-04-08 Thread Bastien
Hi Bernt, Bernt Hansen be...@norang.ca writes: 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. Look for org-agenda-bulk-* in the info

Re: [O] Re: SOLVED Bug: :clock-keep...not kept [7.5__078c01]

2011-04-08 Thread Bastien
Bernt Hansen be...@norang.ca writes: That's a little radical isn't it? The current problems you've shown are probably fixable. It is indeed fixed in the latest git version. Thanks to both for looking into this. Best, -- Bastien

Re: [O] manipulating the agenda from elisp?

2011-04-08 Thread Bastien
Hi Filippo, Filippo A. Salustri salus...@ryerson.ca writes: 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

Re: [O] Custom agenda view for specific time intervals

2011-04-08 Thread Bastien
Hi Konrad, Konrad Hinsen konrad.hin...@fastmail.net writes: Is there a way to create custom agenda views for specific time intervals, such as May 2011 or the month following the current month? A combination of `org-agenda-start-day' and `org-agenda-span' should do. See the example from the

[O] Re: SOLVED Bug: :clock-keep...not kept [7.5__078c01]

2011-04-08 Thread Bastien
Hi Giovanni, Giovanni Ridolfi giovanni.rido...@yahoo.it writes: However let me underline that Bastien tried to introduced :clock-keep and it does not work. :-( Yes, my bad. So I'm conviced that the proper interaction of the :clock-keep property with the rest of org-capture-finalize

Re: [O] [BUG] bug in org-publish and a (wrong) patch

2011-04-08 Thread Nick Dokos
Carsten Dominik carsten.domi...@gmail.com wrote: Hi Nick, I have not looked closely, but maybe you can use (expand-file-name (file-name-directory filename)) to fix this patch? Not sure, I have not spent any time on it. Almost but not quite: C-h v expand-file-name says ,

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

2011-04-08 Thread Carsten Dominik
On 8.4.2011, at 05:34, Bernt Hansen wrote: Filippo A. Salustri salus...@ryerson.ca 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

[O] Bulk function documentation is missing

2011-04-08 Thread Puneeth Chaganti
Hi, I'd sent it to Bernt alone, on the previous occasion. Re-sending to everyone. Sorry for the re-post, Bernt. Hi Bernt, On Fri, Apr 8, 2011 at 8:52 AM, Bernt Hansen be...@norang.ca [..] Could you please also provide documentation in org.texi with an example of how you use this? I have

[O] Re: Bulk function documentation is missing

2011-04-08 Thread Bernt Hansen
Puneeth Chaganti puncha...@gmail.com writes: I'd sent it to Bernt alone, on the previous occasion. Re-sending to everyone. Sorry for the re-post, Bernt. Hi Bernt, On Fri, Apr 8, 2011 at 8:52 AM, Bernt Hansen be...@norang.ca [..] Could you please also provide documentation in org.texi with

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

2011-04-08 Thread Filippo A. Salustri
Thanks to everyone for the hints and tips. It's much appreciated. Cheers. Fil On 8 April 2011 12:59, Carsten Dominik carsten.domi...@gmail.com wrote: On 8.4.2011, at 05:34, Bernt Hansen wrote: Filippo A. Salustri salus...@ryerson.ca writes: Hi, I'm thinking I might like to try some

[O] Re: Bulk function documentation is missing

2011-04-08 Thread Bernt Hansen
Puneeth Chaganti puncha...@gmail.com writes: I have attached a patch that documents this function. Please feel free to improve it. This patch looks good to me. Thanks Puneeth! Regards, Bernt

[Accepted] [O] Bulk function documentation is missing

2011-04-08 Thread Bastien Guerry
Patch 741 (http://patchwork.newartisans.com/patch/741/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3CBANLkTimyjyj%2BF8a%3DknRvFhK6HYRvR1ndVg%40mail.gmail.com%3E Here is the original message containing the patch: Content-Type:

[O] Re: Bulk function documentation is missing

2011-04-08 Thread Bastien
Puneeth Chaganti puncha...@gmail.com writes: I have attached a patch that documents this function. Please feel free to improve it. Applied, thanks! -- Bastien

[O] Re: [PATCH] Fix for html docbook export of description list items

2011-04-08 Thread Ethan Ligon
After some very helpful corrections and suggestions from Nic, I'd like to propose the following patch, which addresses a problem in the html and docbook export of description items. The problem is illustrated by the following example: #+begin_src org * Illustration of bug in html export -

[O] Recurring events with ranges broken

2011-04-08 Thread Philipp M.
In the recent org-mode realease something recurring ranges with timestamps are not properly recognized in the agenda. This wont work: 2011-04-07 Thu +1w--2011-04-20 Wed Things get even messier when timestamps are involved: 2011-04-07 Thu 17:30-18:40 +1w--2011-04-20 Wed The usual fix is to use a

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

2011-04-08 Thread Eric S Fraga
John Hendy jw.he...@gmail.com writes: On Thu, Apr 7, 2011 at 12:33 AM, Eric S Fraga e.fr...@ucl.ac.uk wrote: John Hendy jw.he...@gmail.com writes: [...] I like formats like this as well and have been cheating to do this in LaTeX more or less like this: #+attr_latex:

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

2011-04-08 Thread Eric S Fraga
bozo...@gmx.de writes: 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

[O] Fwd: Kedit-like ALL command for emacs

2011-04-08 Thread brian powell
Well, if that is what he wanted; then, suggest one of these: Mx query-replace and/or Mx query-replace-regexp --EMACS has the best/fastest regexp engine available for doing an Mx query-replace-regexp Because ELISP has a lot of functions optimized for editing files, using multiple buffers,

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

2011-04-08 Thread John Hendy
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-mode table| Is there a better way to

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

2011-04-08 Thread Sébastien Vauban
Hi John, John Hendy wrote: Something's still not right. This: -- * Top headline Some notes about this stuff to see how this custom export works! Some notes about this stuff to see how this custom export works! *** An inline section Here's some text inside an inline