[O] More on macros: Defined edebug-spec

2011-08-11 Thread David Maus
I just pushed a commit to master that adds edebug specifications to all macros defined by Org mode. With these specifications in place it is now possible to step through macros with edebug like a normal function call. Information about instrumenting macro calls can be found here: http://www.gnu.o

Re: [O] how to narrow Clock Total on repeating tasks?

2011-08-11 Thread Memnon Anon
Hi Michael, Michael Gilbert writes: > Basically, I'm just looking for a way to narrow the scope of the clock > total to the current iteration of task, in the context of the column > view of the agenda. Comparing effort to total doesn't make a lot of > sense if the former is an estimate per itera

Re: [O] capture question

2011-08-11 Thread Bernt Hansen
Mark Scala writes: > Hi,  > > I've been using capture for, among other things, capturing > interruptions to clocked tasks.  For this, I use something like the > following template: > > ("i" "interruption" entry (file "refile.org") "A TEMPLATE HERE" > :clock-in t :clock-resume t) > > One thing tha

Re: [O] [babel] Expertise in string manipulation available?

2011-08-11 Thread Sebastien Vauban
Hi Nick, Nick Dokos wrote: > Sebastien Vauban wrote: >> Hello, >> >> #+TITLE: String manipulation >> >> * Data >> >> #+tblname: list-of-couples >> | Me | @Here | >> | Myself and I | @There | >> >> * Successful outcome >> >> I expect the above table to be transformed to those l

Re: [O] [bug] org-inlinetask produces invalid xhtml

2011-08-11 Thread Jambunathan K
> What I think is that, for now, we just should keep the existing facility > and implement a working default template for HTML (and a new one for > ODT). I am attaching the patch and sample org/odt/doc/html files. I have used the css style suggested by Suvayu Ali for inlinetask (but with an yell

[O] Bug: Column view does not function properly in Agenda buffers [7.7]

2011-08-11 Thread Christian Schmidt
Hi, column-view gets confused in agenda buffers. Please try my minimal example: My example: === #+begin_src org * NEXTACTION [#B] Test:Tag: SCHEDULED: <2011-08-07 So> #+end_src My config: == #+begin_src emacs-lisp (setq org-columns-de

Re: [O] Bug: Column view in the agenda does not clean up ITEM [7.7]

2011-08-11 Thread Christian Schmidt
Hi Sebastien, I do not think, that you are of no help for me. Because you confirmed the behaviour that is bothering me. Thus it is not a personal problem of my installation. ;-) About my use case: I want to get a rich timeline-overview on all my tasks. This overview makes it easy for me to s

Re: [O] Script: convert Tomboy/GNote XML to org-mode

2011-08-11 Thread Darlan Cavalcante Moreira
By using the indent option everything seems to work just fine. I noticed that the PROPERTIES block is not indented, but that is not an issue. I can already move from tomboy to org, but I will test any future version of tomboy2org. Thanks, Darlan At Wed, 10 Aug 2011 13:43:22 -0500, attila wrot

Re: [O] Prettier Org-mode Export

2011-08-11 Thread Jeff Horn
Across github, documentation appears to be in the format $user.github.com/$repo, while source code appears to be in the format github.com/$user/$repo. https://github.com/pavpanchekha/org-project Still, it would be useful to add the link to the documentation. On Thu, Aug 11, 2011 at 13:40, John H

Re: [O] Prettier Org-mode Export

2011-08-11 Thread John Hendy
On Thu, Aug 11, 2011 at 12:11 AM, Pavel Panchekha wrote: > > I put together a few styles that I use for publishing Org-mode files to > HTML --- I use this mostly for literate programs, but I think it should > be usefully in general.  In any case, hope this is useful to someone. > > http://pavpanch

[O] capture question

2011-08-11 Thread Mark Scala
Hi, I've been using capture for, among other things, capturing interruptions to clocked tasks. For this, I use something like the following template: ("i" "interruption" entry (file "refile.org") "A TEMPLATE HERE" :clock-in t :clock-resume t) One thing that has been bothering me is that there a

Re: [O] Publishing problem on Worg due to babel intro

2011-08-11 Thread Thomas S. Dye
Christian Egli writes: > Hi all > > I enhanced the taskjuggler tutorial on worg. However the fix is not > published as there is a problem with the intro page for Babel[1] (see > also the publishing report[2]). The page also fails if I try to publish > it locally with the following error message:

[O] Folding code sections in HTML export?

