[O] Re: Comma-protection of Org blocks

2011-03-27 Thread Rustom Mody
Achim Gratz wrote The question really is if org hasn't evolved to the point where it needs a more general quoting/escaping mechanism. +1 However there's caveat: Just run zgrep '' *.el.gz on your emacs' el.gz files and you will find that its not empty -- So general and

[O] Re: lisp/org-clock.el: Add param :properties to list properties in clocktable

2011-03-27 Thread Niels Giesen
Bernt Hansen be...@norang.ca writes: [...] Could you provide a sample clock report using this patch to get a better idea of why you find this useful? Yes, here you are, along with the contents of a sample file, so that you may get a gist of my need for inheritance. * Clocktables #+BEGIN:

[O] org-beamer-environment-extra format

2011-03-27 Thread Suvayu Ali
Hi, 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 inserted. Attached is

[O] Escaping to insert comments in exported text

2011-03-27 Thread Suvayu Ali
Hi Orgers, I wanted to insert comments in the exported tex file for latex export. Is there an standard way to do that? I found normal '%text' gets exported as '\%text'. However I can export comments by putting '%%text', it gets exported as '%\%text'. Is there any other solutions out there? --

[O] Re: [PATCH] Fix html export of footnotes with lists, tables, quotes, etc.

2011-03-27 Thread Jambunathan K
Puneeth Attached is a patch that allows having lists, tables, blockquotes and other org blocks in footnotes. Source code blocks still don't work. Would you mind posting an example test case that covers all the above cases. I am trying to merge my branch with the most recent changes in the

[O] Re: unnumbered subsections in latex export

2011-03-27 Thread Jambunathan K
This is slightly out of thread. I pulled the master branch with an intention to re-baseline my branch and I saw some 37 lines were changed since I branched out my odt branch. My heart just sinked. A request from my side. Would it be possible to delay adding of new capabilities and features to

[O] Re: unnumbered subsections in latex export

2011-03-27 Thread Bastien
Hi Jambunathan, Jambunathan K kjambunat...@gmail.com writes: I pulled the master branch with an intention to re-baseline my branch and I saw some 37 lines were changed since I branched out my odt branch. My heart just sinked. A request from my side. Would it be possible to delay adding of

[O] Re: lisp/org-clock.el: Add param :properties to list properties in clocktable

2011-03-27 Thread Bernt Hansen
Niels Giesen niels.gie...@gmail.com writes: Bernt Hansen be...@norang.ca writes: [...] Could you provide a sample clock report using this patch to get a better idea of why you find this useful? Yes, here you are, along with the contents of a sample file, so that you may get a gist of my

[O] agenda view opening multiple buffers

2011-03-27 Thread Julian Burgos
Dear list, When asking for an agenda view (C-c a), org mode opens all files in the agenda list in individual buffers. I keep lots of files in my list (one per project), so having all those buffers open each time I visit my agenda is pretty annoying. Is there a way to make org mode not open each

[O] Inline images export to HTML generates lt; and gt; rather than and

2011-03-27 Thread Sean Whitton
Dear all, Another fanatical Org-mode convert new to the list. Following the 'advice' of [1] I am attempting to generate my personal website using Org publishing, but I'm running up against a pretty weird bug when I try to export inline images. The code gets rendered so that the HTML appears in

[O] Re: agenda view opening multiple buffers

2011-03-27 Thread Bernt Hansen
Julian Burgos jmbur...@uw.edu writes: Dear list, When asking for an agenda view (C-c a), org mode opens all files in the agenda list in individual buffers. I keep lots of files in my list (one per project), so having all those buffers open each time I visit my agenda is pretty annoying.

[O] Re: Inline images export to HTML generates lt; and gt; rather than and

2011-03-27 Thread Bernt Hansen
Sean Whitton s...@silentflame.com writes: Another fanatical Org-mode convert new to the list. Following the 'advice' of [1] I am attempting to generate my personal website using Org publishing, but I'm running up against a pretty weird bug when I try to export inline images. The code gets

Re: [O] Re: agenda view opening multiple buffers

2011-03-27 Thread Michael Markert
On 27 Mar 2011, Bernt Hansen wrote: Julian Burgos jmbur...@uw.edu writes: Dear list, When asking for an agenda view (C-c a), org mode opens all files in the agenda list in individual buffers. I keep lots of files in my list (one per project), so having all those buffers open each time I

Re: [O] Re: agenda view opening multiple buffers

2011-03-27 Thread Julian Burgos
Thanks. Using x is good enough for now. I´ll explore also Michael´s suggestions. It would be good to have the agenda open in a buffer without having all the agenda files opened too. On Sun, Mar 27, 2011 at 2:21 PM, Michael Markert markert.mich...@googlemail.com wrote: On 27 Mar 2011, Bernt

[O] Continuation of main section text after subsections ?

