Re: [O] #+SETUPFILE with #+TODO

2015-11-13 Thread Nicolas Goaziou
Michael Brand writes: > Sorry, I meant the file permissions of "org_todo_test.org" set to > r--r--r--, not `find-file-read-only'. I see. This is a side-effect from commit d26431cea4b9004751f17b4d7660f1737477ec0b. I don't know Gnus internals very well. Is there a way

Re: [O] pandoc export does not honour org-export-with-sub-superscripts?

2015-11-13 Thread Rasmus
Hi Bingo, Bingo UV writes: >With emacs 24.5.1, melpa ox-pandoc from 20150706.1809 and >org-plus-contrib-20151109, I have set >org-export-with-sub-superscripts to {}. It has the correct behaviour >in html export, or latex export. But with pandoc, A_B and

Re: [O] html export: what do codehighlighton/off functions do?

2015-11-13 Thread Manuel Koell
Sorry, I didn't know such feature exists in org mode! It's just kinda weird, these function still get called from onmouseover/onmouseout bindings. 2015-11-12 18:02 GMT+01:00 Rasmus : > Manuel Koell writes: > > > Can someone please tell me what these functions

[O] pandoc export does not honour org-export-with-sub-superscripts?

2015-11-13 Thread Bingo UV
Hi, With emacs 24.5.1, melpa ox-pandoc from 20150706.1809 and org-plus-contrib-20151109, I have set org-export-with-sub-superscripts to {}. It has the correct behaviour in html export, or latex export. But with pandoc, A_B and A_{B} both get exported with B as subscript. Are there

Re: [O] org-html-postamble: %d empty date

2015-11-13 Thread Nicolas Goaziou
Hello, Manuel Koell writes: > I set up a publishing project including a custom postamble :html-postamble > "Date: %d, Last modification: %C". When I export this file The %d date is > empty. From `C-h v org-html-postamble-format` I got the info about the > available elements

[O] mobileorg with custom agenda does not display times

2015-11-13 Thread David Belohrad
Dear All, when doing org-mobile-push, i'm using custom agenda to select what I want to export. The org-agenda-custom-commands is set as follows: ("P" "Quarterly agenda view for org-mobile-push" ((agenda "" ((org-agenda-ndays 90) ((org-agenda-files

[O] org-agenda timetable

2015-11-13 Thread xD
Hi, I'm new to org mode and I've been playing with it a little enough to see how powerful it is. I'm trying to stick to it as much as possible in order to keep on learning, but I'm stuck with this one thing I'm struggling right now. I'm using org-agenda to remind me of what to do,

[O] org-html-postamble: %d empty date

2015-11-13 Thread Manuel Koell
I set up a publishing project including a custom postamble :html-postamble "Date: %d, Last modification: %C". When I export this file The %d date is empty. From `C-h v org-html-postamble-format` I got the info about the available elements to use: ``` %t stands for the title. %s stands for the

[O] :minlevel for columnview dynamic block

2015-11-13 Thread Joon Ro
Hi, 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 itself. It would be great to

Re: [O] html export: what do codehighlighton/off functions do?

2015-11-13 Thread Rasmus
Manuel Koell writes: > It's just kinda weird, these function still get called from > onmouseover/onmouseout bindings. What would you prefer? Rasmus -- I almost cut my hair, it happened just the other day

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

2015-11-13 Thread Hiroshi Saito
Hi Nicolas, Thank you for applying my patch. 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 Could you please review new patch or revert my

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

2015-11-13 Thread Martin Steffen
Hi, 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 also seens that there's the #+LINK: customurl