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

2011-03-31 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

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

2011-03-31 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

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

2011-03-31 Thread Luke Crook
Eric Schulte schulte.eric at 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

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

2011-03-31 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

Re: [O] Re: Test framework needed

2011-03-31 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31/03/11 05:40, Eric Schulte wrote: 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

Re: [O] Perl parser, some questions

2011-03-31 Thread Eric S Fraga
Steven Haryanto stevenharya...@gmail.com writes: 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

Re: [O] Perl parser, some questions

2011-03-31 Thread Eric S Fraga
Steven Haryanto stevenharya...@gmail.com writes: [...] From the manual (emphasis mine): *Several setting words* can be in the same line, but you can also have multiple lines for the keyword. So I guess setting words mean setting's arguments (and not setting names, like specifying OPTIONS and

Re: [O] Perl parser, some questions

2011-03-31 Thread Steven Haryanto
On Thu, Mar 31, 2011 at 3:21 PM, Eric S Fraga e.fr...@ucl.ac.uk wrote: Steven Haryanto stevenharya...@gmail.com writes: 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)

Re: [O] advice re organizing todo agenda items

2011-03-31 Thread Filippo A. Salustri
Samuel Nick, I'm using priorities now, but there's only 3 of 'em. I would prefer finer control over them if I were to continue using priorities in this way. Q: My reading of the doc is that there's no way to change the number of priorities org supports: we're stuck with A/B/C. Right? Tags

Re: [O] advice re organizing todo agenda items

2011-03-31 Thread Steven Haryanto
On Thu, Mar 31, 2011 at 5:11 PM, Filippo A. Salustri salus...@ryerson.cawrote: Samuel Nick, I'm using priorities now, but there's only 3 of 'em. I would prefer finer control over them if I were to continue using priorities in this way. Q: My reading of the doc is that there's no way to

[O] Bug: Bug in editing table.el tables [7.5 (release_7.5.36.g4e24)]

2011-03-31 Thread Shaun Johnson
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.

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

2011-03-31 Thread Stephen Eglen
Agreed. Google Scholar citations need very close proofreading, as they can be erroneous or poorly formatted. Thanks Matt - I'd agree with this, having seen oddities from google scholar. I emailed them ages ago about one problem (formatting of initials in author names), but never heard

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

2011-03-31 Thread Nicolas
Hello, Mark S throa...@yahoo.com writes: 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

Re: [O] advice re organizing todo agenda items

2011-03-31 Thread T Helms
On 03/31/2011 06:41 AM, Steven Haryanto wrote: On Thu, Mar 31, 2011 at 5:11 PM, Filippo A. Salustri salus...@ryerson.ca mailto:salus...@ryerson.ca wrote: Samuel Nick, I'm using priorities now, but there's only 3 of 'em. I would prefer finer control over them if I were to

[O] Question about org-new-numbered-item

2011-03-31 Thread Matt Lundin
Hi Carsten, I noticed you have added a new function to org.el called org-new-numbered-item, which inserts items like this: * TODO Action #1:#1: * TODO Action #2:#2: I'd be curious to learn more about possible uses for this feature.

[O] Re: Question about org-new-numbered-item

2011-03-31 Thread Carsten Dominik
Hi Matt, On Mar 31, 2011, at 3:31 PM, Matt Lundin wrote: Hi Carsten, I noticed you have added a new function to org.el called org-new-numbered-item, which inserts items like this: * TODO Action #1:#1: * TODO Action #2:#2:

Re: [O] advice re organizing todo agenda items

2011-03-31 Thread Filippo A. Salustri
I just found org-{lowest,highest,default}-priority before coming to work; didn't have time to post about them. These do in fact let one change the number of priorities. I think, for now at least, I fall into the go crazy category. I range my priorities from A to Z. Hopefully I'll find a less

[O] Re: Question about org-new-numbered-item

2011-03-31 Thread Matt Lundin
Carsten Dominik carsten.domi...@gmail.com writes: On Mar 31, 2011, at 3:31 PM, Matt Lundin wrote: Hi Carsten, I noticed you have added a new function to org.el called org-new-numbered-item, which inserts items like this: * TODO Action #1:#1: * TODO

