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

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

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

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

2011-03-30 Thread Luke Crook
Suvayu Ali gmail.com> writes: > > On Wed, 30 Mar 2011 05:38:41 + (UTC) > Luke Crook 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

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

2011-03-30 Thread Luke Crook
Jambunathan K gmail.com> writes: > > Luke Crook 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 "vc-call-backe

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

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

2011-03-30 Thread Lawrence Mitchell
Nicolas wrote: > Hello, > Lawrence Mitchell 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 need t

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

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 wrote: > >> --8<---cut here---start->8--- >>  * Main headline >>    So

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

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

[O] Re: [ANN] Inkmacs

2011-03-30 Thread joakim
Jambunathan K 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 still. >>

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

[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 \author[...]{...

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

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

2011-03-30 Thread Nick Dokos
Luke Crook wrote: > Suvayu Ali gmail.com> writes: > > > > > On Wed, 30 Mar 2011 05:38:41 + (UTC) > > Luke Crook 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). > > > > [...] > >

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

2011-03-30 Thread Nick Dokos
Luke Crook wrote: > Jambunathan K gmail.com> writes: > > > > > Luke Crook 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

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

[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

[O] Re: Test framework needed

2011-03-30 Thread Christian Egli
Rainer M Krug 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 > those, as they

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 i

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 ve

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 @, @string or @preamble command

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

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 writes: > > > [...] > >> The analysis is good, but

[O] HTML export options timestamp in

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 I

Re: [O] Re: Test framework needed

2011-03-30 Thread Manuel Giraud
Rainer M Krug 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 I think it is d

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

2011-03-30 Thread Luke Crook
Nick Dokos hp.com> writes: > > Luke Crook balooga.com> wrote: > > > Suvayu Ali 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 the file, "Cannot open lo

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

2011-03-30 Thread Nick Dokos
Luke Crook wrote: > Nick Dokos hp.com> writes: > > > > > Luke Crook balooga.com> wrote: > > > > > Suvayu Ali gmail.com> writes: > > > > > > > Have you tried ':exports results' as a header argument? > > > > > > > > > > I just tried ':exports results'. But now I get the following error whe

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

2011-03-30 Thread Luke Crook
Nick Dokos hp.com> writes: > > Luke Crook 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 ' that returns this error. > > > > Right: (current-buffer) is not what you think it is when exporting - it is > the t

[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 (https://launchp

[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 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 this, yet? >

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

2011-03-30 Thread Luke Crook
Nick Dokos hp.com> writes: > > Luke Crook balooga.com> wrote: > > > Jambunathan K 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 sentinel > > One

[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 ./EXPERIMENTAL/org-media

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 out

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

2011-03-30 Thread Matt Lundin
Suvayu Ali 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 \label{somelabel} tag is

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

2011-03-30 Thread Luke Crook
Luke Crook balooga.com> writes: > > Nick Dokos 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 seem to be > > a

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

2011-03-30 Thread Nick Dokos
Luke Crook wrote: > Nick Dokos hp.com> writes: > > > > > Luke Crook balooga.com> wrote: > > > > > Jambunathan K gmail.com> writes: > > > > > > > > > > > > > I changed my code to wait until the 'Git' process completes. Luckily "vc- > call- > > > backend" returns the async process. > > >

[O] Re: agenda view opening multiple buffers

2011-03-30 Thread Matt Lundin
Carsten Dominik 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 agenda com

[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 I get: - -2:15:45 :: Note the two hyphens. Now if I try to add another timed line with , the system acts like I'm trying to start a term definition. If I use C-

Re: [O] Re: Test framework needed

2011-03-30 Thread Aankhen
On Wed, Mar 30, 2011 at 20:43, Manuel Giraud wrote: > Rainer M Krug 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 patch. > > Which renders this framewor

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

2011-03-30 Thread Eric Schulte
Luke Crook writes: > Nick Dokos hp.com> writes: > >> >> Luke Crook 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 ' that returns this error. >> > >> >> Right: (current-buffer) is not what you think it i

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

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

2011-03-30 Thread Nick Dokos
Eric Schulte 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 blocks are guara

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

Re: [O] Illiterate programming question

2011-03-30 Thread Nick Dokos
Robert Goldman 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 way to say "Import the region

Re: [O] Illiterate programming question

2011-03-30 Thread Erik Iverson
Nick Dokos wrote: Robert Goldman 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 way to say "Import

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

2011-03-30 Thread Luke Crook
Luke Crook 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 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

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

2011-03-30 Thread Luke Crook
Eric Schulte gmail.com> writes: > > Luke Crook 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, the followin

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

2011-03-30 Thread Luke Crook
Eric Schulte 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. > > #+begi

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

2011-03-30 Thread Nicolas
Hello, Rainer M Krug 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 writes: >> >> >> [...] >> >>> The analysis is good,

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 wrote: On 3/30/11 Mar 30 -4:33 PM, Nick Dokos wrote: > Robert Goldman

Re: [O] Re: Test framework needed

2011-03-30 Thread Eric Schulte
Aankhen writes: > On Wed, Mar 30, 2011 at 20:43, Manuel Giraud > wrote: >> Rainer M Krug 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 patch. >>

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

Re: [O] Re: Test framework needed

2011-03-30 Thread Eric Schulte
Rainer M Krug writes: > On 30/03/11 16:18, Christian Egli wrote: >> Rainer M Krug 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 ..., >>> a

Re: [O] Illiterate programming question

2011-03-30 Thread Eric Schulte
Robert Goldman writes: > On 3/30/11 Mar 30 -4:33 PM, Nick Dokos wrote: >> Robert Goldman 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 l

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

2011-03-30 Thread Luke Crook
Luke Crook balooga.com> writes: > > Eric Schulte 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 emacs-lisp

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

2011-03-30 Thread Eric Schulte
Luke Crook writes: > Luke Crook balooga.com> writes: > >> >> Eric Schulte 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

Re: [O] Re: Test framework needed

2011-03-30 Thread Suvayu Ali
On Wed, 30 Mar 2011 15:42:19 -0600 "Eric Schulte" 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... > > > > > So is it only necessary to add meat to this framework?

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

2011-03-30 Thread Matt Lundin
"Mark S" 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 > > I get: > > - -2:15:45 :: > > Note the two hyphens. > > Now if I try to add another timed line with , the system > acts like I'm try

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

2011-03-30 Thread Matt Lundin
Rasmus writes: >> --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 woul

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

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 Lundin

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

2011-03-30 Thread Samuel Wales
On 2011-03-30, Samuel Wales 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 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 belonging to the paren

Re: [O] advice re organizing todo agenda items

2011-03-30 Thread Samuel Wales
Yes, use tags, then use a custom sort. Or, if you do not use priorities for local sorting, use priorities.

Re: [O] Re: Test framework needed

2011-03-30 Thread Eric Schulte
Suvayu Ali writes: > On Wed, 30 Mar 2011 15:42:19 -0600 > "Eric Schulte" 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... >> >> > >> > So is it only neces

Re: [O] advice re organizing todo agenda items

2011-03-30 Thread Nick Dokos
Filippo A. Salustri 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 push it down t

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

2011-03-30 Thread Mark S
Hello Matt, --- On Wed, 3/30/11, Matt Lundin 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 depending on how you st

[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 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 extension '.eps'. > > If you

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 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 in the rel

[O] Re: [Orgmode] [babel] some lisp/slime progress

2011-03-30 Thread Eric Schulte
Hi Erik, I've had an opportunity to return to Babel support for common lisp recently. I just copied over the existing ob-clojure.el file to ob-lisp.el and changed the clojure/swank specific parts. The resulting file seems to work after some initial tests and is exceedingly simple. If this works

[O] Re: [Orgmode] [babel] some lisp/slime progress

2011-03-30 Thread Eric Schulte
This newly attached version includes some slight improvements over the previous, namely, - support for declaring the CL package in which evaluation takes place - support for the ":results output" header argument - and better handling of non-elisp-parsable results. Best -- Eric ob-lisp.el Descr

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

2011-03-30 Thread Luke Crook
Eric Schulte gmail.com> writes: > > Since this could be generally useful would you be willing to add it to > the library of babel (org/contrib/babel/library-of-babel.org)? That would be great. > If so then if you could supply a few explanatory sentences, I'll add those and > the code block to

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

2011-03-30 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30/03/11 22:17, Eric Schulte wrote: > 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=(