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

2012-01-20 Thread Eric S Fraga
Jambunathan K 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 consume some real es

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

Re: [O] links to headline in LaTeX export

2012-01-20 Thread Eric S Fraga
"Alan Schmitt" 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 ref explicitly? See attached org document. This may not be the ideal so

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" 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 ref explicitly? See attached

Re: [O] links to headline in LaTeX export

2012-01-20 Thread Thomas S. Dye
"Alan Schmitt" 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 with my links: first I

[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, s

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 e

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

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

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

2012-01-20 Thread Bastien
Hi Konrad, Konrad Hinsen 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. The patch looks good to me. Did you s

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

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

2012-01-20 Thread Bastien
Hi Brian, "Brian J. Carlson" 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 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 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 thi

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

2012-01-20 Thread Bastien
Konrad Hinsen 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 my previous message, I

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

2012-01-20 Thread Bastien
Eric Schulte 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 batch Emacs session

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

Re: [O] links to headline in LaTeX export

2012-01-20 Thread Thomas S. Dye
"Alan Schmitt" 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 org-export-

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_ 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_ 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 doesn't run.

[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 Date: Fri, 20 Jan 2012 18:26:59 +0100 Subject: [PATCH] Map "screen" to shell-script-mode --- lisp/org-src.el |3 ++- testing/

Re: [O] org-babel order of evaluation

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

[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 wrote: > > Puneeth Chaganti : > > > 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 reason or other, and

Re: [O] automatic tangle

2012-01-20 Thread Eric Schulte
I've just added the two functions below to org-src.el. Cheers, András Major writes: > Thanks Eric, > > Thanks a lot for the quick reply. Any chances of this being > incorporated into Org-Mode in the near future? > > András > > > On 1/14/12, Eric Schulte wrote: >> András Major writes: >> >>

Re: [O] [bug] src_ blocks seem broken in org-babel-execute-buffer

2012-01-20 Thread Eric Schulte
Leo Alekseyev writes: > With the latest Org, issuing org-babel-execute-buffer on any buffer > that has inline src_ 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-down

Re: [O] [BUG?][babel] Re: Including source when exporting in PDF

2012-01-20 Thread Eric Schulte
Rainer M Krug writes: > On 18/01/12 01:57, Frozenlock wrote: >> I'm sorry, but I don't quite understand... >> >> Would it be possible to send a minimum working example of your org >> file? >> > > The example is below: > This is likely the most evil snippet of Org-mode code I have ever seen. :)

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

2012-01-20 Thread Eric Schulte
Leo Alekseyev 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 following doe

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

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

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

2012-01-20 Thread Achim Gratz
Eric S Fraga 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 hierarchical structure i

[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 writes: > Andreas Leha writes: > >> Andreas Leha writes: >> >>> "Sebastien Vauban" >>> writes: >>> >>> Hi Andreas, Andreas Leha wrote: > I am experiencing a problem with the latex exporter: #+header: lines > are visible in the exported file. > > Ex

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

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 >

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

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

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

2012-01-20 Thread Nick Dokos
Scott Randby wrote: > On 01/20/2012 01:19 PM, Chris Gray wrote: > > On Thu, 19 Jan 2012 23:15:16 +0100, Steinar Bang wrote: > >>> Puneeth Chaganti : > >> > >>> This is totally home brew stuff. > >> > >> Well, thank you for sharing this home brew stuff. > >> I've been trying to use the othe

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 commen

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 i

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 wrote: > Scott Randby wrote: > > > On 01/20/2012 01:19 PM, Chris Gray wrote: > > > On Thu, 19 Jan 2012 23:15:16 +0100, Steinar Bang wrote: > > >>> Puneeth Chaganti : > > >> > > >>> This is totally home brew stuff. > > >> > > >> Well, thank yo