Re: [O] What's the canonical way to pass information within an Org exporter?

2018-02-08 Thread Yasushi SHOJI
Hi, On Wed, Feb 7, 2018 at 8:35 AM, Kaushal Modi wrote: > I believe the info plist should be used ideally, but I cannot figure out how > to tap in new information or update existing information in the `info' > channel used throughout the exporter. Some exporter does `plist-put`. Is that what you

Re: [O] [Bug] M-S Ret keybinding translated to M-Ret

2018-02-08 Thread Matt Lundin
Allen Li writes: > On Wed, Feb 7, 2018 at 1:47 PM Matt Lundin wrote: > >> Matt Lundin writes: > >> > I discovered that when trying to insert a new item with a checkbox using >> > M-S Return (org-insert-todo-heading), the keybinding is "translated" to >> > M-Return (org-meta-return). As a result

[O] Org-Mode babel and gherkin

2018-02-08 Thread Charles R (Charlie) Martin
Has anyone set up a babel language for gherkin? thanks Charlie Martin

[O] Column View of logbook data

2018-02-08 Thread Russell Adams
I'm tinkering with using column view to store invoice data. I have an example where a heading is used for an invoice, and I have several todo states: TODO, SENT, PAID. I have logbook enabled, so I record when the transition occurred from TODO to SENT to PAID. In column view, is there a way I can

Re: [O] when/how are org-mode settings loaded

2018-02-08 Thread Julius Dittmar
Am 08.02.2018 um 14:08 schrieb Julius Dittmar: > Hi Jack, > > thanks for the answer. > > Am 08.02.2018 um 13:44 schrieb Jack Henahan: >> Could you post your config? > > I shy back from that because the config -- a strongly modified version > of the configuration pubished at http://doc.norang.ca/

Re: [O] when/how are org-mode settings loaded

2018-02-08 Thread Julius Dittmar
Hi Jack, thanks for the answer. Am 08.02.2018 um 13:44 schrieb Jack Henahan: > Could you post your config? I shy back from that because the config -- a strongly modified version of the configuration pubished at http://doc.norang.ca/org-mode.html -- is quite lengthy. > I expect the issue is that

Re: [O] when/how are org-mode settings loaded

2018-02-08 Thread Jack Henahan
Could you post your config? I expect the issue is that you don’t (require 'org) or set up the auto-mode-alist in your init file. This would also be the case if, for instance, you defer loading the package with use-package, as well. Invoking the agenda will load org, so the next org file you open

[O] when/how are org-mode settings loaded

2018-02-08 Thread Julius Dittmar
Hi, I'm an emacs-newbe, so please bear with me. I must be doing something wrong and I have no idea where to look. If my emacs-starting sequence is 1. call emacs with no arguments (and a config file adding various org-mode settings) 2. launch org-mode agenda once 3. open a file with .org suffix