Re: [O] [bug] Tables in lists not exported to ODT

2012-01-20 Thread Eric S Fraga
Jambunathan K kjambunat...@gmail.com writes: One comment: for tables that are indented, it probably makes sense to have the table take up 100% of the width available to it? Do you want to maximize the real-estate available for tables - indented or otherwise. Indentation for tables

[O] links to headline in LaTeX export

2012-01-20 Thread Alan Schmitt
Hello, I'm trying to have links (in the form of \ref and \label) work in LaTeX export, but I cannot seem to succeed. I'm following the advice of http://orgmode.org/worg/org-tutorials/org-latex-export.html (section 16). I have two problems with my links: first I would like the text to be the

Re: [O] links to headline in LaTeX export

2012-01-20 Thread Alan Schmitt
On 20 Jan 2012, at 12:05, Eric S Fraga wrote: Alan Schmitt alan.schm...@polytechnique.org writes: Hello, I'm trying to have links (in the form of \ref and \label) work in LaTeX export, but I cannot seem to succeed. I'm following the advice You could always do this directly using label and

Re: [O] links to headline in LaTeX export

2012-01-20 Thread Thomas S. Dye
Alan Schmitt alan.schm...@polytechnique.org writes: Hello, I'm trying to have links (in the form of \ref and \label) work in LaTeX export, but I cannot seem to succeed. I'm following the advice of http://orgmode.org/worg/org-tutorials/org-latex-export.html (section 16). I have two problems

[O] [bug] :eval header argument ignored in the #+call: block

2012-01-20 Thread Leo Alekseyev
Suppose I have a code block foo, and I want to call it several times in my org file. However, foo may be a slow function, and so any time I evaluate buffer non-interactively (e.g. HTML export) I want to enable only one out of many calls to :foo The following doesn't work, but I think it should,

Re: [O] links to headline in LaTeX export

2012-01-20 Thread Alan Schmitt
On 20 Jan 2012, at 15:42, Thomas S. Dye wrote: Aloha Alan, Your LaTeX output indicates that this setting: (setq org-export-latex-hyperref-format \\ref{%s}) hasn't taken effect for one reason or another. What do you get with C-h v org-export-latex-hyperref-format RET? I get what I would

Re: [O] [bug] Table editing is enabled in source code blocks!

2012-01-20 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Table editing comes into play when editing source code blocks! Fixed, thanks. -- Bastien

Re: [O] C-u C-c C-q refuses to work, sometimes

2012-01-20 Thread Bastien
Hi François, pin...@iro.umontreal.ca (François Pinard) writes: In (org) Setting tags, there is in the paragraph for `C-c C-q (`org-set-tags-command')': When called with a `C-u' prefix, all tags in the current buffer will be aligned to that column, just to make things look nice. If I

Re: [O] Issue with org-fontify-done-headline

2012-01-20 Thread Bastien
Hi Brian, Brian J. Carlson gmane.briancarl...@xoxy.net writes: In the latest git version of org I've been having problems with org-fontify-done-headline. thanks for spotting this problem and for the suggested solution, it is now fixed. Best, -- Bastien

Re: [O] Some more org-mode shirts

2012-01-20 Thread Bastien
heathmatlock heathmatl...@gmail.com writes: I became distracted from real work last night and created some org-mode shirts: http://open.spreadshirt.com Nice! I just shared this on the G+ account. Thanks, -- Bastien

Re: [O] custom agenda command with function doesn't work

2012-01-20 Thread Bastien
Hi Juan, Juan Queipo de Llano Moya jque...@ietcc.csic.es writes: If I define a custom agenda command like (without using the command): (q Tasks by member ((tags-todo +Resp=\Me\) (tags-todo +Resp= \Pablo\) (tags-todo +Resp=\Miguel\) (tags-todo +Resp=\Carlos \))) It works, but if use this

Re: [O] IMAP support for VM links in orgmode (org-vm.el)

2012-01-20 Thread Bastien
Konrad Hinsen konrad.hin...@fastmail.net writes: The attached patch (relative to yesterday's state of the orgmode git repository) adds the possibility to have org-mode links to IMAP folders in VM and to messages inside IMAP folders. It requires VM 8.2.0a or later. Applied -- thanks! PS: wrt

Re: [O] Minimal overhead Org-mode blogging system

2012-01-20 Thread Bastien
Eric Schulte eric.schu...@gmx.com writes: Note that regular Org-mode projects [1] do *not* re-publish every single page after an update, but rather only publish pages which have changed since the previous publish. Thus a git repository with a pos-update hook which runs `org-publish' in a

