[O] bug#11491: 24.0.96 instead of 23.0.96

2012-05-18 Thread Albert
The version string has an typo in the original report. I guess it is better to send it again with the correct version in the subject. Should/Can I close this bug-report? I will try. Albert.

Re: [O] [PATCH] Document ID special property.

2012-05-18 Thread Bastien
Adam Spiers orgm...@adamspiers.org writes: * doc/org.texi: add ID to the list of special properties. * doc/org.texi: Fix typo in description of the 'Hooks' section * lisp/org-html.el: add hyperlink to http://orgmode.org/ from export footer Applied, thanks. I also added the link to Emacs

Re: [O] Zero Warnings against Emacs-24

2012-05-18 Thread Bastien
Hi Martyn, Martyn Jago martyn.j...@btinternet.com writes: Thanks Bastien, Achim, and Maintainers ~ I for one think such attention to detail is a real sign of quality. Thanks to Achim on this one, and to John Wiegley on getting rid of other warnings in org-remember.el. And thanks to you for

Re: [O] Tables in Plain Lists

2012-05-18 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Until some patches that Bastien is reviewing have been committed, it is important that the autoloads are done last or that org is installed to some other place than the Git worktree. I just applied Achim's patches about this issue. -- Bastien

[O] M-x org-version RET now produces some sensible in all possible install/use-cases

2012-05-18 Thread Bastien
Hi all, an old haitian saying goes like this: Ak pasyans ou vle lombik fourmi. which translates: With patience, you see the ombilic of an ant. One of my favorite saying when I spent some time working in Port-au-Prince, where you get nothing with a lot of patience. Thanks to patient and

Re: [O] org-export-preprocess-hook and the new exporter (was Re: Using Org for a dissertation)

2012-05-18 Thread Bastien
Hi Eric, Eric S Fraga e.fr...@ucl.ac.uk writes: I was intrigued by the comment above regarding the ignoreheading tag. Sounded just like what I needed. However, it doesn't do anything with org /out-of-the-box/. A little searching led to Suvayu's posting in stackoverflow [1] and that does

[O] bug#11491: 24.0.96 instead of 23.0.96

2012-05-18 Thread Bastien
Fixed in latest Org (from git.) Quotes are now mandatory and filenames can contain spaces. Thanks for suggesting this. -- Bastien

[O] Code blocks in lists?

2012-05-18 Thread Sebastien Vauban
Hello, As demonstrated by the following ECM, it seems that I can't put code blocks inside lists: --8---cut here---start-8--- * Installation 1. Download and install color-theme. #+begin_src emacs-lisp (add-to-list 'load-path /path/to/color-theme-6.6.0)

Re: [O] org-export-preprocess-hook and the new exporter (was Re: Using Org for a dissertation)

2012-05-18 Thread Nicolas Goaziou
Hello, Eric S Fraga e.fr...@ucl.ac.uk writes: This is probably more for Nicolas... and apologies for hijacking the thread slightly! I was intrigued by the comment above regarding the ignoreheading tag. Sounded just like what I needed. However, it doesn't do anything with org

[O] [PATCH] XEmacs compatibility (was: Zero Warnings against Emacs-24)

2012-05-18 Thread Achim Gratz
Martyn Jago writes: It is extremely good to see Org-mode builds against Emacs-24 with zero warnings. I just see that this broke XEmacs... but there is already a compatibility macro defined, so simply use it. From 64b63af7bd7dbd974bef2e70c6ea0fc5b9b3d982 Mon Sep 17 00:00:00 2001 From: Achim

Re: [O] emacs org mode publish to latex failed with strings like __aaa_cc__

2012-05-18 Thread Xu Jingtao
Hi Nick: I had added the option to my org file. What I want to ensure is that this is maybe a bug of emacs org mode. I know _a string_ will try to convert to underline string in latex, by emacs variable org-export-latex-emphasis-alist. Maybe this is why it is translated into wrong latex codes.

