Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Jambunathan K
> I have no objection to implement limited numbering in both LaTeX and > ASCII back-ends, but I'd like to know if it can be handled consistently > in every other major back-end, too. I'm CC-ing Jambunathan to know his > opinion about it. I can support this in ODT exporter. We can make this a feat

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > Nicolas Goaziou writes: >> But it's still new syntax. It could also be narrowed >> to :LATEX_NUMBERING: nil, but I think that this feature, if implemented, >> should be available for every major back-end, much like "num:1". > > Unless I miss something, if "num:*" wo

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Rick Frankel
On Fri, Jan 27, 2012 at 01:58:26PM +0100, Nicolas Goaziou wrote: > Achim Gratz writes: > > Unless I miss something, if "num:*" would be allowed in addition to > > integers, the LaTeX crowd would be pleased, no terribly new syntax would > > be needed and all other backends could take note to skip n

[O] Invalid read syntax "#"?

2012-01-27 Thread Alan Schmitt
Hello, I'm trying this example to export nicely formatted code in LaTeX: http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-12-3 Unfortunately it fails with an error 'Invalid read syntax "#"'. If I delete the second code block (the python one), it works. Is there something wrong

Re: [O] Tweaking the export

2012-01-27 Thread Nicolas Goaziou
Hello, Christian Wittern writes: > For the last couple of years, I have used org-mode more and more for > working with and translating texts from classical Chinese. Over time, > some special conventions have crept in, like the fact that I like (for > the draft translation) to work in a way that

Re: [O] Marking specific elements for folding?

2012-01-27 Thread Sebastien Vauban
Hi Achim and Yu, Achim Gratz wrote: > Yu writes: >> However, the calculations are usually not wanted to be seen, when >> looking at the file, so I'd like to specify, that this specific table >> and this specific gnuplot code block are to be folded by default. >> >> Is there some way to achieve th

Re: [O] Tweaking the export

2012-01-27 Thread Jambunathan K
Nicolas I will let Christian answer for himself. > [Nicolas] > While I understand the shape of your input, I fail to see what you > output should you look like. For example, given the following paragraph, > > text Atext A' > line 2line 2 bis > A line with *emphasis*A tradu

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Nicolas Goaziou
Hello, Rick Frankel writes: > On Fri, Jan 27, 2012 at 01:58:26PM +0100, Nicolas Goaziou wrote: >> Achim Gratz writes: >> > Unless I miss something, if "num:*" would be allowed in addition to >> > integers, the LaTeX crowd would be pleased, no terribly new syntax would >> > be needed and all oth

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Nicolas Goaziou
Hello, Jambunathan K writes: >> I have no objection to implement limited numbering in both LaTeX and >> ASCII back-ends, but I'd like to know if it can be handled consistently >> in every other major back-end, too. I'm CC-ing Jambunathan to know his >> opinion about it. > > I can support this in

Re: [O] Tweaking the export

2012-01-27 Thread Sebastien Vauban
Hi all, Jambunathan K wrote: > Nicolas > > I will let Christian answer for himself. > >> [Nicolas] >> While I understand the shape of your input, I fail to see what you >> output should you look like. For example, given the following paragraph, >> >> text A text A' >> line 2 line 2 bis

[O] org-remember to org-capture

2012-01-27 Thread Martin Pohlack
Hi, I am in the process of switching from org-remember to org-capture. I used a custom function with org-remember to capture into a host-specific sub-tree under "* Inbox" in order to minimize git merge conflicts between my machines. My tree typically looks like this: * Inbox *** Inbox:host1 ***

Re: [O] [ODT] image scaling overridden by long caption

2012-01-27 Thread Jambunathan K
Hello Andreas Andreas Leha writes: > But I experienced another issue with respect to images scaling in the odt > export: > > This subtree: > > test.org == > * Test image scaling in odt > #+caption: bar > #+label: fig:bar > #+name: bar > #+attr_odt: :width 8 > #+h

[O] patch to org-refile for more accurate completing-read

2012-01-27 Thread Le Wang
Here: https://gist.github.com/1689071 When we are using using refile as navigation, require must-match regardless of org-refile-allow-creating-parent-nodes. -- Le

Re: [O] org mode in press

2012-01-27 Thread Eric Schulte
Hopefully this will serve as the canonical introduction to working with code blocks in Org-mode. As we acknowledge in the paper this work would not have been possible without the ideas and feedback of the Org-mode community, so thanks all! Nick Dokos writes: > Andreas Leha wrote: > >> Hi all,