2011-08-11 Thread Ken.Williams
Has anyone developed a way to use a collapsable-div section in HTML export of code sections? What I'd love is for all code sections to export their content into the HTML, but sections with ":exports none" or ":exports results" to have the code initially collapsed, while sections with ":exports

Re: [O] Bug: Problems with integration between asmyptote and org mode [7.7]

2011-08-11 Thread Nicolas Goaziou
Hello, Daniel Gonzalez writes: > I have this code to activate asymptote: [...] Asymptote is included in Babel. Be sure to load the language: #+begin_src org (org-babel-do-load-languages 'org-babel-load-languages '((asymptote . t) (emacs-lisp . t))) #+end_src Then it's just about doing

[O] Publishing problem on Worg due to babel intro

2011-08-11 Thread Christian Egli
Hi all I enhanced the taskjuggler tutorial on worg. However the fix is not published as there is a problem with the intro page for Babel[1] (see also the publishing report[2]). The page also fails if I try to publish it locally with the following error message: mapc: Wrong type argument: consp, n

[O] Prettier Org-mode Export

2011-08-11 Thread Pavel Panchekha
I put together a few styles that I use for publishing Org-mode files to HTML --- I use this mostly for literate programs, but I think it should be usefully in general. In any case, hope this is useful to someone. http://pavpanchekha.github.com/org-project/ -- Pavel Panchekha

[O] Bug: Problems with integration between asmyptote and org mode [7.7]

2011-08-11 Thread Daniel Gonzalez
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.

Re: [O] [bug] org-inlinetask produces invalid xhtml

2011-08-11 Thread Nicolas Goaziou
Jambunathan K writes: >> As far as I can tell, inline tasks are not designed to be nested. > > May be C-c C-x t should throw an error and enforce this. Done. > If inlinetasks cannot be nested, may I know how one would use > org-inlinetask-promote and org-inlinetask-demote. > > I understand that

Re: [O] [bug] org-inlinetask produces invalid xhtml

2011-08-11 Thread Jambunathan K
Nicolas (Sent my mail too early. Resending with additions) > As far as I can tell, inline tasks are not designed to be nested. May be C-c C-x t should throw an error and enforce this. If inlinetasks cannot be nested, may I know how one would use org-inlinetask-promote and org-inlinetask-demote

Re: [O] parsing fixed with section

2011-08-11 Thread Steven Haryanto
On Thu, Aug 11, 2011 at 4:54 PM, Nicolas Goaziou wrote: > Hello, > > Steven Haryanto writes: > > > As I understand it, a fixed width section (BTW, is "fixed width section" > the > > official term for this?) > > Yes. > > > is defined as a line which is started by zero or more spaces, and then > >

Re: [O] [bug] org-inlinetask produces invalid xhtml

2011-08-11 Thread Jambunathan K
Nicolas > As far as I can tell, inline tasks are not designed to be nested. May be C-c C-x t should throw an error and enforce this. If inlinetasks cannot be nested, may I know why one would do a applying org-inlinetask-promote and org-inlinetask-demote. Jambunathan K.

Re: [O] [bug] org-inlinetask produces invalid xhtml

2011-08-11 Thread Nicolas Goaziou
Hello, Jambunathan K writes: > 1. When org-inlinetask is NOT LOADED, inline tasks are treated as >regular headlines and are listified. (The "END" of inlinetask appears >as listified headline though) Loading org-inlinetask is the user's job. He has to assume weird things which will happe

Re: [O] Org-Babel Mode : a suggestion and a contribution article [Babel]

2011-08-11 Thread suvayu ali
Hi Feiming, On Tue, Aug 9, 2011 at 11:17 PM, Feiming Chen wrote: > > Anyway,  I found Org-Babel Mode to be a great tool since Sweave for writing R > literate program document.   I wrote a how-to article on its use (see > attached file "how-to-use-*.html", other files are raw and support files).

Re: [O] parsing fixed with section

2011-08-11 Thread Nicolas Goaziou
Hello, Steven Haryanto writes: > As I understand it, a fixed width section (BTW, is "fixed width section" the > official term for this?) Yes. > is defined as a line which is started by zero or more spaces, and then > a colon, *and then a space*, and then zero or more characters. > > :line1 > :

[O] parsing fixed with section

2011-08-11 Thread Steven Haryanto
Dear all, As I understand it, a fixed width section (BTW, is "fixed width section" the official term for this?) is defined as a line which is started by zero or more spaces, and then a colon, *and then a space*, and then zero or more characters. :line1 : :line3 But many editors (Emacs including)