2011-03-27 Thread Marcel van der Boom
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 outline would be: --- * Main headline Some

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

2011-03-27 Thread Jambunathan K
--- * Main headline Some thoughts expressed here ** Subheading 1 More thoughts expressed here ** Subheading 2 More thoughts expressed here I would like to have this text part of 'Main headline', not of 'Subheading 2' Why is copy pasting not an option ... My

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

2011-03-27 Thread Cian
You can't do that, as it would be akin to trying to have in a book Section 1 Stuff Section 1.1.1 More stuff Now this goes under Section 1 Not really an idiom that makes sense (I find its best to think of org-mode's headings as chapter headers What you can do is something like the following: *

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

2011-03-27 Thread Marcel van der Boom
On zo 27-mrt-2011 16:52 Cian cian.ocon...@gmail.com wrote: You can't do that, as it would be akin to trying to have in a book Section 1 Stuff Section 1.1.1 More stuff Now this goes under Section 1 Not really an idiom that makes sense (I find its best to think of org-mode's headings

Re: [O] Escaping to insert comments in exported text

2011-03-27 Thread Thomas S. Dye
Aloha Suvayu, I'd be inclined to use #+LaTeX: %text Alternatively (and perhaps more robustly with multiline comments) you could make certain to \usepackage{verbatim} and then use #+BEGIN_COMMENT text #+END_COMMENT following the example of block level markup here:

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

2011-03-27 Thread Nick Dokos
Marcel van der Boom mar...@hsdev.com wrote: When writing I tend to think about org headings as 'handles' to a logical block of information, including its child blocks. Apparently my analogy clashes with what org-mode wants. I had my hopes on a customization option. Is there a strong

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

2011-03-27 Thread Filippo A. Salustri
I agree with Marcel on this. If org is supposed to help get /to/ the final version of a document, then it should support the (possibly inconsistent) structures that can appear in all the in-between steps after conceiving of the document and before the final version. The workaround I use is to

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

2011-03-27 Thread Thomas S. Dye
On Mar 27, 2011, at 6:45 AM, Nick Dokos wrote: Marcel van der Boom mar...@hsdev.com wrote: When writing I tend to think about org headings as 'handles' to a logical block of information, including its child blocks. Apparently my analogy clashes with what org-mode wants. I had my hopes on

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

2011-03-27 Thread Rustom Mody
Marcel wrote: 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. Here's a not-so-pretty hack to get what (I guess) you want *

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

2011-03-27 Thread William Gardella
Marcel van der Boom mar...@hsdev.com writes: On zo 27-mrt-2011 16:52 Cian cian.ocon...@gmail.com wrote: You can't do that, as it would be akin to trying to have in a book Section 1 Stuff Section 1.1.1 More stuff Now this goes under Section 1 Not really an idiom that makes sense (I

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

2011-03-27 Thread Nicolas
Hello, Filippo A. Salustri salus...@ryerson.ca writes: The workaround I use is to use lists instead of headlines. The problem then becomes the extra work of turning lists into headines+text later. What about using C-c C-* on the list? Regards, -- Nicolas

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

2011-03-27 Thread Filippo A. Salustri
It seems to me we're getting into some real design territory here, in that it comes down to a question of a proper outline. I agree that a proper outline is such that Marcel's format is improper. I agree that org follows the proper outline, was designed to suit it, and therefore it isn't

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

2011-03-27 Thread Filippo A. Salustri
Yes, of course. But it's still something *I* have to do as a separate task. This breaks my cognitive workflow; it's a distraction. One of the reasons I use org is that it's so distraction-free compared to every other tool I've tried. It seems like distraction-freeness is a big deal in org, so

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

2011-03-27 Thread William Gardella
Filippo A. Salustri salus...@ryerson.ca writes: It seems to me we're getting into some real design territory here, in that it comes down to a question of a proper outline. I agree that a proper outline is such that Marcel's format is improper. I agree that org follows the proper outline, was

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

2011-03-27 Thread Filippo A. Salustri
Out of my depth too. That's why I'd be happy to live with it as is. :) Cheers. Fil On 27 March 2011 13:18, William Gardella gardell...@gmail.com wrote: Filippo A. Salustri salus...@ryerson.ca writes: It seems to me we're getting into some real design territory here, in that it comes down to

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

2011-03-27 Thread Aankhen
Hullo, On Sun, Mar 27, 2011 at 22:32, William Gardella gardell...@gmail.com wrote: Marcel van der Boom mar...@hsdev.com writes: On zo 27-mrt-2011 16:52 Cian cian.ocon...@gmail.com wrote: You can't do that, as it would be akin to trying to have in a book Section 1 Stuff Section 1.1.1

Re: [O] Re: agenda view opening multiple buffers