[O] 500 persons have Org Mode in their Google+ circles

2012-01-27 Thread Bastien
Hi all, a while ago, I created a Google+ page for Org Mode. There are now 500 persons who have Org Mode in their circles... This is a nice place to share links, stories, announcements, etc. Here is the page: https://plus.google.com/b/102778904320752967064 And here is a question on how to use

[O] BUG: Latex exporter bug

2012-01-27 Thread Tomas Grigera
Hello Org people: I have found the following issue when exporting to Latex: a headline is sometimes moved to another position when skipping a level in the hierarchy. The following demonstrates the problem: * Sec 1 ** Subsec 1.1 *** Subsec 1.1.1 ** Subsec 1.2 * Sec 2 *** Subsec 2.0.1 (THIS

Re: [O] 500 persons have Org Mode in their Google+ circles

2012-01-27 Thread Alan Schmitt
On 27 Jan 2012, at 16:01, Bastien wrote: Hi all, a while ago, I created a Google+ page for Org Mode. There are now 500 persons who have Org Mode in their circles... This is a nice place to share links, stories, announcements, etc. Here is the page: https://plus.google.com/b/10277890432075296

Re: [O] C-a in lists when org-special-ctrl-a/e

2012-01-27 Thread Nicolas Goaziou
Hello, Anthony Lander writes: > It's interesting... I've wished for this for a long time, but now that > you've built it, I see a problem: "[" is not in the beginning of word > regex set, so there is no easy way to get back to the "[". There is C-M-b. Regards, -- Nicolas Goaziou

Re: [O] Invalid read syntax "#"?

2012-01-27 Thread Nick Dokos
Nick Dokos wrote: > Alan Schmitt wrote: > > > Hello, > > > > I'm trying this example to export nicely formatted code in LaTeX: > > http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-12-3 > > > > Unfortunately it fails with an error 'Invalid read syntax "#"'. If I > > delete the s

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Bastien
Hi all, Nicolas Goaziou writes: > I tend to agree here. This can be obviously discussed on the list, > detail specifications and so on, but I'd rather postpone any real coding > in this area until new exporter is installed in core. I strongly support this. We should try to leave key syntax ele

Re: [O] C-a in lists when org-special-ctrl-a/e

2012-01-27 Thread Anthony Lander
On 12-Jan-27, at 10:08 AM, Nicolas Goaziou wrote: > Hello, > > Anthony Lander writes: > >> It's interesting... I've wished for this for a long time, but now that >> you've built it, I see a problem: "[" is not in the beginning of word >> regex set, so there is no easy way to get back to the "[

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Thomas S. Dye
Nicolas Goaziou writes: > Hello, > > Jambunathan K writes: > >>> I have no objection to implement limited numbering in both LaTeX and >>> ASCII back-ends, but I'd like to know if it can be handled consistently >>> in every other major back-end, too. I'm CC-ing Jambunathan to know his >>> opinion

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Achim Gratz
Nicolas Goaziou writes: > I may be bold, but I still don't get it. "num:something" is a global > option. We're talking about specifying _individually_ which headline > wouldn't be numbered. How would a global option solve a local problem? It doesn't, I missed that point. I don't think it's so te

[O] Paragraph styles

2012-01-27 Thread Gary Oberbrunner
I'm using org-mode more and more for generic text document writing and of course loving it. I usually export to LaTeX->PDF, but sometimes HTML or ODT and even ASCII sometimes -- this is an incredible capability. One thing I'm missing, and maybe it's there but I don't know how to use it, is format

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Thomas S. Dye
Nicolas Goaziou writes: > Hello, > > I've commited an ASCII back-end for new export engine. > > Assuming contrib directory is in your load-path, you just need to > (require 'org-export) to have both LaTeX and ASCII exporters ready to > boot. > > You can then access to the dispatcher with M-x org-

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Jambunathan K
Nicolas Goaziou writes: A way to set individual headings as numbered or unnumbered would be deluxe. Perhaps this is possible, but I haven't found it? >>> >>> It would require to modify Org's syntax (how to tell which headline has >>> to be numbered and which has not?). It is not possib

Re: [O] Marking specific elements for folding?

