Re: [O] Unable to 'make oldorg'

2012-05-18 Thread Bastien
Achim Gratz writes: > 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 b

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 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 matches

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 wrote: > > > > > 2) If not, where is the code th

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

2012-05-18 Thread Nick Dokos
Richard Stanton 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" cmd)

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 wrote: > > > > >

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

2012-05-18 Thread Nick Dokos
Richard Stanton 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" cmd)

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 > |

[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 /usr/share/i

Re: [O] Code blocks in lists?

2012-05-18 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: > "Sebastien Vauban" writes: >> If I change my list to something like this: >> >> 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 >> >>1.

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 an

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 Thomas S. Dye
Bastien 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

Re: [O] Code blocks in lists?

2012-05-18 Thread Eric Schulte
"Sebastien Vauban" writes: > Hi Nicolas and Eric, > > Eric Schulte wrote: >> "Sebastien Vauban" 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

Re: [O] Code blocks in lists?

2012-05-18 Thread Sebastien Vauban
Hi Nicolas and Eric, Eric Schulte wrote: > "Sebastien Vauban" 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 t

[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 https://github.com

[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 □

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

Re: [O] Unable to 'make oldorg'

2012-05-18 Thread Nick Dokos
Greg Lucas 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 targets

[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 prerequisi

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. > >#+begi

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 >> http://lists.gnu.org/archive/html/emacs-orgmode/2012

Re: [O] Code blocks in lists?

2012-05-18 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" 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 'load-path "/path/to/color-theme-6.6.0") >(

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 >> http://lists.gnu.org/archive/html/emacs-orgmode/2012

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 mailto:avery+orgm...@ootbdev.com)> > wrote: > > > I have visual-line-mode and indentation turned on. I am having > > difficulty (i.e. I am unable t

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] Code blocks in lists?

2012-05-18 Thread Eric Schulte
"Sebastien Vauban" 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 >>> http://lists.g

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 >> http://lists.gnu.org/archive/html/emacs-orgmode/2012-0

Re: [O] Code blocks in lists?

2012-05-18 Thread Eric Schulte
"Sebastien Vauban" 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 emacs-lisp >(a

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

2012-05-18 Thread Eric Schulte
"Mikhail Titov" 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

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

2012-05-18 Thread Gregor Zattler
Hi Achim, * Achim Gratz [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 >> but

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

2012-05-18 Thread Nicolas Goaziou
Nick Dokos 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 "__a\alph

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

2012-05-18 Thread Nick Dokos
Nicolas Goaziou wrote: > Hello, > > Nick Dokos 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 "\un

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

2012-05-18 Thread Nicolas Goaziou
Hello, Nick Dokos 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 think the OP wan

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

2012-05-18 Thread Nick Dokos
Nicolas Goaziou wrote: > Hello, > > Xu Jingtao 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 tra

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

2012-05-18 Thread Nicolas Goaziou
Hello, Xu Jingtao 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 codes. Why is it

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

2012-05-18 Thread Nick Dokos
Xu Jingtao 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 is why it

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.

[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] 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 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 /out-of-the-box/. A lit

[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

[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