Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-05-05 Thread Nicolas Goaziou
Hello, Neil Smithline writes: > I've looked at org-element.el and don't really see how it will make writing > other Org Mode to HTML converter easier. org-element.el is, well it's > elisp. Very elispy. No surprise but I'm not sure that it can easily be > converted to another language. > > Is Nic

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-05-05 Thread Bernt Hansen
Bastien writes: > 1. There is already a new Org>HTML exporter, written by Jambunathan. >Try adding contrib/lisp/ to your load path, then > >(require 'org-export) >(require 'org-e-html) > >then M-x org-export-dispatch RET h > >See the result. There are a bunch of org-e-html-*

Re: [O] Hiding the braces when org-pretty-entities is enabled

2012-05-05 Thread Bastien
Hi Mark, "Mark E. Shoulson" writes: > It's a very tiny patch, but one that probably should have happened > before. Yes. Surprised nobody reported this already. I applied the patch, but I had to add a ChangeLog myself. Please provide it next time. Thanks! -- Bastien

Re: [O] Touching :noexport: regions

2012-05-05 Thread Bastien
Hi François, François Pinard writes: > There is some machinery on my side involved into publication, which I > would rather avoid if not necessary. My little problem is that Org > checks the file time stamp, and Emacs does not distinguish, of course, > if I modify a part which is within a :noex

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-05 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: >>> Further, with orgstuct++-mode, trying to add a new line (i.e. my >>> response), I get the following error message: >>> >>> , >>> | org-indent-line-function: Lisp nesting exceeds `max-lisp-eval-depth' [3 >>> times] >>> ` > > I confirm the problem w

Re: [O] Auto-fill-mode with code sections

2012-05-05 Thread Bastien
Hi Charles, cbe...@tajo.ucsd.edu writes: > It fills normal text, but leaves src blocks alone. > > Maybe add something to one of the org-mode hooks ? `org-auto-fill-function' already exists in the code, adding a new function with the same name would confuse things. I patched the current `org-a

Re: [O] fill-paragraph: wrong behaviour after latex-environments

2012-05-05 Thread Bastien
Hi Benjamin, Benjamin Motz writes: > invoking fill-paragraph on the following org-code will delete the > newline after \end{equation}: > > The relation > \begin{equation} > E=mc^2 > \end{equation} > won't be further discussed here. > > This behaviour is undesirable because it makes the org-text

Re: [O] Org Clock Timer in Frame Title bug

2012-05-05 Thread Bastien
Hi George, George Kettleborough writes: > On Sun, Apr 29 2012, Bastien wrote: >> `global-mode-string' and ̀frame-title-format' are list by default >> and they cannot be customized. They can be manually set to a string, >> but that's a mistake (okay, `global-mode-string' is a misleading name.) >

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-05 Thread Nicolas Goaziou
Hello, Bastien writes: > I pushed a fix -- can you test and confirm? I get the following error every time I try to indent: "org-between-regexps-p: Variable binding depth exceeds max-specpdl-size" Regards, -- Nicolas Goaziou

Re: [O] Touching :noexport: regions

2012-05-05 Thread François Pinard
Bastien writes: > Hi François, Bonjour chez vous! :-) > François Pinard writes: >> There is some machinery on my side involved into publication, which I >> would rather avoid if not necessary. > Please don't hesitate to share it you think other people could find it > useful. Probably not ge

Re: [O] fill-paragraph: wrong behaviour after latex-environments

2012-05-05 Thread Nicolas Goaziou
Hello, Bastien writes: > Benjamin Motz writes: > >> invoking fill-paragraph on the following org-code will delete the >> newline after \end{equation}: >> >> The relation >> \begin{equation} >> E=mc^2 >> \end{equation} >> won't be further discussed here. >> >> This behaviour is undesirable becau

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-05 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: >> I pushed a fix -- can you test and confirm? > > I get the following error every time I try to indent: In org-mode or in message-mode? > "org-between-regexps-p: Variable binding depth exceeds > max-specpdl-size" Does (setq max-specpdl-size 1) help

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-05 Thread Bastien
Nicolas Goaziou writes: > Bastien writes: > >> I pushed a fix -- can you test and confirm? > > I get the following error every time I try to indent: > > "org-between-regexps-p: Variable binding depth exceeds > max-specpdl-size" If you are in message-mode, please also provide the value of `o

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-05 Thread Nicolas Goaziou
Bastien writes: > Nicolas Goaziou writes: >> I get the following error every time I try to indent: > > In org-mode or in message-mode? I meant in Message mode. >> "org-between-regexps-p: Variable binding depth exceeds >> max-specpdl-size" > > Does (setq max-specpdl-size 1) help in any

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-05 Thread Nicolas Goaziou
Bastien writes: > Nicolas Goaziou writes: > >> Bastien writes: >> >>> I pushed a fix -- can you test and confirm? >> >> I get the following error every time I try to indent: >> >> "org-between-regexps-p: Variable binding depth exceeds >> max-specpdl-size" > > If you are in message-mode, pl

[O] [PATCH] Don't call org-footnote-unique label if using random labels

2012-05-05 Thread Matt Lundin
* lisp/org-footnote.el (org-footnote-new): Don't call org-footnote-unique-label if org-footnote-auto-label is set to random. Calling org-footnote-unique-label calls org-footnote-all-labels, which can dramatically slow down footnote creation in a buffer with many footnotes. This is unecessary

[O] How to make ECM for new exporter?

2012-05-05 Thread Thomas S. Dye
Aloha all, I've been tinkering with Karl Voit's ACM-SIG export project and have almost met the project goal using the old exporter. The old LaTeX exporter is able to produce a file that is close to the example provided by ACM and which LaTeX is able to compile without error. (The main problem is

Re: [O] How to make ECM for new exporter?

2012-05-05 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: > I'm starting now to work out the port to the new exporter. I first > tried the new LaTeX exporter, which stops with this error: > Symbol's value as variable is void: value It should be fixed in master. > The new html exporter exports the file wit

Re: [O] How to make ECM for new exporter?

2012-05-05 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou writes: > Hello, > > t...@tsdye.com (Thomas S. Dye) writes: > >> I'm starting now to work out the port to the new exporter. I first >> tried the new LaTeX exporter, which stops with this error: >> Symbol's value as variable is void: value > > It should be fixed in

[O] org-agenda-custom-commands with org-agenda-clockreport-mode somewhat broken?

2012-05-05 Thread Gaizka
Hi there! I have these custom agendas in my org-agenda-custom-commands variable: ("w" . "Work Related") ("w1" "Test ok report" ((agenda "" ( (org-agenda-clockreport-mode t) ("w2"

Re: [O] [bug] Assigning "0:00" to cell gives an error

2012-05-05 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > Let's come back to time values: > > @2$2=1:23;t > > means, for me, that: > > - the value 1:23 should be assigned to the cell > - that value should be formatted as a fraction. > > Hence, I'd expect to see `1.38' (and not `0:00'). This works correctl

