[O] BABEL -- PROPERTY?

2011-11-16 Thread Michael Hannon
Hi, Eric.  In a recent thread (Failure exporting with emacs --batch) on this list, you mentioned: #+BABEL :exports results One item to note is that the #+BABEL: syntax is now deprecated, try replacing the above line with the following. #+PROPERTY: exports results I've seen the extended

Re: [O] New feature branch: org-xhtml-and-org-odt

2011-11-16 Thread joakim
Bastien b...@altern.org writes: Hi Joakim, joa...@verona.se writes: I have a project at github called inkmacs, which integrates inkscape, org-mode, and emacs: https://github.com/jave/inkmacs There I support interactive transfer of org nodes to inkscapes text nodes. My current code to

Re: [O] New feature branch: org-xhtml-and-org-odt

2011-11-16 Thread Bastien
Hi Joakim, joa...@verona.se writes: Interesting. Is this available in a branch somewhere? Meanwhile I'll have a look at org-lparse. Not yet. org-lparse is a line parser, currently used for the ODT exporter, and planned to be used for the HTML exporter (which is already based on line

Re: [O] BABEL -- PROPERTY?

2011-11-16 Thread Christian Moe
On 11/16/11 9:21 AM, Michael Hannon wrote: (2) I typically use the following BABEL line: #+BABEL: :session *R* :cache yes :results output verbatim :exports both :tangle How would I express that using the PROPERTY syntax? #+PROPERTY: session *R* #+PROPERTY: cache yes #+PROPERTY: results

Re: [O] BABEL -- PROPERTY?

2011-11-16 Thread Sebastien Vauban
Hi Michael, Michael Hannon wrote: Hi, Eric.  In a recent thread (Failure exporting with emacs --batch) on this list, you mentioned: #+BABEL :exports results One item to note is that the #+BABEL: syntax is now deprecated, try replacing the above line with the following. #+PROPERTY:

Re: [O] New feature branch: org-xhtml-and-org-odt

2011-11-16 Thread joakim
Bastien b...@altern.org writes: Hi Joakim, joa...@verona.se writes: Interesting. Is this available in a branch somewhere? Meanwhile I'll have a look at org-lparse. Not yet. org-lparse is a line parser, currently used for the ODT exporter, and planned to be used for the HTML exporter

[O] Org-mode latex-export minted problem

2011-11-16 Thread Piotr Kaźmierczak
Hi, I'm having a hard time configuring org-mode LaTeX export to work with minted package for code listings. I put #+LaTeX_HEADER: \usepackage{minted} #+LaTeX_HEADER: \usemintedstyle{emacs} in the header of my org mode file, and then #+BEGIN_SRC haskell :exports code some haskell code here

Re: [O] Org-mode latex-export minted problem

2011-11-16 Thread Niels Giesen
Piotr Kaźmierczak p.h.kazmierc...@gmail.com writes: Hi, I'm having a hard time configuring org-mode LaTeX export to work with minted package for code listings. I put #+LaTeX_HEADER: \usepackage{minted} #+LaTeX_HEADER: \usemintedstyle{emacs} in the header of my org mode file, and then

[O] Tags grouping

2011-11-16 Thread Gustav Wikström
Hello! I just looked at http://lumiere.ens.fr/~guerry/emacs-orgmode-gnu-hackers-meeting-2011.html and wanted to express my excitement about the suggested tags grouping-future improvement! Just out of curiosity, what is the intended functionality? Should groups be able to be groups of groups? Is

Re: [O] BABEL -- PROPERTY?

2011-11-16 Thread Nick Dokos
Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: (1) Does deprecated mean that the BABEL line will be gone from Org-mode= 7.8? Yes. AFAIK, if you are pulling from the git repo, it's already gone: it's been gone since Oct. 20 or so. Nick

[O] Question regarding remote references in tables

2011-11-16 Thread Viktor Rosenfeld
Hi, I'm trying to copy the values of a column in one table to another table in. If I understand the manual correctly, this should be possible with remote references. But I can't get it to work. In the example below, if I evaluate the table formula, column 2 of table bar is copied into column 3.

Re: [O] Question regarding remote references in tables

