Re: [O] Re: [babel] Marker does not point anywhere error?

2011-03-30 Thread Thomas Holst
Hi Jambunathan, · Jambunathan K kjambunat...@gmail.com wrote: Rainer M Krug r.m.k...@gmail.com writes: [ ... error: marker does not point anywhere while eval code blocks ...] Sorry, I cannot be of much help here. You can try turning off the below variable and check whether the situation

[O] Re: Using babel to generate a commit log

2011-03-30 Thread Jambunathan K
Luke Crook l...@balooga.com writes: I have written the following code that uses the Emacs vc-* commands to generate a commit log. I would like the output of this code to be included when my file is exported. #+begin_src emacs-lisp :var limit= ;; Most of this code is copied from vc.el

Re: [O] Re: Continuation of main section text after subsections ?

2011-03-30 Thread Aankhen
On Wed, Mar 30, 2011 at 00:29, Matt Lundin m...@imapmail.org wrote: William Gardella gardell...@gmail.com writes: I think org-mode should aim to be flexible enough to accomodate all writers, writing tasks, and writing styles.  Maybe for this particular issue it would be enough to give

Re: [O] Using babel to generate a commit log

2011-03-30 Thread Suvayu Ali
On Wed, 30 Mar 2011 05:38:41 + (UTC) Luke Crook l...@balooga.com wrote: 1) The code between #+begin_src and #+end_src is exported and not the result of evaluating the code (the commit log). [...] How can I fix (1). Have you tried ':exports results' as a header argument?

Re: [O] Using babel to generate a commit log

2011-03-30 Thread Nick Dokos
Luke Crook l...@balooga.com wrote: I have written the following code that uses the Emacs vc-* commands to generate a commit log. I would like the output of this code to be included when my file is exported. ;; Most of this code is copied from vc.el vc-print-log (when

[O] Re: Using org-mode for recipes (i.e. cooking)

2011-03-30 Thread Erik Hetzner
At Thu, 24 Mar 2011 19:47:46 +0800, Le Wang wrote: Hi all, I'm fairly new to org-mode, and I only use it as an outliner / note taking tool. It seems recipes, being a list of ingredients and a series of steps is a perfect match for org-mode. Out of the box, org already works pretty well

[O] Re: Problem with Export-Org-Mode

2011-03-30 Thread Sébastien Vauban
Hi Shyam, Michael Markert wrote: The issue: I type my org mode file, and just use the C-c C-e d to export the org mode document to pdf and open the pdf file. My default pdf reader is evince. I would like to go back to emacs and make some more changes to the org document and again do the C-c

[O] Re: org-src-fontify-natively makes things very, very slow

2011-03-30 Thread Sébastien Vauban
Hi Matt, Matt Lundin wrote: Sébastien Vauban writes: Maybe this is (partly?) due to the overlay I added: #+begin_src emacs-lisp (overlay-put (make-overlay beg1 block-end) 'face 'org-block-background)) #+end_src I believe there is a bug here.

Re: [O] Re: [PATCH] org-latex: Don't append newline to end of footnote

2011-03-30 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/03/11 19:38, Nicolas wrote: Hello, Lawrence Mitchell we...@gmx.li writes: * lisp/org-latex.el (org-export-latex-preprocess): Don't add a newline character to a processed footnote. The extra newline before the closing } character in a

[O] Re: Using babel to generate a commit log

2011-03-30 Thread Luke Crook
Suvayu Ali fatkasuvayu+linux at gmail.com writes: On Wed, 30 Mar 2011 05:38:41 + (UTC) Luke Crook luke at balooga.com wrote: 1) The code between #+begin_src and #+end_src is exported and not the result of evaluating the code (the commit log). [...] How can I fix (1).

[O] Re: Using babel to generate a commit log

2011-03-30 Thread Luke Crook
Jambunathan K kjambunathan at gmail.com writes: Luke Crook luke at balooga.com writes: 2) I have to add at delay of at least 5 seconds (set-for 5 t) as vc-git calls git log as an asynchronous process. If not for the delay then babel immediately returns an empty buffer and the