2011-03-27 Thread Manish
On Sun, Mar 27, 2011 at 8:21 PM, Julian Burgos wrote: Thanks. Using x is good enough for now. I´ll explore also Michael´s suggestions. It would be good to have the agenda open in a buffer without having all the agenda files opened too. Following code should do what you want (I think).

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

2011-03-27 Thread Samuel Wales
IIUC the goal is to allow continuing body text. Is this for org itself or for export? Or both? I wonder if inline tasks can be used to achieve some of this. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com/2010/12/welcome-to-kafka-pandemic-two-forces_9182.html I support

[O] ASCII table export should use tabs?

2011-03-27 Thread Samuel Wales
I wonder if org should export ASCII tables using tabs. If I send to this list, I can be confident that everybody will know to display in a monospace font. That is not true for non-technical audiences. Yet I think there are times when I want to send ASCII instead of HTML. At least, I am not

[O] Re: [Orgmode] Re: Automatic noexport tag based on rules?

2011-03-27 Thread Samuel Wales
That is indeed an excellent solution if you want to add a tag for a todo kw. However, I wonder if there is a direct approach, where the exporter simply does not export if it is a certain todo kw. Is the solution to have the exporter delete anything with that todo kw? Or is there a way to have

[O] Re: [Orgmode] Re: Context-sensitive word count in org mode (elisp)

2011-03-27 Thread Samuel Wales
If I could I would refactor org-clock-put-overlay into a function that puts overlays on the current headline but I am not able to do so.

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

2011-03-27 Thread Cian
Wouldn't blocks that allowed org headings offer this. If I understand this correctly, what you're really looking for is the ability to mark certain bits of text as one blob, so that you can move them around easily as you draft a paper, without worrying about pulling other bits of the paper. So

Re: [O] Escaping to insert comments in exported text

2011-03-27 Thread Suvayu Ali
Hi Tom, On Sun, 27 Mar 2011 06:36:18 -1000 Thomas S. Dye t...@tsdye.com wrote: Aloha Suvayu, I'd be inclined to use #+LaTeX: %text Alternatively (and perhaps more robustly with multiline comments) you could make certain to \usepackage{verbatim} and then use #+BEGIN_COMMENT text

[O] Re: [Orgmode] Re: Automatic noexport tag based on rules?

2011-03-27 Thread John Hendy
On Sun, Mar 27, 2011 at 2:37 PM, Samuel Wales samolog...@gmail.com wrote: That is indeed an excellent solution if you want to add a tag for a todo kw.  However, I wonder if there is a direct approach, where the exporter simply does not export if it is a certain todo kw.  Is the solution to

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

2011-03-27 Thread Achim Gratz
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. With flexibility comes complexity, which runs counter to org should be simple. Maybe for this particular issue it would be enough to

Re: [O] Re: Comma-protection of Org blocks

2011-03-27 Thread Nick Dokos
Achim Gratz strom...@nexgo.de wrote: The question really is if org hasn't evolved to the point where it needs a more general quoting/escaping mechanism. This might be one of the things to ponder during the upcoming exporter cleanup, but goes a bit beyond just exporting. Absolutely right -

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

2011-03-27 Thread William Gardella
Achim Gratz strom...@nexgo.de writes: 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. With flexibility comes complexity, which runs counter to org should be simple. Agreed, but

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

2011-03-27 Thread William Gardella
Marcel van der Boom mar...@hsdev.com writes: On zo 27-mrt-2011 16:52 Cian cian.ocon...@gmail.com wrote: You can't do that, as it would be akin to trying to have in a book Section 1 Stuff Section 1.1.1 More stuff Now this goes under Section 1 Not really an idiom that makes sense (I

Re: [O] Re: Comma-protection of Org blocks

2011-03-27 Thread Samuel Wales
I agree that this is important. For new features, Extensible Syntax (capitalized because it is a specific proposal for a concrete universal syntax) allows you to use the same quoting, escaping, nesting, exporting, etc. solutions that were arrived at as a one-time fundamental mechanism. This

[O] FAQ? (was: Continuation of main section text after subsections ?)

2011-03-27 Thread Memnon Anon
Marcel van der Boom mar...@hsdev.com writes: [...] I've looked for documentation or customization options on this, but haven't found any yet. What I have done so far is turn the subheadings into lists or surround them by *bold markers*, which helps a little. Seems to me to be worth an entry in

[O] Continuation of main section text after subsections

2011-03-27 Thread Samuel Wales
Perhaps we could have a tag like :noexport: except that it exports body. It does not export the header. Optionally, it would be replaced with a blank line. Then he can put headers anywhere he wants. Would this work for the OP's use case?

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

2011-03-27 Thread Thomas S. Dye
I'm not certain, but I don't think it's possible to solve the OP's problem in LaTeX. Tom On Mar 27, 2011, at 3:07 PM, Samuel Wales wrote: Perhaps we could have a tag like :noexport: except that it exports body. It does not export the header. Optionally, it would be replaced with a blank