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

2011-04-08 Thread Ethan Ligon
Nic- Sent this to the list earlier; should have cc'd you. Thanks again for your help! -Ethan -- After some very helpful corrections and suggestions from Nic, I'd like to propose the following patch, which addresses a prob

Re: [O] org-mac-protocol usage under Snow Leopard ?

2011-04-08 Thread Harold Klingsporn
On Sun, Mar 13, 2011 at 9:22 AM, Urs Rau (UK) wrote: > Gents, > > Sorry to come back on this topic for the third time. But I have kept > bashing at it and even gone to IRC on freenode to try to get help, but I > think I need to re-state where I get stuck and then I will likely get > hundreds of a

[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 inlin

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| >

[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, wind

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

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

2011-04-08 Thread Eric S Fraga
John Hendy writes: > 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 t

[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

[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 - Thi

[O] Re: Bulk function documentation is missing

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

[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: t

[O] Re: Bulk function documentation is missing

2011-04-08 Thread Bernt Hansen
Puneeth Chaganti 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

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 wrote: > > On 8.4.2011, at 05:34, Bernt Hansen wrote: > > > "Filippo A. Salustri" writes: > > > >> Hi, > >> I'm thinking I might like to try some programming to do things to the

[O] Re: Bulk function documentation is missing

2011-04-08 Thread Bernt Hansen
Puneeth Chaganti 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 > [..] >> Could you please also provide documentation in org.texi with an example >> of how you

[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 [..] > Could you please also provide documentation in org.texi with an example > of how you use this? I have attached a patch t

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" 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 ho

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

2011-04-08 Thread Nick Dokos
Carsten Dominik 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 , | (expand-file-n

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

2011-04-08 Thread Bastien
Hi Giovanni, Giovanni Ridolfi 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 > variables it is not a 5'

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

2011-04-08 Thread Bastien
Hi Konrad, Konrad Hinsen 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 manual: , | From

Re: [O] manipulating the agenda from elisp?

2011-04-08 Thread Bastien
Hi Filippo, "Filippo A. Salustri" 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 over each item i

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

2011-04-08 Thread Bastien
Bernt Hansen 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

[O] Re: Bulk function documentation is missing

2011-04-08 Thread Bastien
Hi Bernt, Bernt Hansen 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 manual, maybe thro

Re: [O] Re: unicorn

2011-04-08 Thread Bastien
Nick Dokos 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 combination A4-pri

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

2011-04-08 Thread Bastien
Hi Mark, "Mark S" 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 is sti

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

2011-04-08 Thread Nick Dokos
Eric Schulte wrote: > Paul Sexton 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. > > > > I can understand yo

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

2011-04-08 Thread Giovanni Ridolfi
Bernt Hansen writes: Hi, Bernt, > Giovanni Ridolfi writes: > >> Bernt Hansen writes: >> > > 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 to clock in the last task and if I leave the captur

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

2011-04-08 Thread Eric Schulte
Hi Paul, Paul Sexton 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 `org-confirm-babel-eval

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

2011-04-08 Thread Matt Lundin
Sean Whitton 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 section of my .o

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

2011-04-08 Thread Bernt Hansen
Giovanni Ridolfi writes: > Bernt Hansen writes: > > Hi Bernt, >> Giovanni Ridolfi writes: >> >>> I think I found a bug with the option ":clock-keep" >>> > > >>> (setq org-capture-templates (quote (("t" "todo" entry (file "c:/Documents >>> and Settings/my-path/a.org") "* TODO %? >>> %U >>> %a

[O] Re: Re: Images in included files

2011-04-08 Thread johngtait
Okay... I'm no coder but the relevant html seems to be: align="center" alt="./images/threearrows.png" /> Buried services suite The source Org file is called (in Windows) \site\Experimental-manuals\Manual1.org Where folder "site" contains all the files. Manual1.org calls a dozen #+INCLUDEd

[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 ar

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

2011-04-08 Thread Nicolas Goaziou
Hello, Ethan Ligon writes: > Nicolas Goaziou gmail.com> writes: >> > Ethan Ligon 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 the latex-export > behavi

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 wrote: > Filippo A. Salustri wrote: > > > That's a good start! Thanks! > > Cheers. > > Fil > > > > On 7 April 2011 23:34, Bernt Hansen wrote: > > > > "Filippo A. Salustri

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

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

[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

[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 Essa

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

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] [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 wrote: > >> Hi, >> It seems that >> >> , >> | #+BEGIN_COMMENT >> | ... >> | #+END_COMMENT >> ` >> >> Might be broken in Org-mode 7.5. According to the manual, >> >> , >> | Finally, re

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 >