2012-01-27 Thread Eric S Fraga
Yu writes: > Hello! > > I was wondering, if there is a way to mark specific elements for > staying folded unless explicitly shown. Reading the manual I only > found possibilities to control the global folding of sections and > blocks in general. > > However, what I want to do is: > - Embed a tabl

Re: [O] how do scientists use org mode?

2012-01-27 Thread Eric S Fraga
GMX Christoph 13 writes: > Hi > this is my first post here and although I am evaluating org mode with > great interest, I am also asking myself in which way other scientists > are making use of org mode. It will take a while to get my head around > how to accomplish certain things in org mode but

[O] Tangling text files

2012-01-27 Thread dlc
How do I tangle txt to a txt file? #+TITLE: Centos 5 Apache Configuration #+AUTHOR: David Coate * Basic Conguration * Php Settings * Virtual Host e.g. for apache configuration ** example.com Use this as main website, use drupal, various other notes #+BEGIN_SRC: txt :tangle vhost.conf S

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Thomas S. Dye
Jambunathan K writes: > Nicolas Goaziou writes: > > A way to set individual headings as numbered or unnumbered would be > deluxe. Perhaps this is possible, but I haven't found it? It would require to modify Org's syntax (how to tell which headline has to be numbered and w

Re: [O] Tangling text files

2012-01-27 Thread Ian Barton
On 27/01/12 18:07, dlc wrote: How do I tangle txt to a txt file? #+TITLE: Centos 5 Apache Configuration #+AUTHOR: David Coate * Basic Conguration * Php Settings * Virtual Host e.g. for apache configuration ** example.com Use this as main website, use drupal, various other notes #+BEGIN_SRC: tx

Re: [O] how do scientists use org mode?

2012-01-27 Thread John Hendy
On Thu, Jan 26, 2012 at 3:21 PM, GMX Christoph 13 wrote: > Hi > this is my first post here and although I am evaluating org mode with great > interest, I am also asking myself in which way other scientists are making > use of org mode. It will take a while to get my head around how to accomplish

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Jambunathan K
Tom The aspect I am exploring is this: Does numbering behavious occur uniformly for a *given* level? For example, are we talking of a scenario where level 3 heading in Tree-1 is numbered while level 3 heading on a Tree-2 is unnumbered. What would be the behaviour of level 4 heading in Tree-1. I

[O] Bug: get-face-font: Xemacs21.5.29: org-preview-latex-fragment [7.5]

2012-01-27 Thread Uwe Brauer
Hello I tried to use the function as mentioned above, but obtained the following error whose but trace I attach. I looked into the code (org.el) and indeed it has a it has (if (featurep 'xemacs) (font-height (get-face-font 'default)) Now the function `get-face-font' is no

Re: [O] [TABLE-OF-CONTENTS] with ODT exporter?

2012-01-27 Thread Dave Marquardt
Jambunathan K writes: >> this means that [TABLE-OF-CONTENTS] isn't supported in the ODT >> exporter. > > Fixed. Please pull again. That works. Thanks! -Dave

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Achim Gratz
Jambunathan K writes: > Does numbering behavious occur uniformly for a *given* level? For > example, are we talking of a scenario where level 3 heading in Tree-1 is > numbered while level 3 heading on a Tree-2 is unnumbered. What would be > the behaviour of level 4 heading in Tree-1. You can make

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Thomas S. Dye
Sent from my iPhone On Jan 27, 2012, at 9:21 AM, Achim Gratz wrote: > Jambunathan K writes: >> Does numbering behavious occur uniformly for a *given* level? For >> example, are we talking of a scenario where level 3 heading in Tree-1 is >> numbered while level 3 heading on a Tree-2 is unnumbe

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Nick Dokos
Thomas S. Dye wrote: > \paragraph and \subparagraph can both be numbered sections in LaTeX. > The names are confusing. Apparently, the alternatives, > \subsubsubsection and \subsubsubsubsection weren't appealing. > No wonder - it's sorta like writing Avogadro's number like this: 6023000

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Thomas S. Dye
Sent from my iPhone On Jan 27, 2012, at 8:31 AM, Jambunathan K wrote: > Tom > > The aspect I am exploring is this: > > Does numbering behavious occur uniformly for a *given* level? For > example, are we talking of a scenario where level 3 heading in Tree-1 is > numbered while level 3 headin

Re: [O] [babel][patch] BUG in inline source blocks

2012-01-27 Thread Andreas Leha
Martyn Jago writes: > Martyn Jago writes: > >> Hi, >> >> Andreas Leha writes: >> >>> Hi all, >>> >>> I experience unexpected behaviour when an inline source block is not >>> preceded by whitespace. >>> >>> Example: >>> === >>> * Test inline >>> This is a functional inline

Re: [O] [ODT] image scaling overridden by long caption

2012-01-27 Thread Andreas Leha
Jambunathan K writes: Hi Jambunathan, thanks for looking into this. Answer to your questions below > Hello Andreas > > Andreas Leha writes: >> But I experienced another issue with respect to images scaling in the odt >> export: >> >> This subtree: >> >> test.org =

[O] Drawers within inline tasks

2012-01-27 Thread Viktor Rosenfeld
Hi everybody, I recently discovered inline tasks and use them to keep todos that are related to a text I write close to the text. I'm not a big fan of their visibility behavior, but I think I can manage. I would very much like to clock work on inline tasks. However, when opening a tasks with inli

Re: [O] patch to org-refile for more accurate completing-read

2012-01-27 Thread Bernt Hansen
Le Wang writes: > Here: https://gist.github.com/1689071 > > When we are using using refile as navigation, require must-match > regardless of org-refile-allow-creating-parent-nodes. Hi, I suggest you post the patch to the mailing list as an attachment so 1) we can read it inline and comment on

Re: [O] [bugs] Export to HTML requires issuing org-babel-execute-buffer; results replace fails

2012-01-27 Thread Eric Schulte
Leo Alekseyev writes: >> >> If /inline blocks/ above don't replace their results above then that is >> expected.  If you can find instances where call lines or blocks don't >> replace their results then that is a bug. > > Yes, I was finding that neither inline nor regular blocks replace: run > th

Re: [O] [babel]Skip comments on code blocks on export?

2012-01-27 Thread Eric Schulte
Hi Rainer, You could add a function to the `org-babel-post-tangle-hook' to remove comments from the resulting code file. Functions on this hook are called from within the tangled code file. Best, Rainer M Krug writes: > Hi > > is there a way of skipping comments when exporting R code? > > The

Re: [O] [Babel] [PATCH] Customize regular expression to match noweb references

2012-01-27 Thread Eric Schulte
Good idea, I've changed your implementation to rely on two new customization variables `org-babel-noweb-wrap-start' and `org-babel-noweb-wrap-end' as this provides more flexibility to the backend implementation to place constraints on the properties of the noweb names. In you're situation you wil

Re: [O] [babel][patch] BUG in inline source blocks

2012-01-27 Thread Eric Schulte
Andreas Leha writes: > Martyn Jago writes: > >> Martyn Jago writes: >> >>> Hi, >>> >>> Andreas Leha writes: >>> Hi all, I experience unexpected behaviour when an inline source block is not preceded by whitespace. Example: === * Test i

Re: [O] Tangling text files

2012-01-27 Thread Eric Schulte
dlc writes: > How do I tangle txt to a txt file? > > #+TITLE: Centos 5 Apache Configuration > #+AUTHOR: David Coate > > * Basic Conguration > * Php Settings > * Virtual Host >e.g. for apache configuration > ** example.com > Use this as main website, use drupal, various other notes > >

Re: [O] Tweaking the export

2012-01-27 Thread Christian Wittern
Hi, Jambunathan and Nicolas, On 2012-01-27 22:47, Jambunathan K wrote: Nicolas I will let Christian answer for himself. Thanks Jambunathan, you are not only an excellent coder, but also an expert mind reader:-) What you describe is exactly what I want to achieve. text A text A' line 2 line

Re: [O] Tweaking the export

2012-01-27 Thread Christian Wittern
Hi Sebastian, On 2012-01-27 23:03, Sebastien Vauban wrote: Just a side comment: isn't easier to work in 2 different files or buffers (eventually, within the same file) and use some sort of "parallel" follow-mode? I thought such a thing existed, but can't find it back right now. Anyway, it woul

Re: [O] Tweaking the export

2012-01-27 Thread Eric Abrahamsen
On Sat, Jan 28 2012, Christian Wittern wrote: > Hi, Jambunathan and Nicolas, > > On 2012-01-27 22:47, Jambunathan K wrote: >> Nicolas >> >> I will let Christian answer for himself. > Thanks Jambunathan, you are not only an excellent coder, but also an > expert mind reader:-) > What you describe is