Re: [O] Tables in Plain Lists

2012-05-17 Thread Gregor Zattler
Hi Joost, * Joost Kremers [16. May. 2012]: > On Wed, May 16, 2012 at 07:13:36PM +, SW wrote: >> Emacs 23.2.1 with org 7.8.06. Tested with transient-mark-mode enabled and >> disabled. I selected the table and hit . Point moved by one tab (if I >> selected from the top to the bottom of the table

Re: [O] Tables in Plain Lists

2012-05-17 Thread Joost Kremers
On Thu, May 17, 2012 at 12:24:22PM +0200, Gregor Zattler wrote: > Really great. This works for me with Emacs 23.4.1 and it's org > version 6.33x, while not with the same Emacs and org-version > 7.8.10 (release_7.8.10-529-gc4cad9). I copied the version info > from the info file since org-version s

Re: [O] Tables in Plain Lists

2012-05-17 Thread Achim Gratz
Gregor Zattler writes: > Really great. This works for me with Emacs 23.4.1 and it's org > version 6.33x, while not with the same Emacs and org-version 7.8.10 > (release_7.8.10-529-gc4cad9). I copied the version info from the info > file since org-version shows no version any more. You didn't do

Re: [O] Tables in Plain Lists

2012-05-17 Thread Gregor Zattler
Hi Achim, * Achim Gratz [17. May. 2012]: > Gregor Zattler writes: >> Really great. This works for me with Emacs 23.4.1 and it's org >> version 6.33x, while not with the same Emacs and org-version 7.8.10 >> (release_7.8.10-529-gc4cad9). I copied the version info from the info >> file since org-ve

Re: [O] Tables in Plain Lists

2012-05-17 Thread Achim Gratz
Gregor Zattler writes: > I didn't because I do not see any difference. All you need to do is make update autoloads 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 worktr

Re: [O] Strange Custom Agenda Problem

2012-05-17 Thread Mike McLean
On Thursday, May 17, 2012, Bastien wrote: > Hi Mike, > > Mike McLean > writes: > > > I have the following (amount other things) in my > org-agenda-custom-commands: > > > > (setq org-agenda-custom-commands > > '(("x" "test" tags-todo "+Outcome+LEVEL=4"))) > > > > When I custom-command selec

[O] how to install org from git repo / org-version problem (was: Re: Tables in Plain Lists)

2012-05-17 Thread Gregor Zattler
Hi Achim, * Achim Gratz [17. May. 2012]: > Gregor Zattler writes: >> I didn't because I do not see any difference. > > All you need to do is > > make update autoloads > > Until some patches that Bastien is reviewing have been committed, it is > important that the "autoloads" are done last or th

[O] Proposal: starting of parallel asynchronous shell processes

2012-05-17 Thread Tobias Naehring
Currently, only one asynchronous shell process can be started inside an org buffer via [[shell: ... &]] The reason is that in `org-open-at-point' only the default shell output buffer `*Shell Command Output*' is used for `shell-command'. A poor man's solution to allow parallel shell processes wou

Re: [O] Strange Custom Agenda Problem

2012-05-17 Thread Mike McLean
On Thursday, May 17, 2012, Mike McLean wrote: > > > On Thursday, May 17, 2012, Bastien wrote: > >> Hi Mike, >> >> Mike McLean writes: >> >> > I have the following (amount other things) in my >> org-agenda-custom-commands: >> > >> > (setq org-agenda-custom-commands >> > '(("x" "test" tags-

Re: [O] italic in the new odt exporter

2012-05-17 Thread Jambunathan K
Nicolas Goaziou writes: > Andreas Leha writes: > >> I had to add (italic . "Italic") to the definition of >> org-e-odt-default-org-styles-alist in contrib/lisp/org-e-odt.el to get >> /italic/ text exported correctly to odt. > > I recently have split `emphasis' object type into `bold', `italic',

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

2012-05-17 Thread Achim Gratz
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 the result of org-version is the same, e.g. no vers

[O] Export headings from agenda view

2012-05-17 Thread Nathan Neff
Hi all, I have a bunch of .org files with headings that have :faq: tags in them. I would like to do an agenda search for these :faq: tags, and then export/copy all the headings and their contents to new .org file. The purpose of this is so I can organize my notes in whatever fashion I want, but

Re: [O] Strange Custom Agenda Problem

2012-05-17 Thread Bastien
Mike McLean writes: > I will, but I'm booked in meetings today so it may take a day ... > > Though in lieu of proper debugging and bug-reporting I reversed the > above referenced commit in my local copy of org and now my full, > complex setup works as expected as does the test case above

[O] Zero Warnings against Emacs-24

2012-05-17 Thread Martyn Jago
It is extremely good to see Org-mode builds against Emacs-24 with zero warnings. (with make up1 autoloads) Org-mode rocks, /and/ plays nicely with Emacs. Thanks Bastien, Achim, and Maintainers ~ I for one think such attention to detail is a real sign of quality. Also with zero test failures o

[O] [PATCH] Document ID special property.

2012-05-17 Thread Adam Spiers
* doc/org.texi: add ID to the list of special properties. --- doc/org.texi |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 4c48a03..ab8fb67 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -4926,6 +4926,7 @@ column view (@pxref{Column vie

[O] [PATCH] Fix typo in manual index's description of the 'Hooks' section

2012-05-17 Thread Adam Spiers
* doc/org.texi: Fix typo in description of the 'Hooks' section --- doc/org.texi |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 4c48a03..d6a4353 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -741,7 +741,7 @@ Interaction with other pac

[O] [PATCH] Add hyperlink to Org website from HTML export footer

2012-05-17 Thread Adam Spiers
* lisp/org-html.el: add hyperlink to http://orgmode.org/ from export footer --- lisp/org-html.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index bcbad61..03c39e8 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -1857,7 +18

[O] [babel] java headless support is missing for most graphing languages

2012-05-17 Thread Mikhail Titov
Hello! I’ve noticed that at least ditaa and plantuml fail to evaluate with babel. While for ditaa I can override :java list item with something like (setq org-babel-default-header-args:ditaa '((:results . "file") (:exports . "results") (:java . "-Dfile.encoding=UTF-8 -Djava.awt.headles

[O] bug#11491: 24.0.96 instead of 23.0.96

2012-05-17 Thread Glenn Morris
Albert wrote: > 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? No, please don't close/resend it for such a reason. I doubt anyone cares about the title, but I will

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

2012-05-17 Thread Mikhail Titov
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 pin point the problem? It just re

[O] bug#11491: 24.0.96 instead of 23.0.96

2012-05-17 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-17 Thread Bastien
Adam Spiers 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 website, to be fair. Be

Re: [O] Zero Warnings against Emacs-24

2012-05-17 Thread Bastien
Hi Martyn, Martyn Jago 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 triggering the first call

Re: [O] Tables in Plain Lists

2012-05-17 Thread Bastien
Achim Gratz 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-17 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 a

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

2012-05-17 Thread Bastien
Hi Eric, Eric S Fraga 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 the job nicely,