Re: [O] emacs org mode publish to latex failed with strings like __aaa_cc__

2012-05-18 Thread Nick Dokos
Xu Jingtao jingta...@gmail.com wrote: Hi Nick: I had added the option to my org file. What I want to ensure is that this is maybe a bug of emacs org mode. I know _a string_ will try to convert to underline string in latex, by emacs variable org-export-latex-emphasis-alist. Maybe this

Re: [O] emacs org mode publish to latex failed with strings like __aaa_cc__

2012-05-18 Thread Nicolas Goaziou
Hello, Xu Jingtao jingta...@gmail.com writes: What I want to ensure is that this is maybe a bug of emacs org mode. I know _a string_ will try to convert to underline string in latex, by emacs variable org-export-latex-emphasis-alist. Maybe this is why it is translated into wrong latex

Re: [O] emacs org mode publish to latex failed with strings like __aaa_cc__

2012-05-18 Thread Nick Dokos
Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Xu Jingtao jingta...@gmail.com writes: What I want to ensure is that this is maybe a bug of emacs org mode. I know _a string_ will try to convert to underline string in latex, by emacs variable org-export-latex-emphasis-alist.

Re: [O] emacs org mode publish to latex failed with strings like __aaa_cc__

2012-05-18 Thread Nicolas Goaziou
Hello, Nick Dokos nicholas.do...@hp.com writes: The old exporter latex output doesn't compile. Ah ok, I only tried with the experimental one. I tried the new exporter does it correctly, with either setting of the option. The new one exports __aaa_b__ as \underline{\underline{aaa$_b$}}. I

Re: [O] emacs org mode publish to latex failed with strings like __aaa_cc__

2012-05-18 Thread Nick Dokos
Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Nick Dokos nicholas.do...@hp.com writes: The old exporter latex output doesn't compile. Ah ok, I only tried with the experimental one. I tried the new exporter does it correctly, with either setting of the option. The new one

Re: [O] emacs org mode publish to latex failed with strings like __aaa_cc__

2012-05-18 Thread Nicolas Goaziou
Nick Dokos nicholas.do...@hp.com writes: The new one exports __aaa_b__ as \underline{\underline{aaa$_b$}}. I think the OP wants a verbatim \_\_aaa\_b\_\_ instead. That can be done with ~__aaa_b__~ though. Yes, but I assume that aaa could also contain other Org syntax, like an entity. So

Re: [O] how to install org from git repo / org-version problem

2012-05-18 Thread Gregor Zattler
Hi Achim, * Achim Gratz strom...@nexgo.de [17. May. 2012]: Gregor Zattler writes: Thanks for your suggestion, I did cd to working copy did make update autoloads was astonished that this pulls from the repo, saw the compiling and the generation of the manual, started Emacs -Q -l ~/.emacs

Re: [O] How to get to work non-interactive publishing?

2012-05-18 Thread Eric Schulte
Mikhail Titov m...@gmx.us writes: Hello! I can publish project if I don’t use –-batch . So the following works just fine: emacs -nw --eval '(org-publish-project myproj)' However nothing happens if I try emacs --batch --eval '(org-publish-project myproj)' Does anybody have an idea how to

Re: [O] Code blocks in lists?

2012-05-18 Thread Eric Schulte
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hello, As demonstrated by the following ECM, it seems that I can't put code blocks inside lists: --8---cut here---start-8--- * Installation 1. Download and install color-theme. #+begin_src

Re: [O] Code blocks in lists?

2012-05-18 Thread Sebastien Vauban
Hi Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: As demonstrated by the following ECM, it seems that I can't put code blocks inside lists. I guess this is the same root cause as the problem I tried to described at

Re: [O] Code blocks in lists?

2012-05-18 Thread Eric Schulte
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: As demonstrated by the following ECM, it seems that I can't put code blocks inside lists. I guess this is the same root cause as the problem I tried to described at

Re: [O] how to install org from git repo / org-version problem