[O] syntax highlighting for latex elements

2011-03-31 Thread Chris Beard
Hello, After learning that I can output my Org documents (with tables, outlined notes and all!) into LaTeX, I've started writing some notes with the intention of exporting them to LaTeX. So I've been typing stuff like (sorry, I'm not sure about the standard for formatting code for emails): This

Re: [O] syntax highlighting for latex elements

2011-03-31 Thread Eric S Fraga
Chris Beard wcbear...@wabash.edu writes: Hello, After learning that I can output my Org documents (with tables, outlined notes and all!) into LaTeX, I've started writing some notes with the intention of exporting them to LaTeX. So I've been typing stuff like (sorry, I'm not sure about the

[O] broken link at orgmode.org

2011-03-31 Thread Rustom Mody
In http://orgmode.org/index.html#sec-4 there is this line ... latest released manuals (currently for Org 7.5), please browse this directory. The 'this directory' link seems to be broken

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

2011-03-31 Thread Sébastien Vauban
Hi Rainer, Rainer M Krug wrote: I get the following tangled output --8---cut here---start-8--- REV=$(cat 'BABEL_TABLE' master BABEL_TABLE ) STATE=$(cat 'BABEL_TABLE' edited BABEL_TABLE ) rm -rf ./R rm -f ./spreadSim.sub

[O] Bug: org-export-html-protect-char-alist type def [7.5]

2011-03-31 Thread Michael Heerdegen
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.

[O] Re: Bug: Jumping to date in custom agenda looses starting day of week

2011-03-31 Thread Matt Lundin
Sébastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Hi Bernt, Bernt Hansen wrote: I can move forwards and backwards one day at a time with 'f' and 'b' and it works great. If however I want to jump to a specific date the block view is lost and it reverts back to

[O] question about agendas

2011-03-31 Thread Filippo A. Salustri
Hi all, I'm looking to customize how some agenda commands work. The simple example I'm working on is combining changing a task's priority AND refreshing the agenda. What I'd normally do is: 1. cursor to the task of interest, 2. change its priority, 3. refresh the agenda. After step 3, the cursor

Re: [O] question about agendas

2011-03-31 Thread Nick Dokos
Filippo A. Salustri salus...@ryerson.ca wrote: Hi all, I'm looking to customize how some agenda commands work. The simple example I'm working on is combining changing a task's priority AND refreshing the agenda. What I'd normally do is: 1. cursor to the task of interest, 2. change its

Re: [O] question about agendas

2011-03-31 Thread Filippo A. Salustri
Nick, Thanks for the quick reply. I'd actually started with a similar wrapper for org-priority, and the save-excursion was needed because the org-agenda-redo would punt me into the agenda from whatever other buffer I was in. I carried the save-excursion into the agenda version of the function

Re: [O] broken link at orgmode.org

2011-03-31 Thread Jason Dunsmore
Rustom Mody rustompm...@gmail.com writes: In http://orgmode.org/index.html#sec-4 there is this line ... latest released manuals (currently for Org 7.5), please browse this directory. The 'this directory' link seems to be broken Yep, it's a 404. http://orgmode.org/manual/release_7.5/

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

2011-03-31 Thread Matt Lundin
Samuel Wales samolog...@gmail.com writes: 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? Agreed. That's how I read it.

Re: [O] Illiterate programming question

2011-03-31 Thread Sean O'Halpin
On Wed, Mar 30, 2011 at 11:52 PM, Eric Schulte schulte.e...@gmail.com wrote: Babel does have a way to bring changes back from pure source code into code blocks in an Org-mode document. While it isn't perfect (especially if you make extensive use of noweb references or variables) there are

Re: [O] Illiterate programming question

2011-03-31 Thread Nick Dokos
Sean O'Halpin sean.ohal...@gmail.com wrote: On Wed, Mar 30, 2011 at 11:52 PM, Eric Schulte schulte.e...@gmail.com wrote: Babel does have a way to bring changes back from pure source code into code blocks in an Org-mode document. While it isn't perfect (especially if you make extensive use

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

2011-03-31 Thread Matt Lundin
Stephen Eglen s.j.eg...@damtp.cam.ac.uk writes: Agreed. Google Scholar citations need very close proofreading, as they can be erroneous or poorly formatted. Thanks Matt - I'd agree with this, having seen oddities from google scholar. I emailed them ages ago about one problem (formatting of

[O] Re: unnumbered subsections in latex export

2011-03-31 Thread Nicolas
Hello, Bastien b...@altern.org writes: 2. exporters use various methods to export the file (e.g. the HTML exporter goes line by line, the LaTeX exporter parses the file and render each section); *Example*: users often ask why the LaTeX exporter cannot export a headline of level

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

2011-03-31 Thread Aankhen
On Fri, Apr 1, 2011 at 01:34, Matt Lundin m...@imapmail.org wrote: Samuel Wales samolog...@gmail.com writes: 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

[O] Apply custom CSS class to headings in HTML export?

2011-03-31 Thread Uriel Avalos
Suppose that you export the following document to HTML: * Heading 1 ** Heading 2 The HTML structure is pretty much the following: div class=outline-2 h2 Heading 1 div class=outline-text-2 div class=outline-3 h3 Heading 2 Is there a way to apply a custom CSS class to

Re: [O] Apply custom CSS class to headings in HTML export?

2011-03-31 Thread Juan Pechiar
You can add custom styles via properties: In order to add styles to a subtree, use the :HTML_CONTAINER_CLASS: property to assign a class to the tree. In order to specify CSS styles for a particular headline, you can use the id specified in a :CUSTOM_ID: property.

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

2011-03-31 Thread Eric Schulte
Luke Crook l...@balooga.com writes: Eric Schulte schulte.eric at 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

[O] Use-cases for babel

2011-03-31 Thread Marcelo de Moraes Serpa
Hi list, I'm a long-time org user, and when I followed the development and release of org-babel with great interest. However, I never really used it, mainly because I never really found a use-case for me. I noticed that there were a lot of messages regarding babel and publishing, but I've read a

Re: [O] Illiterate programming question

2011-03-31 Thread Sean O'Halpin
On Thu, Mar 31, 2011 at 9:13 PM, Nick Dokos nicholas.do...@hp.com wrote: Sean O'Halpin sean.ohal...@gmail.com wrote: On Wed, Mar 30, 2011 at 11:52 PM, Eric Schulte schulte.e...@gmail.com wrote: Babel does have a way to bring changes back from pure source code into code blocks in an

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

2011-03-31 Thread Mark S
Hello Nicolas, --- On Thu, 3/31/11, Nicolas n.goaz...@gmail.com wrote: I cannot reproduce what you are describing. I may be misunderstanding you. Could you please post an ECM for that? What's an ECM? The scenario described has occurred 2 or 3 times now, though I can't figure out the

[O] Re: unnumbered subsections in latex export

2011-03-31 Thread Jambunathan K
One more thing to the list. Use htmlfontify instead of htmlize. Former is part of standard Emacs while the latter is not. Jambunathan K.

[O] Re: unnumbered subsections in latex export

2011-03-31 Thread Jambunathan K
Backward compatibility is a real issue. The real challenge is how to move forward while also not breaking anything that the users have come to rely on. Thus, Org documentation should provide an exhaustive list of environments and objects it offers with their associated format during export.

Re: [O] Illiterate programming question

2011-03-31 Thread Nick Dokos
Sean O'Halpin sean.ohal...@gmail.com wrote: On Thu, Mar 31, 2011 at 9:13 PM, Nick Dokos nicholas.do...@hp.com wrote: Sean O'Halpin sean.ohal...@gmail.com wrote: On Wed, Mar 30, 2011 at 11:52 PM, Eric Schulte schulte.e...@gmail.com wrote: Babel does have a way to bring changes back