Re: [O] Re: zotero (or mendeley) integration with org

2011-03-30 Thread Cian
I just use refmode to insert bib citations into my org-files. Both Zotero and Mendeley can export bibtex files, so that's one method of semi-automating the process (Mendeley will automatically update the file for you - not sure about Zotero). On Wed, Mar 30, 2011 at 1:54 AM, Alan E. Davis

[O] Re: [PATCH] org-latex: Don't append newline to end of footnote

2011-03-30 Thread Lawrence Mitchell
Nicolas wrote: Hello, Lawrence Mitchell we...@gmx.li writes: [...] The analysis is good, but unfortunately the patch has a flaw. In fact, your patch work in that particular situation, but not if a footnote definition ends with a list, nor if it ends with a link. To solve the latter, you

[O] Re: Continuation of main section text after subsections ?

2011-03-30 Thread Rasmus
--8---cut here---start-8--- * Main headline Some thoughts expressed here ** Subheading 1 More thoughts expressed here ** Subheading 2 More thoughts expressed here ** Main headline (cont.) I would like to have this text part of 'Main

Re: [O] Re: Continuation of main section text after subsections ?

2011-03-30 Thread Filippo A. Salustri
Crazy idea: what if there were a special kind of headline, which basically treats it's content as part of the preceding headline of the same level? Cheers. Fil On 30 March 2011 06:05, Rasmus rasmus.p...@gmail.com wrote: --8---cut here---start-8---  * Main

[O] notmuch integration

2011-03-30 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I started using notmuch (for searching my mail - nothing more) and saw the integration into org with the link type. My question: what do I have to do to be able to use the links? I assume, they would look like: [[notmuch:google]] if I want to

[O] [BABEL][BUG] Tangle incorrect with variables

2011-03-30 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi when I tangle this document, I get the results in the section below. This is obviously not correct. This worked in an earlier version. Any help appreciated, Rainer * Run script (./../nsa.sh) :PROPERTIES: :tangle: ./nsa.sh :exports: code

[O] Re: [ANN] Inkmacs

2011-03-30 Thread joakim
Jambunathan K kjambunat...@gmail.com writes: Joakim https://github.com/jave/inkmacs Inkmacs integrates Inkscap and Emacs. Interesting for this list is inkorg-mode which lets you write text in Org mode and update text in Inkscape. It's work in progress with some cmubersome dependencies

[O] [PATCH] Bury calendar buffer after C-c .?

2011-03-30 Thread Ben North
Hi, I've been using org-mode for a little while now, and finding it very useful --- thanks! Would you consider a patch along the lines of the attached, to bury the calendar buffer once you've chosen a date via C-c .? I often want to do switch-to-other-buffer to check something in the most

[O] Running author in beamer export

2011-03-30 Thread Chantal Keller
Hello, I would like to export a document in LaTeX using the beamer class. I do not know how to have a running author different from the whole list of authors. In LaTeX, this would be written : \author[Foo]{Foo \and Bar} Thank you for your help, Chantal.

Re: [O] Running author in beamer export

2011-03-30 Thread Chris Malone
Hi Chantal, One way around this would be turn off =org-mode='s automatic inclusion of the information in the #+AUTHOR: line. This can be done by setting the export option =author= to nil --- see here: http://orgmode.org/manual/Export-options.html Then, you could add your own

Re: [O] Running author in beamer export

2011-03-30 Thread Chantal Keller
Thank you Chris, that works fine :-) Chantal. Le 30/03/2011 14:56, Chris Malone a écrit : Hi Chantal, One way around this would be turn off =org-mode='s automatic inclusion of the information in the #+AUTHOR: line. This can be done by setting the export option =author= to nil --- see

[O] How to cite org-mode in a publication

2011-03-30 Thread Mohamed HIBTI
Dear all, I would like to cite org-mode in a publication. what would be the correct record ? Thanks in advance, Mohamed

[O] Test framework needed