2012-05-18 Thread Achim Gratz
Gregor Zattler writes: [...] Now it looks like it should. Your guess is correct. Thank you very much. You're welcome. With the patches now in place, an explicit make autoloads has become unneccesary and simply make update should keep you current. If you don't want tthe PDF documentation

Re: [O] Headline terminator with indentation on

2012-05-18 Thread Avery Chan
Thanks for the clarification. I'm happy just knowing that it isn't supported... On Tuesday, May 15, 2012 at 6:55 PM, Nick Dokos wrote: Avery Chan avery+orgm...@ootbdev.com (mailto:avery+orgm...@ootbdev.com) wrote: I have visual-line-mode and indentation turned on. I am having difficulty

Re: [O] **: Re: Code blocks in lists?

2012-05-18 Thread Sebastien Vauban
Hi Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: As demonstrated by the following ECM, it seems that I can't put code blocks inside lists. I guess this is the same root cause as the problem I tried to described at

Re: [O] Code blocks in lists?

2012-05-18 Thread Nicolas Goaziou
Hello, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Hello, As demonstrated by the following ECM, it seems that I can't put code blocks inside lists: * Installation 1. Download and install color-theme. #+begin_src emacs-lisp (add-to-list

Re: [O] **: Re: Code blocks in lists?

2012-05-18 Thread Sebastien Vauban
Hi Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: As demonstrated by the following ECM, it seems that I can't put code blocks inside lists. I guess this is the same root cause as the problem I tried to described at

Re: [O] Code blocks in lists?

2012-05-18 Thread Nicolas Goaziou
Hello, wxhgmqzgw...@spammotel.com writes: * Before command 1. Download and install color-theme. #+begin_src emacs-lisp (add-to-list 'load-path /path/to/color-theme-6.6.0) (require 'color-theme) #+end_src 2. Download and install color-theme-leuven. #+begin_src

[O] Unable to 'make oldorg'

2012-05-18 Thread Greg Lucas
I'm trying to build using the oldorg target. (I'm use el-get and the recipe relies on oldorg.) On my OS X machine this is failing because I don't have Tex (see output below). This was not a requirement before. I believe the problem is a recent change to targets.mk that made doc a prerequisite to

Re: [O] Unable to 'make oldorg'

2012-05-18 Thread Nick Dokos
Greg Lucas g...@glucas.net wrote: I'm trying to build using the oldorg target. (I'm use el-get and the recipe relies on oldorg.) On my OS X machine this is failing because I don't have Tex (see output below). This was not a requirement before. I believe the problem is a recent change to

Re: [O] Unable to 'make oldorg'

2012-05-18 Thread Achim Gratz
Greg Lucas writes: I believe the problem is a recent change to targets.mk that made doc a prerequisite to compile. I'm not familiar enough with this build to understand the reason for this change or propose an alternative that would keep oldorg working as before. I've already sent a patch to

[O] Unicode characters export from babel code blocks ?

2012-05-18 Thread BernardH
Hi, In some literate program, I'd like to generate a data file. I do it with a shell here-document (is there a better way just to inline some text to tangle in a file?). It works when tangling but not when exporting to the pdf. Because there is a catch : I wanted to use unicode \25A0 ■ and \25A1

[O] README.org on github

2012-05-18 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi THis is a slightly off topic question, but it concerns org. I would like to use a README.org file on github, and also include code blocks in the README.org - is this possible? What do I have to do to achieve this? The help on

Re: [O] Code blocks in lists?

2012-05-18 Thread Sebastien Vauban
Hi Nicolas and Eric, Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Nicolas Goaziou wrote: Sebastien Vauban writes: As demonstrated by the following ECM, it seems that I can't put code blocks inside lists. I guess this is the same root cause as the problem I tried

Re: [O] Code blocks in lists?

2012-05-18 Thread Eric Schulte
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Nicolas and Eric, Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Nicolas Goaziou wrote: Sebastien Vauban writes: As demonstrated by the following ECM, it seems that I can't put code blocks inside lists. I

