Re: [O] :minlevel for columnview dynamic block

2015-11-14 Thread Joon Ro
> > Could you provide an ECM? Thank you. > I'm sorry, what is an ECM?

Re: [O] Org Mode and PDF Notes!

2015-11-14 Thread Matti Minkkinen
Ramon Diaz-Uriarte writes: > On Thu, 12-11-2015, at 14:11, Matt Price gmail.com> wrote: > It works! I get the highlighted text (I have just tried with a pdf I > highlighted with EzPDF, the one that, above, was giving just the location > and properties). And it still does the correct thing in your

Re: [O] Using orgstruct-mode (or just org-cycle) in emacs-lisp-mode

2015-11-14 Thread Nicolas Goaziou
Hello, Jonas Bernoulli writes: > Thanks. But could you please change it to > > (if (or outline-minor-mode orgstruct-mode) > (call-interactively #'show-children) > ...) You could set `orgstruct-mode' to a non-nil value whenever `outline-minor-mode' is enabled. Regards, -- Nicolas

Re: [O] Using link abbrevations for EXPORT_FILE_NAME ?

2015-11-14 Thread Nicolas Goaziou
Stelian Iancu writes: > On 08/11/15 20:11, Nicolas Goaziou wrote: >> >> What about introducing a new property: >> >>:EXPORT_FILE_DIRECTORY: >> >> When set, e.g. to "dir", assuming EXPORT_FILE_NAME is set to "foo/file", >> export file name becomes "dir/file". >> >> Since you can set it per sub

Re: [O] :minlevel for columnview dynamic block

2015-11-14 Thread Nicolas Goaziou
Hello, Joon Ro writes: > I use columnview a lot with :id option to generate a table from > sub-headlines of the tree that has an :ID: property. The issue is that > even with :skip-empty-rows t option, the generated table always have > one empty line on the top, for the headline for the tree itse

Re: [O] #+include: with ``adjustable'' path (separately defined, like macro expansion)

2015-11-14 Thread Nicolas Goaziou
Hello, Martin Steffen writes: > I'd like to achieve something like the following (which does not work) > > #+MACRO: custompath ~/some/place/where/the/code/resides > #+include: "{{{custompath}}}src/example.code" > > Macro-expansion generally works, but not in those circumstances. I think the m

Re: [O] [PATCH] Substitute a guid XML element in org-feed

2015-11-14 Thread Nicolas Goaziou
Hello, Hiroshi Saito writes: > I'm sorry to say the patch causes an error unless xml package is luckily > loaded. I attached another patch to fix it in my last post: > http://lists.gnu.org/archive/html/emacs-orgmode/2015-10/msg00417.html Applied. Thank you. Regards, -- Nicolas Goaziou