Re: [O] Problems with agenda search and restiction enabled

2013-04-30 Thread Thomas Holst
Hi Bastien, · Bastien wrote: > Thomas Holst writes: > >> I want to perform an agenda search with a restriction to a subtree. ...snip... > This is now fixed in the maint branch of the Git repository. > > Thanks for reporting this! thank you for the quick fix. It will be a few days till I have

Re: [O] [new exporter] how can I export drawers?

2013-04-30 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > I am going a little crazy here! I have an org document which I need to > export to PDF using latex. Everything works just fine with the new > exporter except for one thing: I cannot get it to export drawers. I > have set org-export-with-drawers to t, I have set "

Re: [O] [new exporter] how can I export drawers?

2013-04-30 Thread Nicolas Goaziou
Hello, Thorsten Jolitz writes: > I would like to be able to export drawers to ASCII too, although, as > Nicolas mentioned in an earlier thread, the ascii exporter currently > does not handle this. Did I say that? AFAICT, drawers are correctly exported in ASCII export. Regards, -- Nicolas G

Re: [O] [new exporter] how can I export drawers?

2013-04-30 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Thorsten Jolitz writes: > >> I would like to be able to export drawers to ASCII too, although, as >> Nicolas mentioned in an earlier thread, the ascii exporter currently >> does not handle this. > > Did I say that? > > AFAICT, drawers are correctly exported in ASCII exp

Re: [O] [Patch] phone links...

2013-04-30 Thread Daimrod
Michael Strey writes: > Greg, > > Here are the reworked patches. > > 0390: fixes two typos > 0391: contains all the changes from my last patch and your corrections > 0392: introduces a constant for the default value of separators Excellent. > On Sat, Apr 20, 2013 at 05:59:39PM +0200, Daimrod wr

Re: [O] [new exporter] how can I export drawers?

2013-04-30 Thread Eric S Fraga
Nicolas Goaziou writes: [...] > I don't understand your problem. Drawers are correctly exported here. > Could you provided an ECM? Arggghhh. An ECM I just created works just fine. There's obviously something obscurely wrong in my long document that prevents drawers from being exported. I wil

Re: [O] About indentation when the src block is under a list

2013-04-30 Thread zwz
Thanks! :) Charles Berry writes: > zwz gmail.com> writes: > > >> Here is an example: >> >> * array >> ** search >>- example >> #+BEGIN_SRC c >> /* find score in scores >>,* return the index if found or -1 */ >> int search(int scores[], int n, int score){ >> int i = 0; >>

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-04-30 Thread Rick Frankel
On 29.04.2013 02:02, Eric Abrahamsen wrote: Rick Frankel writes: On Fri, Apr 26, 2013 at 10:14:17AM -0700, Eric Abrahamsen wrote: Rick Frankel writes: > See the discussions of polyglot markup @ > http://en.wikipedia.org/wiki/Polyglot_markup > and > http://www.w3.org/TR/2011/WD-html-polyg

Re: [O] parameterizing keyword values during a #+call