[O] New LaTeX exporter and source code blocks

2012-05-05 Thread Thomas S. Dye
Aloha, The new LaTeX exporter doesn't properly handle source code blocks with :exports results. The following snippet exports correctly with the old exporter. Org-mode source #+name: ACM-categories #+header: :var c=categories #+header: :results latex #+header: :exports results #+BEGI

Re: [O] New LaTeX exporter and source code blocks

2012-05-05 Thread Nicolas Goaziou
t...@tsdye.com (Thomas S. Dye) writes: > The new LaTeX exporter doesn't properly handle source code blocks with > :exports results. The following snippet exports correctly with the old > exporter. > > Org-mode source > #+name: ACM-categories > #+header: :var c=categories > #+header: :r

Re: [O] New LaTeX exporter and source code blocks

2012-05-05 Thread Thomas S. Dye
Nicolas Goaziou writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> The new LaTeX exporter doesn't properly handle source code blocks with >> :exports results. The following snippet exports correctly with the old >> exporter. >> >> Org-mode source >> #+name: ACM-categories >> #+head

Re: [O] New LaTeX exporter and source code blocks

2012-05-05 Thread Nicolas Goaziou
t...@tsdye.com (Thomas S. Dye) writes: > Here is a problem with CAPTION and ATTR_LaTeX lines. Note that the > \table{} environment wasn't established. > > Org-mode > #+CAPTION: Frequency of Special Characters > #+ATTR_LaTeX: align=|c|c|l| > > |-+-+---

Re: [O] Display/print text only for export

2012-05-05 Thread François Pinard
Bastien writes: > Does #+INCLUDE: suits your needs? Oh! I never used a colon after #+INCLUDE. Checking the Org manual, the colon is systematically there, except within the last paragraph of node /Updating files/. Maybe it could be added for consistency? I did not notice my error as everythin

Re: [O] Display/print text only for export

2012-05-05 Thread Bastien
Hi François, François Pinard writes: > Bastien writes: > >> Does #+INCLUDE: suits your needs? > > Oh! I never used a colon after #+INCLUDE. Checking the Org manual, the > colon is systematically there, except within the last paragraph of node > /Updating files/. Maybe it could be added for c

Re: [O] New LaTeX exporter and source code blocks

2012-05-05 Thread Thomas S. Dye
Nicolas Goaziou writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> Here is a problem with CAPTION and ATTR_LaTeX lines. Note that the >> \table{} environment wasn't established. >> >> Org-mode >> #+CAPTION: Frequency of Special Characters >> #+ATTR_LaTeX: align=|c|c|l| >> >> |--

Re: [O] Touching :noexport: regions

2012-05-05 Thread François Pinard
François Pinard writes: > Our dear Bastien writes: >> We could have a #+PUBLISH: option allowing to tell whether a file >> should be published or not. If we had this, we could then check >> whether a section without the :noexport: tag has been modified... >> and dynamically set the buffer publi

[O] Commented internal links bad in new export

2012-05-05 Thread Rafael
The manual says, in section 4.2 Internal links: Targets may be located anywhere; sometimes it is convenient to put them into a comment line. For example # <> But if I use such commented targets, then the new exporter does not see them, neither the one to LaTeX nor the HTML one.

Re: [O] Commented internal links bad in new export

2012-05-05 Thread Nicolas Goaziou
Hello, Rafael writes: > The manual says, in section 4.2 Internal links: > > Targets may be located anywhere; sometimes it is convenient to put > them into a comment line. For example > > # <> > > But if I use such commented targets, then the new exporter does not see > them, nei

Re: [O] New LaTeX exporter and source code blocks

2012-05-05 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: > I can't get a \begin{figure*} environment with multicolumn. > > Org-mode > #+CAPTION: A sample black and white graphic (.eps format) that needs to span > two columns of text. > #+ATTR_LaTeX: multicolumn > [[file:flies.eps]] >