2011-03-30 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I was bitten again from an unintended regression in org-mode, and that the second time in two weeks. I am probably not the right person to suggest this, but I think it is time to introduce a test framework for org-mode, to ensure that the

Re: [O] Re: Using babel to generate a commit log

2011-03-30 Thread Nick Dokos
Luke Crook l...@balooga.com wrote: Suvayu Ali fatkasuvayu+linux at gmail.com writes: On Wed, 30 Mar 2011 05:38:41 + (UTC) Luke Crook luke at balooga.com wrote: 1) The code between #+begin_src and #+end_src is exported and not the result of evaluating the code (the commit

Re: [O] Re: Using babel to generate a commit log

2011-03-30 Thread Nick Dokos
Luke Crook l...@balooga.com wrote: Jambunathan K kjambunathan at gmail.com writes: Luke Crook luke at balooga.com writes: 2) I have to add at delay of at least 5 seconds (set-for 5 t) as vc-git calls git log as an asynchronous process. If not for the delay then babel

[O] Re: Test framework needed

2011-03-30 Thread Eric Abrahamsen
On Wed, Mar 30 2011, Rainer M Krug wrote: Hi I was bitten again from an unintended regression in org-mode, and that the second time in two weeks. I am probably not the right person to suggest this, but I think it is time to introduce a test framework for org-mode, to ensure that the

Re: [O] Re: Test framework needed

2011-03-30 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30/03/11 15:46, Eric Abrahamsen wrote: On Wed, Mar 30 2011, Rainer M Krug wrote: Hi I was bitten again from an unintended regression in org-mode, and that the second time in two weeks. I am probably not the right person to suggest this,

[O] Re: Test framework needed

2011-03-30 Thread Eric Abrahamsen
On Wed, Mar 30 2011, Rainer M Krug wrote: On 30/03/11 15:46, Eric Abrahamsen wrote: On Wed, Mar 30 2011, Rainer M Krug wrote: Hi I was bitten again from an unintended regression in org-mode, and that the second time in two weeks. I am probably not the right person to suggest this, but I

[O] Re: Test framework needed

2011-03-30 Thread Christian Egli
Rainer M Krug r.m.k...@gmail.com writes: http://www.emacswiki.org/emacs/UnitTesting Am I right in assuming, that all of the possible test frameworks would require org files and the expected output (tengle, export to ..., agenda, ...)? In this case, would it make sense to start collecting

Re: [O] Re: Test framework needed

2011-03-30 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30/03/11 16:11, Eric Abrahamsen wrote: On Wed, Mar 30 2011, Rainer M Krug wrote: On 30/03/11 15:46, Eric Abrahamsen wrote: On Wed, Mar 30 2011, Rainer M Krug wrote: Hi I was bitten again from an unintended regression in org-mode, and that

Re: [O] Re: Test framework needed