Re: [O] custom agenda command with function doesn't work

2012-01-20 Thread Juan Queipo de Llano Moya
El 20/01/12 17:02, Bastien escribió: Hi Juan, Juan Queipo de Llano Moyajque...@ietcc.csic.es writes: If I define a custom agenda command like (without using the command): (q Tasks by member ((tags-todo +Resp=\Me\) (tags-todo +Resp= \Pablo\) (tags-todo +Resp=\Miguel\) (tags-todo

Re: [O] links to headline in LaTeX export

2012-01-20 Thread Thomas S. Dye
Alan Schmitt alan.schm...@polytechnique.org writes: On 20 Jan 2012, at 15:42, Thomas S. Dye wrote: Aloha Alan, Your LaTeX output indicates that this setting: (setq org-export-latex-hyperref-format \\ref{%s}) hasn't taken effect for one reason or another. What do you get with C-h v

Re: [O] links to headline in LaTeX export

2012-01-20 Thread Alan Schmitt
On 20 Jan 2012, at 17:34, Thomas S. Dye wrote: Hmmm, I can't reproduce your results on my setup. What version of Org mode are you using? I'm using the one bundled with Aquamacs 2.4, which is 6.33x. Looking at the web site, I see that it's quite outdated. I'll try to update it this week-end

[O] [bug] src_language blocks seem broken in org-babel-execute-buffer

2012-01-20 Thread Leo Alekseyev
With the latest Org, issuing org-babel-execute-buffer on any buffer that has inline src_language blocks fails with wrong type argument: consp, nil For instance, Eric Schulte's own code sample on http://eschulte.me/org-scraps/scraps/2011-08-21-inline-code-block-and-downstream-src-blocks.html

[O] [BABEL,PATCH] Map screen language to shell-script-mode

2012-01-20 Thread Litvinov Sergey
A patch maps screen language to shell-script-mode. From 8b802edb789eb50ddffcc9f040afcb7870db0181 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey slitvi...@gmail.com Date: Fri, 20 Jan 2012 18:26:59 +0100 Subject: [PATCH] Map screen to shell-script-mode --- lisp/org-src.el |

Re: [O] org-babel order of evaluation

2012-01-20 Thread Leo Alekseyev
On Thu, Jan 12, 2012 at 7:52 PM, Rick Frankel r...@rickster.com wrote: On Thu, Jan 12, 2012 at 06:07:41PM -0700, Eric Schulte wrote: Rick Frankel r...@rickster.com writes: Turns out it was not that difficult to change this behavior.  You and Leo are both correct that in-buffer-order

[O] Organizing by time or by subject and an idea

2012-01-20 Thread John Hendy
I use org-mode for all of my work notes. For the most part, I'm very happy with it. I know everything is in there somewhere and I can find it. I currently have one file for my projects organized something like this: #+begin_src org * Tracking This is for misc todos. It's just a repo for holding

Re: [O] Minimal overhead Org-mode blogging system

2012-01-20 Thread Chris Gray
On Thu, 19 Jan 2012 23:15:16 +0100, Steinar Bang s...@dod.no wrote: Puneeth Chaganti puncha...@gmail.com: This is totally home brew stuff. Well, thank you for sharing this home brew stuff. I've been trying to use the other org based blog solutions, but they have all failed for some

Re: [O] [bug] :eval header argument ignored in the #+call: block

2012-01-20 Thread Eric Schulte
Leo Alekseyev dnqu...@gmail.com writes: Suppose I have a code block foo, and I want to call it several times in my org file. However, foo may be a slow function, and so any time I evaluate buffer non-interactively (e.g. HTML export) I want to enable only one out of many calls to :foo The

Re: [O] [BABEL,PATCH] Map screen language to shell-script-mode

2012-01-20 Thread Eric Schulte
Applied, Thanks. Litvinov Sergey slitvi...@gmail.com writes: A patch maps screen language to shell-script-mode. From 8b802edb789eb50ddffcc9f040afcb7870db0181 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey slitvi...@gmail.com Date: Fri, 20 Jan 2012 18:26:59 +0100 Subject: [PATCH] Map screen

Re: [O] [bug] Tables in lists not exported to ODT

2012-01-20 Thread Achim Gratz
Eric S Fraga e.fr...@ucl.ac.uk writes: By the way, I was surprised, upon reading your comments in the git log, that OpenDocument doesn't support tables within lists. This seems like a silly restriction? Given that OpenDocument uses XML for its encoding, I would have thought that a

[O] Is it possible to include #+call lines in HTML export?

2012-01-20 Thread Leo Alekseyev
Currently, my org files look something like this: * And now, let's do the analysis ! #+call: foo(bar) #+results: : earth-shattering results : gonna land me a Nobel /and/ a Fields! But because #+call is not exported, it's not clear what function was called and with what parameters. It makes a

Re: [O] latex export of #+header: lines

2012-01-20 Thread Andreas Leha
Jambunathan K kjambunat...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Andreas, Andreas Leha wrote: I am experiencing a problem with the latex

[O] [bugs] Export to HTML requires issuing org-babel-execute-buffer; results replace fails

2012-01-20 Thread Leo Alekseyev
Since all source blocks are evaluated on export, I don't think it should be necessary to issue org-babel-execute-buffer before invoking export. However, running HTML export without org-babel-execute-buffer currently produces garbage output. On the other hand, I have several examples where

Re: [O] Capitalisation and good taste ?

2012-01-20 Thread Leo Alekseyev
A long time ago all capitals was the only way these keywords were supported.  Since then they have become case insensitive and I use all lowercase for most of my keywords now (#+begin_src:, #+begin_example: etc) With fontification these stand out enough now and the capitalization can be

Re: [O] Minimal overhead Org-mode blogging system

2012-01-20 Thread Scott Randby
On 01/20/2012 01:19 PM, Chris Gray wrote: On Thu, 19 Jan 2012 23:15:16 +0100, Steinar Bang s...@dod.no wrote: Puneeth Chaganti puncha...@gmail.com: This is totally home brew stuff. Well, thank you for sharing this home brew stuff. I've been trying to use the other org based blog

Re: [O] Bugs/features of accumulating property values when used with entries (concretely: in org-contacts)

2012-01-20 Thread Samuel Wales
FWIW: It might be the case that we will want to consider the multi-value property idea and the multi-line property idea together at some point. (With or without serialization for the latter.) I think multi-line properties will eventually be needed (in some form) in any case for things like

Re: [O] Minimal overhead Org-mode blogging system

2012-01-20 Thread Nick Dokos
Scott Randby sran...@gmail.com wrote: On 01/20/2012 01:19 PM, Chris Gray wrote: On Thu, 19 Jan 2012 23:15:16 +0100, Steinar Bang s...@dod.no wrote: Puneeth Chaganti puncha...@gmail.com: This is totally home brew stuff. Well, thank you for sharing this home brew stuff. I've been

Re: [O] How to include comments on export? org-exp-blocks.el?

2012-01-20 Thread Samuel Wales
We had a wonderful discussion of it once, along with different possible uses for inline tasks, inclusion of paragraphs, non-exported headlines for easier structure editing, universal syntax, and returning text to higher level. On my blog I use a colored background, which could also serve as

Re: [O] Quoting characters?

2012-01-20 Thread Samuel Wales
No solution, but sympathy. Syntax risk is difficult to prevent in Org I wonder if we can come up with incremental improvements that involve more universal escaping, quoting, nesting, etc. mechanisms somehow? (This is /not/ intended to be a sly plug for my universal syntax proposal. That's not

Re: [O] Minimal overhead Org-mode blogging system

2012-01-20 Thread Chris Gray
On Sat, 21 Jan 2012 00:53:33 -0500, Nick Dokos nicholas.do...@hp.com wrote: Scott Randby sran...@gmail.com wrote: On 01/20/2012 01:19 PM, Chris Gray wrote: On Thu, 19 Jan 2012 23:15:16 +0100, Steinar Bang s...@dod.no wrote: Puneeth Chaganti puncha...@gmail.com: This is totally