[O] Set checkbox to intermediate in code

2019-02-27 Thread Cecil Westerhof
I can set a checkbox to intermediate with: C-u C-u C-c C-x C-b But I want to do it with code. How would I do that? -- Cecil Westerhof

[O] [SOLVED] Re: void function definition of org-dynamic-block-define

2019-02-27 Thread stardiviner
I suddenly come up with one package "[[https://github.com/stardiviner/kiwix.el][kiwix.el]]"; I recently enabled. It caused this issue which Org is not fully loaded. -- [ stardiviner ] I try to make every word tell the meaning what I want to express. Blog: https://stardiviner.gi

[O] void function definition of org-dynamic-block-define

2019-02-27 Thread stardiviner
Yesterday, I restarted my Emacs, then I found emacs raise following error: * Stacktrace #+begin_example Debugger entered--Lisp error: (void-function org-dynamic-block-define) (org-dynamic-block-define "clocktable" #'org-clock-report) eval-buffer(# nil "/home/stardiviner/Code/Emacs/org-mode

[O] Using org-table-get-remote-range to sum cells or assign a range

2019-02-27 Thread Christophe Schockaert
Hi Org fellows, I would like to make use of "org-table-get-remote-range()" to write a spreadsheet formula since I learned I could get more flexibility than with the standard "remote()" way. Actually, I need to use some variables to reach a set of cells. However, I can't get to where I want

[O] Buggy output in bash session

2019-02-27 Thread Steven Tilley
Hello, I posted this on stackoverflow [1], and they suggested I post it here. Any help would be greatly appreciated. I've noticed in org-babel when using a bash session with multiline statements (e.g. a for loop), the output contains extra characters (specifically ">"s and the prompt. The outp

Re: [O] [RFC] Fixing link encoding once and for all

2019-02-27 Thread Jens Lechtenboerger
On 2019-02-27, Nicolas Goaziou wrote: > Hello, > > Jens Lechtenboerger writes: > >> When exporting the following link to LaTeX, the decoding fails. >> >> --8<---cut here---start->8--- >> [[https://en.wikipedia.org/wiki/Red%E2%80%93black_tree][Red-black trees]]

Re: [O] org-clock-resolving-clocks & idle

2019-02-27 Thread Nicolas Goaziou
Hello, Michaƫl Cadilhac writes: > CONTEXT: When I'm idling with the clock running, Org asks if I want > to resolve the clock when I come back (this is by setting > org-clock-idle-time). > > PROBLEM: I'm not sure how recent the change was, but Org started > asking me _multiple times_ what I want

Re: [O] [RFC] Fixing link encoding once and for all

2019-02-27 Thread Nicolas Goaziou
Hello, Jens Lechtenboerger writes: > When exporting the following link to LaTeX, the decoding fails. > > --8<---cut here---start->8--- > [[https://en.wikipedia.org/wiki/Red%E2%80%93black_tree][Red-black trees]] > --8<---cut here---end--

Re: [O] [RFC] Fixing link encoding once and for all

2019-02-27 Thread Nicolas Goaziou
Hello, Neil Jerram writes: > I'm not sure how much freedom you have here, but I think it would be > both clearer - by avoiding confusion with URL-escaping - and easier to > type, to use an entirely different form of escaping in the Org syntax; > probably just this: > > \[ and \] to include a squ

Re: [O] [RFC] Fixing link encoding once and for all

2019-02-27 Thread Jens Lechtenboerger
On 2019-02-24, Nicolas Goaziou wrote: > Recently[1], issues about link escaping have resurfaced. I'd like to > solve this once and for all. Good morning, I updated to Org mode version 9.2.1 (9.2.1-33-g029cf6-elpa @ /home/user/.emacs.d/elpa/org-20190225/). When exporting the following link to La