2011-03-30 Thread MidLifeXis at PerlMonks
As a heavy Perl user, writing /automated/ tests is a large part of my dev work. I would suggest / plea / encourage that whatever framework is used can be automated. If it cannot be run as part of an automated process it is not going to be run. Also consider a set of testing platforms (emacs

Re: [O] Re: zotero (or mendeley) integration with org

2011-03-30 Thread Joost Kremers
On Wed, Mar 30, 2011 at 10:54:58AM +1000, Alan E. Davis wrote: I wonder if it would help to use orgmode for bibtex *.bib files. I think comments can be included in those files. yes. there is a @comment command, but bibtex ignores everything that's not inside an @entry, @string or @preamble

Re: [O] Re: Test framework needed

2011-03-30 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30/03/11 16:18, Christian Egli wrote: Rainer M Krug r.m.k...@gmail.com writes: http://www.emacswiki.org/emacs/UnitTesting Am I right in assuming, that all of the possible test frameworks would require org files and the expected output

Re: [O] Re: [PATCH] org-latex: Don't append newline to end of footnote

2011-03-30 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Additional information: I changed to 7.5 (released version) and it works there as expected. Rainer On 30/03/11 11:14, Lawrence Mitchell wrote: Nicolas wrote: Hello, Lawrence Mitchell we...@gmx.li writes: [...] The analysis is good, but

[O] HTML export options timestamp in filename

2011-03-30 Thread katepano
Dear All, My question is is there a way to include the #+DATE: -MM-DD in the filename when exporting? so that file foo.org which has the #+DATE: -MM-DD option gets exported as -MM-DD-foo.html or something similar? Is there any way to change the filename when exporting? Actually

Re: [O] Re: Test framework needed

2011-03-30 Thread Manuel Giraud
Rainer M Krug r.m.k...@gmail.com writes: But it does not look as if it is used very often... There are not many test org files, and I did not se anything which compares the resulting exported / tangle file with an expected output? It could be useful to have this kind of framework for org but

[O] Re: Using babel to generate a commit log

2011-03-30 Thread Luke Crook
Nick Dokos nicholas.dokos at hp.com writes: Luke Crook luke at balooga.com wrote: Suvayu Ali fatkasuvayu+linux at gmail.com writes: Have you tried ':exports results' as a header argument? I just tried ':exports results'. But now I get the following error when exporting

Re: [O] Re: Using babel to generate a commit log

2011-03-30 Thread Nick Dokos
Luke Crook l...@balooga.com wrote: Nick Dokos nicholas.dokos at hp.com writes: Luke Crook luke at balooga.com wrote: Suvayu Ali fatkasuvayu+linux at gmail.com writes: Have you tried ':exports results' as a header argument? I just tried ':exports results'. But now

[O] Re: Using babel to generate a commit log

2011-03-30 Thread Luke Crook
Nick Dokos nicholas.dokos at hp.com writes: Luke Crook luke at balooga.com wrote: 'C-c C-c' at the top of the source block does generate the correct output though. It is just 'C-c C-e export backend' that returns this error. Right: (current-buffer) is not what you think it is when

[O] Org-Mode = MediaWiki Wiki mark up?

2011-03-30 Thread Mark A. Hershberger
I'm really starting to use OrgMode to help me organize my time and the tasks that I have. Would it be possible to export OrgMode markup to MediaWiki markup, which is where I publish my weekly report (I work for Wikimedia)? Has anyone else done this, yet? I have a MediaWiki mode

[O] How to retrieve the original buffer during export?

2011-03-30 Thread Luke Crook
I have code within #+begin_src and #+end_src that has to have the original org- mode buffer during the export process, (vc-fileset (vc-deduce-fileset t)). Is there an org-mode command that can be called during the export process that will return this buffer? Thanks, -Luke

Re: [O] Org-Mode = MediaWiki Wiki mark up?

2011-03-30 Thread Nick Dokos
Mark A. Hershberger m...@everybody.org wrote: I'm really starting to use OrgMode to help me organize my time and the tasks that I have. Would it be possible to export OrgMode markup to MediaWiki markup, which is where I publish my weekly report (I work for Wikimedia)? Has anyone else done

[O] Re: Using babel to generate a commit log

2011-03-30 Thread Luke Crook
Nick Dokos nicholas.dokos at hp.com writes: Luke Crook luke at balooga.com wrote: Jambunathan K kjambunathan at gmail.com writes: I changed my code to wait until the 'Git' process completes. Luckily vc- call- backend returns the async process. ... or you could use a

[O] Re: Org-Mode = MediaWiki Wiki mark up?

2011-03-30 Thread Jambunathan K
m...@everybody.org (Mark A. Hershberger) writes: Would it be possible to export OrgMode markup to MediaWiki markup, which is where I publish my weekly report (I work for Wikimedia)? Has anyone else done this, yet? In the git checkout, ./EXPERIMENTAL/org-export.el

Re: [O] Continuation of main section text after subsections ?

2011-03-30 Thread Mark Elston
On 3/27/2011 8:02 AM, Marcel van der Boom wrote: Hi, When I'm using orgmode to write out largish documents, I often run into the outlining problem that it's apparently not possible to continue text of a higher level outline once subsections have been started. A simplified example of such an

[O] Re: org-beamer-environment-extra format

2011-03-30 Thread Matt Lundin
Suvayu Ali fatkasuvayu+li...@gmail.com writes: I was trying to configure the above variable for some overlay environments in org-beamer. I saw a few of the default environments use the %x format but I couldn't find any documentation about what it does. From the exported latex file it seems a

[O] Re: Using babel to generate a commit log

2011-03-30 Thread Luke Crook
Luke Crook luke at balooga.com writes: Nick Dokos nicholas.dokos at hp.com writes: There is a way to get the original buffer during capture, but I don't know of a similar mechanism during export. I hardwired the file name instead, but I got no further than the vc-fileset call: there

Re: [O] Re: Using babel to generate a commit log

2011-03-30 Thread Nick Dokos
Luke Crook l...@balooga.com wrote: Nick Dokos nicholas.dokos at hp.com writes: Luke Crook luke at balooga.com wrote: Jambunathan K kjambunathan at gmail.com writes: I changed my code to wait until the 'Git' process completes. Luckily vc- call- backend returns the

[O] Re: agenda view opening multiple buffers

2011-03-30 Thread Matt Lundin
Carsten Dominik carsten.domi...@gmail.com writes: Thanks for pointing that out. Wouldn't x that close the agenda as well along with the buffers? Yes. OP said: It would be good to have the agenda open in a buffer without having all the agenda files opened too. May be a special custom

[O] Timer mode doesn't hyphenate correctly

2011-03-30 Thread Mark S
Hello, I have a timer list running: - 0:01:00 Start at 10:17. - 2:14:18 :: My actions I go to the end of the line and hit altenter I get: - -2:15:45 :: Note the two hyphens. Now if I try to add another timed line with altenter, the system acts like I'm trying to start a term

Re: [O] Re: Test framework needed

2011-03-30 Thread Aankhen
On Wed, Mar 30, 2011 at 20:43, Manuel Giraud manuel.gir...@univ-nantes.fr wrote: Rainer M Krug r.m.k...@gmail.com writes: [snip] Please correct me if I am missing something. This suite should actually be updated with effectively each patch which introduces new features and run after each

Re: [O] Re: Using babel to generate a commit log

2011-03-30 Thread Eric Schulte
Luke Crook l...@balooga.com writes: Nick Dokos nicholas.dokos at hp.com writes: Luke Crook luke at balooga.com wrote: 'C-c C-c' at the top of the source block does generate the correct output though. It is just 'C-c C-e export backend' that returns this error. Right:

Re: [O] [BABEL][BUG] Tangle incorrect with variables

2011-03-30 Thread Eric Schulte
Hi Rainer, When I tangle this code block (just slightly reformatted for my own readability) #+headers: :var STATE=(vc-state (or (buffer-file-name) org-current-export-file)) #+headers: :var REV=(vc-working-revision (or (buffer-file-name) org-current-export-file)) #+begin_src sh :tangle yes rm

Re: [O] Using babel to generate a commit log

2011-03-30 Thread Eric Schulte
Luke Crook l...@balooga.com writes: I have written the following code that uses the Emacs vc-* commands to generate a commit log. I would like the output of this code to be included when my file is exported. Is there a reason this processing takes place using Emacs Lisp rather than a

Re: [O] Re: Using babel to generate a commit log

2011-03-30 Thread Nick Dokos
Eric Schulte schulte.e...@gmail.com wrote: Yes, this makes sense thanks. I'll create another thread asking how to retrieve the original buffer during the export process. It is true that export takes place in a fresh Org-mode buffer, however the header arguments of Org-mode code

[O] Illiterate programming question

2011-03-30 Thread Robert Goldman
I would like to do the opposite of literate programming (hence the subject line!): I would like to pull into my org file snippets from a code file. I know that org-mode will let me import /entire/ source code files. Is there some way to say Import the region of this file between these two

Re: [O] Illiterate programming question

2011-03-30 Thread Erik Iverson
Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: I would like to do the opposite of literate programming (hence the subject line!): I would like to pull into my org file snippets from a code file. I know that org-mode will let me import /entire/ source code files. Is there some

[O] Re: How to retrieve the original buffer during export?

2011-03-30 Thread Luke Crook
Luke Crook luke at balooga.com writes: I have code within #+begin_src and #+end_src that has to have the original org- mode buffer during the export process, (vc-fileset (vc-deduce-fileset t)). Is there an org-mode command that can be called during the export process that will return

Re: [O] Illiterate programming question

2011-03-30 Thread Robert Goldman
On 3/30/11 Mar 30 -4:33 PM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: I would like to do the opposite of literate programming (hence the subject line!): I would like to pull into my org file snippets from a code file. I know that org-mode will let me import /entire/

[O] Re: Using babel to generate a commit log

2011-03-30 Thread Luke Crook
Eric Schulte schulte.eric at gmail.com writes: Luke Crook luke at balooga.com writes: I have written the following code that uses the Emacs vc-* commands to generate a commit log. Is there a reason this processing takes place using Emacs Lisp rather than a simple shell code block,

[O] Re: Using babel to generate a commit log

2011-03-30 Thread Luke Crook
Eric Schulte schulte.eric at gmail.com writes: It is true that export takes place in a fresh Org-mode buffer, however the header arguments of Org-mode code blocks are guaranteed to be evaluated in the original buffer, so a trick like the following can be used to grab the original buffer.

[O] Re: [PATCH] org-latex: Don't append newline to end of footnote

2011-03-30 Thread Nicolas
Hello, Rainer M Krug r.m.k...@gmail.com writes: Additional information: I changed to 7.5 (released version) and it works there as expected. Rainer On 30/03/11 11:14, Lawrence Mitchell wrote: Nicolas wrote: Hello, Lawrence Mitchell we...@gmx.li writes: [...] The analysis is

Re: Re: [O] Illiterate programming question

2011-03-30 Thread chris . m . malone
You could probably hack something up with a shell source code block that uses sed to find and display text between two delimiters, and then dump the results to the org-mode file. On Mar 30, 2011 5:44pm, Robert Goldman rpgold...@sift.info wrote: On 3/30/11 Mar 30 -4:33 PM, Nick Dokos wrote:

Re: [O] Re: Test framework needed

2011-03-30 Thread Eric Schulte
Aankhen aank...@gmail.com writes: On Wed, Mar 30, 2011 at 20:43, Manuel Giraud manuel.gir...@univ-nantes.fr wrote: Rainer M Krug r.m.k...@gmail.com writes: [snip] Please correct me if I am missing something. This suite should actually be updated with effectively each patch which

[O] Re: Illiterate programming question

2011-03-30 Thread Sébastien Vauban
Hi Robert, Robert Goldman wrote: On 3/30/11 Mar 30 -4:33 PM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: I would like to do the opposite of literate programming (hence the subject line!): I would like to pull into my org file snippets from a code file. I know that

Re: [O] Re: Test framework needed

2011-03-30 Thread Eric Schulte
Rainer M Krug r.m.k...@gmail.com writes: On 30/03/11 16:18, Christian Egli wrote: Rainer M Krug r.m.k...@gmail.com writes: http://www.emacswiki.org/emacs/UnitTesting Am I right in assuming, that all of the possible test frameworks would require org files and the expected output (tengle,

[O] Re: Using babel to generate a commit log

2011-03-30 Thread Luke Crook
Luke Crook luke at balooga.com writes: Eric Schulte schulte.eric at gmail.com writes: #+begin_src emacs-lisp :var buf=(buffer-file-name (current-buffer)) :exports both (message buffer %S! buf) #+end_src The following code will now generate the commit log. #+begin_src

Re: [O] Re: Using babel to generate a commit log

2011-03-30 Thread Eric Schulte
Luke Crook l...@balooga.com writes: Luke Crook luke at balooga.com writes: Eric Schulte schulte.eric at gmail.com writes: #+begin_src emacs-lisp :var buf=(buffer-file-name (current-buffer)) :exports both (message buffer %S! buf) #+end_src The following code will now

[O] Re: Timer mode doesn't hyphenate correctly

2011-03-30 Thread Matt Lundin
Mark S throa...@yahoo.com writes: Hello, I have a timer list running: - 0:01:00 Start at 10:17. - 2:14:18 :: My actions I go to the end of the line and hit altenter I get: - -2:15:45 :: Note the two hyphens. Now if I try to add another timed line with altenter, the system

[O] advice re organizing todo agenda items

2011-03-30 Thread Filippo A. Salustri
Hi, I'm hoping someone can offer some advice. In my agenda is a todo list. Let's say there's 10 things in the list. What I'd like to do is rotate the items, i.e. 1. I work on the first item for a while. 2. When I'm done for now, I'd like to push it down to the bottom of the list. 3. Work on the

Re: [O] Re: Continuation of main section text after subsections ?

2011-03-30 Thread Samuel Wales
IIUC, OP wants to move stuff around more easily and not have improper body text folded. Improper in this case means belonging to the grandparent but after parents. He doesn't need improper outline exporting. Correct? So having headlines for the later stuff like this: On 2011-03-30, Matt

Re: [O] Re: Continuation of main section text after subsections ?

2011-03-30 Thread Samuel Wales
On 2011-03-30, Samuel Wales samolog...@gmail.com wrote: IIUC, OP wants to move stuff around more easily and not have improper body text folded. Improper in this case means belonging to the Correction: folded *under the parent as it is now*.

Re: [O] Re: Continuation of main section text after subsections ?

2011-03-30 Thread Samuel Wales
On 2011-03-30, Samuel Wales samolog...@gmail.com wrote: IIUC, OP wants to move stuff around more easily and not have improper body text folded. Improper in this case means belonging to the grandparent but after parents. He doesn't need improper outline Another correction: improper means

Re: [O] Re: Test framework needed

2011-03-30 Thread Eric Schulte
Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Wed, 30 Mar 2011 15:42:19 -0600 Eric Schulte schulte.e...@gmail.com wrote: This suite should actually be updated with effectively each patch which introduces new features and run after each patch. Agreed, in a perfect world...

Re: [O] advice re organizing todo agenda items

2011-03-30 Thread Nick Dokos
Filippo A. Salustri salus...@ryerson.ca wrote: Hi, I'm hoping someone can offer some advice. In my agenda is a todo list. Let's say there's 10 things in the list. What I'd like to do is rotate the items, i.e. 1. I work on the first item for a while. 2. When I'm done for now, I'd like to

Re: [O] Re: Timer mode doesn't hyphenate correctly

2011-03-30 Thread Mark S
Hello Matt, --- On Wed, 3/30/11, Matt Lundin m...@imapmail.org wrote: I cannot reproduce this. All of the following timer items were entered quickly using M-Tab: - 0:01:04 :: An item - 0:01:07 :: Another item - 0:01:10 :: Yet another It appears that you can get different results

[O] Perl parser, some questions

2011-03-30 Thread Steven Haryanto
Hi all, I'm writing an Org parser for Perl[1]. There are a few things about the syntax which are still unclear to me. 1. The manual says that multiple (different) in-buffer settings can be specified on the same line, but so far I haven't found such example anywhere. What is the syntax for this?

Re: [O] [PATCH] EPS support for ob-plantuml

2011-03-30 Thread Eric Schulte
I've applied this patch. Thanks for contributing! -- Eric Michael Gauland mikely...@no8wireless.co.nz writes: EPS export from Plantuml is now in beta testing; this patch makes it available through org-babel. To generate an EPS from Plantuml, give your source block a ':file' with the

Re: [O] [PATCH] org: Match case of todo keywords when determining empty headings

2011-03-30 Thread Samuel Wales
Hi Lawrence, Thanks! On 2011-03-29, Lawrence Mitchell we...@gmx.li wrote: This is because the check for an empty heading thinks Question is a todo keyword, because it doesn't match the case of the values in org-todo-keywords. This patch fixes the problem by binding case-fold-search to nil