2011-11-16 Thread Nick Dokos
Viktor Rosenfeld listuse...@googlemail.com wrote: Hi, I'm trying to copy the values of a column in one table to another table in. If I understand the manual correctly, this should be possible with remote references. But I can't get it to work. In the example below, if I evaluate the table

Re: [O] Question regarding remote references in tables

2011-11-16 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Viktor Rosenfeld listuse...@googlemail.com wrote: Hi, I'm trying to copy the values of a column in one table to another table in. If I understand the manual correctly, this should be possible with remote references. But I can't get it to work.

Re: [O] Question regarding remote references in tables

2011-11-16 Thread Viktor Rosenfeld
Nick Dokos wrote: The manual says: $3 = remote(FOO, @@#$2) copy column 2 from table FOO into column 3 of the current table and that works. Thank you, Nick. Wer lesen kann, ist klar im Vorteil. (Those who can read are at a clear advantage -- a

Re: [O] BABEL -- PROPERTY?

2011-11-16 Thread Michael Hannon
(2) I typically use the following BABEL line: #+BABEL: :session *R* :cache yes :results output verbatim :exports both :tangle How would I express that using the PROPERTY syntax? #+PROPERTY: session *R* #+PROPERTY: cache yes #+PROPERTY: results output verbatim etc. Or if you've got

Re: [O] BABEL -- PROPERTY?

2011-11-16 Thread Eric Schulte
Michael Hannon jm_han...@yahoo.com writes: (2) I typically use the following BABEL line: #+BABEL: :session *R* :cache yes :results output verbatim :exports both :tangle How would I express that using the PROPERTY syntax? #+PROPERTY: session *R* #+PROPERTY: cache yes #+PROPERTY: results

Re: [O] BABEL -- PROPERTY?

2011-11-16 Thread Michael Hannon
[...] (1) Does deprecated mean that the BABEL line will be gone from Org-mode 7.8? Yes. Hi, Seb.  Thanks for confirming this. (2) I typically use the following BABEL line: #+BABEL: :session *R* :cache yes :results output verbatim :exports both :tangle How would I express that using

Re: [O] BABEL -- PROPERTY?

2011-11-16 Thread Michael Hannon
(1) Does deprecated mean that the BABEL line will be gone from Org-mode=   7.8? Yes. AFAIK, if you are pulling from the git repo, it's already gone: it's been gone since Oct. 20 or so. Heh.  Thanks, Nick.  I AM running with a copy from the git repo, but I've been afraid to pull any fresh

Re: [O] regenerating agendas automatically if any .org files change

2011-11-16 Thread Stephen J. Barr
I think that that would also work. I will just have to disable emacs-server. On Fri, Nov 11, 2011 at 6:30 PM, Herbert Sitz hes...@gmail.com wrote: Viktor Rosenfeld listuser36 at googlemail.com writes: AFAIK, there can only be one agenda view (an expert correct me, if I'm wrong). But you can

Re: [O] BABEL -- PROPERTY?

2011-11-16 Thread Michael Hannon
[...] I had a vague recollection that there was at one time a proposal to have some kind of continuation lines for multiple properties. That is the case and the (now implemented) result of these discussions is best described in the commit message shown here.

Re: [O] BABEL -- PROPERTY?

2011-11-16 Thread Sebastien Vauban
Hi Michael, Michael Hannon wrote: (2) I typically use the following BABEL line: #+BABEL: :session *R* :cache yes :results output verbatim :exports both :tangle How would I express that using the PROPERTY syntax? #+PROPERTY:  tangle yes Note that I added a yes value for the tangle

Re: [O] BABEL -- PROPERTY?

2011-11-16 Thread Nick Dokos
Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: Hi Michael, Michael Hannon wrote: (2) I typically use the following BABEL line: #+BABEL: :session *R* :cache yes :results output verbatim :exports both :tangle How would I express that using the PROPERTY syntax? #+PROPERTY: 

Re: [O] BABEL -- PROPERTY?

2011-11-16 Thread Michael Hannon
[...] C-e is bound to org-end-of-line which does the stutter step when you have a wide buffer in a narrow window: it stops at the first previously invisible character[fn:1]. If you have a very wide screen (e.g. a table with a hundred columns or something like that) it might take a few steps