[O] Custom percent DONE value

2013-08-29 Thread Damian Bernardini
Is there any way to set the percentage value of each headline? By default (33%, 33%, 33%) * L1 Heading [33%] ** DONE L2 Heading ** TODO L2 Heading ** TODO L2 Heading I would like (20%, 50%, 30%) * L1 Heading [20%] ** DONE L2 Heading ** TODO L2 Heading ** TODO L2 Heading Thanks.

Re: [O] from Android to org's calendar in a painless way?

2013-08-29 Thread James Harkins
Charles Philip Chan writes: > James Harkins writes: > > Also, calendar sync is not working on my Android 4 tablet after the > > most recent OS update from Asus. I've filed a bug report about that > > too, and asked on the mobileorg mailing list, but so far, no > > response. (This surprises me -- u

[O] gmx-test

2013-08-29 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Thanks for the patch. Here are some comments about it. > > Rasmus writes: > >> Currently one can't write something like \beta_t and get a nice result >> in org when exporting to LaTeX (where nice result := $\beta_t$). This >> patch tries to fix it. > > Trans

[O] org-velocity only returns top-level headlines?

2013-08-29 Thread Adam Porter
Hi, I'm using org 8.0.7 and I just installed org-velocity from git master. It seems to work, but when searching, it only displays top-level headlines. For example, I have a log.org file with a datetree like this: * 2013 ** 2013-07 July *** 2013-07-19 Friday Found a peanut last night *** 20

Re: [O] macro expansion in source code

2013-08-29 Thread Johannes Rainer
thanks for that solution! I will give it a try! On Thu, Aug 29, 2013 at 5:15 PM, Charles Berry wrote: > Johannes Rainer gmail.com> writes: > > > > > > > hi, > > I was just wondering if there is a way to use macro expansion also in > > source code blocks or headers. I tried this, but the macro

Re: [O] odt export version conflict on emacs for mac os x

2013-08-29 Thread Skip Collins
Jambunathan K wrote: >> After I do an ODT export, many ox-odt variables are duplicated with >> old variable names: >> | [-]-\ Group Org Export ODT >> | | |--- Option Org Odt Schema Dir >> | | |--- Option Org Odt Content Template File > > Above ones come from NEW exporter, ox-odt.el

Re: [O] macro expansion in source code

2013-08-29 Thread Charles Berry
Johannes Rainer gmail.com> writes: > > > hi, > I was just wondering if there is a way to use macro expansion also in > source code blocks or headers. I tried this, but the macro was never > expanded, but rather the {{{image_width}}} was exported. could the > expansion be done by calling the

[O] Problems with Block Agenda Setup

2013-08-29 Thread elwood151
Hi,   I tried to setup my own block agenda and I'm facing some problems:   Here's the custom settings in org-agenda-custom-commands:   ("h" "Agenda for today (MYWN)" ((agenda "" ((org-agenda-overriding-header "Calendar") (org-agenda-span (quote day)) (org-agenda-entry-types (quote (:timestamp

[O] macro expansion in source code

2013-08-29 Thread Johannes Rainer
hi, I was just wondering if there is a way to use macro expansion also in source code blocks or headers. I tried this, but the macro was never expanded, but rather the {{{image_width}}} was exported. could the expansion be done by calling the macro expansion before export (e.g. using a hook)? som

Re: [O] [patch][ox-latex] context-aware subscript

2013-08-29 Thread Rasmus
Nicolas Goaziou writes: > Rasmus writes: > >>> Correct. Then, fixing it is more important than caring about some user >>> filter. >> >> OK, can I help? > > Sure, please go ahead. I've just enclosed a quick patch (as in doesn't contain proper commit msg), but it's basically the previous patch mi

Re: [O] org mode R remote code evaluation

2013-08-29 Thread Johannes Rainer
thanks! so the ":results output" does the trick. On Thu, Aug 29, 2013 at 10:25 AM, Loris Bennett wrote: > Johannes Rainer writes: > > > dear all, > > > > I have some computation intense R-code that I want to run remotely on my > server, > > and, according to the org manual that should be poss

Re: [O] Ignored in-buffer settings and after-export hook

2013-08-29 Thread Daniel Gerber
Hello, I guess I can, but it means re-doing the mapping sources to exported file names. AFAICT, there is only one place where both the source and the output name are known: in `org-publish-file', right after a file has been published. We may add a hook there. Since, at that time, the current bu

Re: [O] (error "Stack overflow in equal")

2013-08-29 Thread Nicolas Goaziou
Hello, Jambunathan K writes: > Export the below file to ODT. You will see the following stacktrace. > > Debugger entered--Lisp error: (error "Stack overflow in equal") > gethash(((table (:type org :attr_odt (":style \"GriddedTable\"") :parent)) > . 0)) > org-export-table-cell-width((table-

Re: [O] org mode R remote code evaluation

2013-08-29 Thread Loris Bennett
Johannes Rainer writes: > dear all, > > I have some computation intense R-code that I want to run remotely on my > server, > and, according to the org manual that should be possible with the ":dir" > parameter. so I went on and tried the following (user/server masked): > > #+BEGIN_SRC R :dir /xx