[O] element cache bug in 9maint

2017-01-08 Thread Samuel Wales
this is a nearly useless bug report but i cannot do more, and nearly != entirely. Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) ... org-element--parse-to(6609 t (22642 63843 472865 49)) ... org-element--cache-process-request([6783 6783 nil -174

Re: [O] publishing subtrees

2017-01-08 Thread Joon Ro
> In my course repositories, I have all my lecture notes in one file, and all > my assignments in another. So they have the form > > * Lecture 1 > ** Slide 1 > ** Slide 2 > * Lecture 2 ... > > * Assignment 1 > ** Description > ** Rubric > * Assignment 2... > > I'd like to have publishing

[O] pseudo-async export?

2017-01-08 Thread John Kitchin
Hi everyone, Today I used a after-save-hook to asynchronously export an org file and show an updated view in a doc-view buffer. The update was really slow though, because it takes a while to start up my emacs. I was wondering if it is possible to have a pseudo async export, e.g. to launch an

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-08 Thread Young-whan
Hi Nicolas, I've tried "org-use-property-inheritance", but the property of REPEAT_TO_STATE in the file scoping does not work at all. I wonder if it is a bug in the org-mode or there is another step I have to enable Regards, -Young On Sun, Jan 8, 2017 at 2:06 PM, Nicolas Goaziou

Re: [O] "COMMENT" keyword not properly documented in the manual

2017-01-08 Thread Nicolas Goaziou
Hello, alain.coch...@unistra.fr writes: > Unaware that "COMMENT" was a specific org string, It is special only at the beginning of a headline (but past TODO keyword and priority cookie, if any). > I had used it at the beginning of a headline, resulting in biased tag > and string searches ('C-c

Re: [O] [patch] adding :prologue and :epilogue parameters for Maxima src blocks

2017-01-08 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > Sure although I'm not entirely sure what format you want this in nor how > long an entry you would like so here goes: Anything is fine as long as users are notified there was a change in that area. > Babel options ":prologue" and ":epilogue"

Re: [O] [PATCH] ; * doc/org.texi (Key bindings and useful functions): Beautify table.

2017-01-08 Thread Nicolas Goaziou
Hello, Gregor Zattler writes: > Correctly render table of org-babel key bindings even in info > mode. [tiny change] Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] spee-up table refresh

2017-01-08 Thread Nicolas Goaziou
Hello, > I don't understand those 3 lines The prevent matching a table below #+begin_example | I'm not a table | #+end_example > without them (the 688 tests work as expected). Those lines indirectly > call (org-element--cache-put) a quadratic number of times. For a 1000 > rows table

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-08 Thread Nicolas Goaziou
Hello, Young-whan writes: > My file has like this: > > #+TODO: TODO(t/!) REPEAT(r/!) | DONE(d) > > * REPEAT Task > SCHEDULED: <2017-01-01 Wed +1d> > > Now, I want to change when the repeat task is done, its state needs to be > "REPEAT" instead of "TODO". > > This can be

[O] [PATCH] ; * doc/org.texi (Key bindings and useful functions): Beautify table.

2017-01-08 Thread Gregor Zattler
Correctly render table of org-babel key bindings even in info mode. [tiny change] Copyright-paperwork-exempt: yes --- in http://orgmode.org/manual/Key-bindings-and-useful-functions.html#Key-bindings-and-useful-functions there is a table with two key bindings on every line where as in (info

[O] spee-up table refresh

2017-01-08 Thread Thierry Banel
Re-computing a large table is slow. Hereafter is a test case for a 1000 row table. My computer refreshes it in 44 seconds. Here is a fast-and-dirty-not-to-be-commited patch which speed-up the refresh to less than 1 second. I just removed the last 3 lines of (org-at-table-p). I don't understand

Re: [O] Default application for org-reveal

2017-01-08 Thread Florian Lindner
Am 07.01.2017 um 11:39 schrieb Marco Wahl: > Hi, > > Florian Lindner writes: > >> Hello, >> >> the Org Attach dispatcher offers a key "f" to open the attachment directory >> not in Emacs. >> >> (defun org-attach-reveal ( if-exists) >> "Show the attachment directory of

Re: [O] Agenda view missing most schedules + Wrong number of arguments: (1 . 5), 6; Skipping entry

2017-01-08 Thread Olivier Berger
Hi. Olivier Berger writes: > Hi. > > Since Debian testing's latest update to 9.0.3 (previously in 9.0), most > of my agenda is missing. > > I get many messages like : > Wrong number of arguments: (1 . 5), 6; Skipping entry [289 times] > > I guess something's

Re: [O] [patch] adding :prologue and :epilogue parameters for Maxima src blocks

2017-01-08 Thread Eric S Fraga
On Saturday, 7 Jan 2017 at 14:53, Nicolas Goaziou wrote: > Hello, > > Eric S Fraga writes: > >> Please find attached a small patch for consideration. This patch adds >> two new parameters to the Maxima babel src blocks: prologue and >> epilogue, as already exist for gnuplot

[O] Agenda view missing most schedules + Wrong number of arguments: (1 . 5), 6; Skipping entry

2017-01-08 Thread Olivier Berger
Hi. Since Debian testing's latest update to 9.0.3 (previously in 9.0), most of my agenda is missing. I get many messages like : Wrong number of arguments: (1 . 5), 6; Skipping entry [289 times] I guess something's broken. But hard to tell where given my cluelesness in emacseries. Without