Re: [O] org-mime-htmlize ignores org-mime-export-options

2019-01-17 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Please look at the following > * Lisp :noexport: >(setq org-mime-export-options '(:section-numbers nil >:with-author nil >:with-toc nil)) This is a typo :with-toc t Is

Re: [O] open link in source code block

2019-01-17 Thread Berry, Charles
> On Jan 16, 2019, at 3:43 PM, Win Treese wrote: > > [Quoting trimmed for the most relevant context.] > >> On Jan 11, 2019, at 7:12 PM, Berry, Charles wrote: >> >>> On Jan 5, 2019, at 7:41 AM, Win Treese wrote: >>> On Jan 5, 2019, at 5:25 AM, Eric S Fraga wrote: On

Re: [O] recent org-mode changes: completion of repeated tasks reports "10 repeater intervals were not enough to shift date past today"

2019-01-17 Thread Daniel Ortmann
Another task which gives the same message with SCHEDULED instead of DEADLINE; this one also uses "++" to repeat dates but with no "-0d".  The result looks correct; only the message is bothersome. I replied to the message 'y' twice and then 'n' to test the resulting change.  Changes look fine:

[O] org-mime-htmlize ignores org-mime-export-options

2019-01-17 Thread Uwe Brauer
Please look at the following * Lisp :noexport: (setq org-mime-export-options '(:section-numbers nil :with-author nil :with-toc nil)) * Test Bblabla When I run org-mime-htmlize then *no* toc is generated, contrary to

Re: [O] Bug: org-capture with template for a table

2019-01-17 Thread Thomas Holst
Hello, · Nicolas Goaziou wrote: > Thomas Holst writes: > >> recently I encountered a bug with capturing table lines. Here is a ECM >> to reproduce it: >> > [...] > > Fixed. Thank you. thank you! Works perfectly again. -- Bis neulich ... Thomas

[O] How to get ordinal of an element in the subtree when exporting?

2019-01-17 Thread mgcyung
The function "org-export-get-ordinal" returns the ordinal of an element in the whole file. How to get ordinal of an element in the subtree when exporting? -- mgcyung

Re: [O] How to get ordinal of an element in the subtree when exporting?

2019-01-17 Thread Kaushal Modi
On Thu, Jan 17, 2019 at 8:21 AM mgcyung wrote: > > The function "org-export-get-ordinal" returns the ordinal of an element > in the whole file. How to get ordinal of an element in the subtree when > exporting? > Do you mean you want the ordinal counting to reset when the subtree begins? In that

Re: [O] Bug: org-capture with template for a table

2019-01-17 Thread Nicolas Goaziou
Hello, Thomas Holst writes: > recently I encountered a bug with capturing table lines. Here is a ECM > to reproduce it: > > - org-mode file (testing.org): > > #+begin_src org > * Headline > |---+--+| > | | Name | Amount | > |---+--+| > |---+--+| > | |

Re: [O] open link in source code block

2019-01-17 Thread Win Treese
> On Jan 17, 2019, at 1:38 PM, Berry, Charles wrote: > > TL;DR: "org-open-at-point calls org-babel-open-src-block-result first thing" > is not true. > > The `unless' COND argument starting around line 5 of the code of > `org-open-at-point' runs the hooks in `org-open-at-point-functions'.

[O] org-open-at-point calls visit-tags-table ?!?

2019-01-17 Thread David Masterson
I have various Org files with internal hyperlinks of the form [[#mylink][My Link]] that should point to a header with the appropriate CUSTOM_ID property that I've setup. For some reason that I can't figure out, when I call org-open-at-point (C-c C-o) on the link, it tries to open a tags table