2013-04-30 Thread Greg Minshall
Eric, just for completeness, and in case this may be of use to other people, below is the result of my question + your suggestions. the following illustrates org-mode plus asymptote producing a .svg file during html export, and a pdf file during any other (presumably, latex) export. thanks again

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-04-30 Thread Rick Frankel
Whoops. Wrong key. Patch actually attached to this email... rick From d95a365f547fdc681c530c9088f775b30a37d9aa Mon Sep 17 00:00:00 2001 From: Rick Frankel Date: Tue, 30 Apr 2013 10:35:14 -0400 Subject: [PATCH] Modify processing of xhtml declaration. * lisp/ox-html.el (org-html-template): If `org

Re: [O] Exporting an article to a (very) specific formatting template

2013-04-30 Thread Marcin Borkowski
Dnia 2013-04-30, o godz. 01:57:51 James Harkins < jamshar...@gmail.com> napisał(a): > Ok, based on this and Marcin's comments, I'll do it the LaTeX way > (which was my first choice anyway). Now I'll feel responsible for your LaTeX problems;). Seriously, though: should you run into LaTeX problems

[O] clocktable for 15-day period, + use as input to source block

2013-04-30 Thread Subhan Tindall
Hi, I'm looking for a way to produce a clock-table covering entries in a datetree buffer for a 15-day period (well, actually from 1st-14th & 15th-28/30/31 of the month, but 15 days will do) Also, is there a way to 'name' a clock-tree block so it's output can be used as input to a source code block

[O] [Bug] org-startup-with-inline-images

2013-04-30 Thread Rick Frankel
`org-startup-with-inline-images' is a customizable variable. The problem is that if an org file is visited in a non-graphics buffer (or batch), `org-display-inline-images' is called an throws an error ("Non-X frame used"). This problem also occurs when e.g., `org-babel-after-execute-hook' is set

Re: [O] [new exporter] how can I export drawers?

2013-04-30 Thread Eric S Fraga
Nicolas, further on this: I got my original document working. I had a d:nil line hidden away in the document which took precedence over my other attempts to ask for drawers to be exported. Sorry about bothering everybody with this. However, I am still having some strange random behaviour to do

Re: [O] Exporting an article to a (very) specific formatting template

2013-04-30 Thread Eric S Fraga
James Harkins writes: [...] > Ok, based on this and Marcin's comments, I'll do it the LaTeX way (which was > my first choice anyway). I think this is a good choice. It's what I try to do whenever possible. And for cases where the submission is meant to be "camera ready", the latex produced

Re: [O] Collaborating with TODO lists and clocks.

2013-04-30 Thread Gareth Smith
Hi Richard, Thanks for those suggestions - they're definitely helpful. I'll have a bit more of a think, and if I come up with a "more optimal" idea, I'll post again. Cheers, Gareth. Richard Lawrence writes: > Hi Gareth, > > Gareth Smith writes: > >> I hadn't thought of using :tags on a clock

Re: [O] [new exporter] how can I export drawers?

2013-04-30 Thread Thomas S. Dye
Hi Eric, I haven't been following closely, so I'm just checking that you're aware of a new variable org-export-allow-bind-keywords, which could play a role in the behavior you are seeing. hth, Tom Eric S Fraga writes: > Nicolas, > > further on this: I got my original document working. I had a

Re: [O] parameterizing keyword values during a #+call

2013-04-30 Thread Gary Oberbrunner
I've been having the same issue (exporting to HTML and PDF, and need all my graphics filenames to adjust automatically). I mostly don't use #+CALL though; I just have src blocks. #+BEGIN_SRC python :session UDpython :exports results :results file do_hbar('/tmp/machines-by-os.pdf', (8,1.5), data

Re: [O] how to best make characters invisible in a org-derived mode

2013-04-30 Thread John Hendy
On Fri, Apr 26, 2013 at 10:29 PM, Christian Wittern wrote: > Hi orgers, > > In a mode derived from org-mode, I would like to hide some characters with a > special function to make the display cleaner. There are two cases: > - special characters that should be always invisible > - strings matched

[O] Number formatting in tables for LaTeX export

2013-04-30 Thread Michael Gauland
I have a table representing a memory map, something like this: | Start | End | Purpose| |---+--+| | | 1E08 | Bootloader | | 1E09 | 1FFF | Unused (Bootloader expansion) | | 2000 | 3F39

[O] [PATCH] Agenda: Fortnight time span

2013-04-30 Thread Michael Gauland
Agenda: Add fortnight as a time span * lisp/org-agenda.el (org-agenda-custom-commands-local-options): Add fortnight as a choice for org-agenda-span. (org-agenda-span): Add fortnight as a choice for customising org-agenda-span. (): Add 'Fortnight View' to the org-agenda-menu (org-agenda-list): If n

Re: [O] org-blog 0.9 release

2013-04-30 Thread Rafael
Michael Alan Dorman writes: > I've just tagged version 0.90 of my org-blog minor mode on github[1]. > > This is intended to be a simple but powerful assistant to using Org for > writing blog posts---there's only two commands at this point, and I > don't anticipate that number going beyond three a

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-04-30 Thread Eric Abrahamsen
Rick Frankel writes: > Whoops. Wrong key. Patch actually attached to this email... > rick Great, I'll consolidate all these -- would it be better to mush them into one big patch, or to keep them separate (I suppose for ease of rollback, if something goes wrong)? E

Re: [O] org-blog 0.9 release

2013-04-30 Thread Puneeth Chaganti
On Wed, May 1, 2013 at 8:35 AM, Rafael wrote: > Michael Alan Dorman writes: > >> I've just tagged version 0.90 of my org-blog minor mode on github[1]. >> >> This is intended to be a simple but powerful assistant to using Org for >> writing blog posts---there's only two commands at this point, and

Re: [O] parameterizing keyword values during a #+call

2013-04-30 Thread Eric Schulte
Gary Oberbrunner writes: > I've been having the same issue (exporting to HTML and PDF, and need all my > graphics filenames to adjust automatically). > > I mostly don't use #+CALL though; I just have src blocks. > > #+BEGIN_SRC python :session UDpython :exports results :results file > do_hbar('