Re: [O] M-x org-version RET now produces some sensible in all possible install/use-cases

2012-05-18 Thread Thomas S. Dye
Bastien b...@gnu.org writes: Hi all, an old haitian saying goes like this: Ak pasyans ou vle lombik fourmi. which translates: With patience, you see the ombilic of an ant. One of my favorite saying when I spent some time working in Port-au-Prince, where you get nothing with a lot

Re: [O] M-x org-version RET now produces some sensible in all possible install/use-cases

2012-05-18 Thread Achim Gratz
Thomas S. Dye writes: This seems odd to me, but sensible: Org-mode version N/A (N/A !!check installation!! @ /Users/dk/.emacs.d/src/org/lisp/) This means there is an org-install.el in that directory, but it doesn't seem to be one that matches to your org version and both org-version.el and

Re: [O] M-x org-version RET now produces some sensible in all possible install/use-cases

2012-05-18 Thread Achim Gratz
Bastien writes: Thanks to patient and hard work of Achim, M-x org-version RET should now return something sensible in each use-case. There are basically two use-cases, not-installed and installed. Not-installed comes in three flavors, although the first one has some hard to avoid pitfalls and

[O] Can't make org-install.el

2012-05-18 Thread Sebastien Vauban
Hello, I don't know why, but with the most recent Org-mode version, I can't make org-install.org: --8---cut here---start-8--- make -C doc install make[1]: Entering directory `/cygdrive/c/home/sva/Downloads/emacs/site-lisp/org-mode/doc' if [ ! -d

Re: [O] Problem exporting to PDF (and viewing)

2012-05-18 Thread Richard Stanton
2) If not, where is the code that interprets %s? I can try stepping through it and see what I can find. It happens in org.el:org-open-file, specifically this piece of the code (I think): , | (while (string-match %s cmd) | (setq cmd (replace-match |

Re: [O] Problem exporting to PDF (and viewing)

2012-05-18 Thread Nick Dokos
Richard Stanton stan...@haas.berkeley.edu wrote: 2) If not, where is the code that interprets %s? I can try stepping through it and see what I can find. It happens in org.el:org-open-file, specifically this piece of the code (I think): , | (while (string-match %s

Re: [O] Problem exporting to PDF (and viewing)

2012-05-18 Thread Richard Stanton
-Original Message- From: nicholas.do...@hp.com [mailto:nicholas.do...@hp.com] Sent: Friday, May 18, 2012 2:11 PM To: Richard Stanton Cc: emacs-orgmode@gnu.org; Jonathan Leech-Pepin Subject: Re: [O] Problem exporting to PDF (and viewing) Richard Stanton stan...@haas.berkeley.edu

Re: [O] Problem exporting to PDF (and viewing)

2012-05-18 Thread Nick Dokos
Richard Stanton stan...@haas.berkeley.edu wrote: 2) If not, where is the code that interprets %s? I can try stepping through it and see what I can find. It happens in org.el:org-open-file, specifically this piece of the code (I think): , | (while (string-match %s

Re: [O] Problem exporting to PDF (and viewing)

2012-05-18 Thread Richard Stanton
From: nicholas.do...@hp.com [mailto:nicholas.do...@hp.com] Sent: Friday, May 18, 2012 3:20 PM To: Richard Stanton Cc: emacs-orgmode@gnu.org; Jonathan Leech-Pepin Subject: Re: [O] Problem exporting to PDF (and viewing) Richard Stanton stan...@haas.berkeley.edu wrote: 2) If not, where

Re: [O] M-x org-version RET now produces some sensible in all possible install/use-cases

2012-05-18 Thread Thomas S. Dye
Aloha Achim, Achim Gratz strom...@nexgo.de writes: Thomas S. Dye writes: This seems odd to me, but sensible: Org-mode version N/A (N/A !!check installation!! @ /Users/dk/.emacs.d/src/org/lisp/) This means there is an org-install.el in that directory, but it doesn't seem to be one that