Re: [O] Is there way to put the inactive date into a table?

2017-01-21 Thread Nicolas Goaziou
Hello, Young-whan writes: > | [2017-01-20 Fri] | <2017-01-30 Mon> | > > #+TBLFM: @2$1=@1$1+10 > > I put a inactive date at @1$1 and I want @2$1 would have +10 days from the > date, and want it to be inactive date, but it always shows active calendar > date form. > > Is there a way to make it

[O] [ANN] Parser cache is disabled by default

2017-01-21 Thread Nicolas Goaziou
Hello, Considering the bug reports about random freezes, I decided to disable cache by default for the time being. IOW, `org-element-use-cache' is nil. Please consider turning it on if you want to help debugging the issue. Regards, -- Nicolas Goaziou

[O] org-entry-delete vs org-entry-put

2017-01-21 Thread Michael Welle
Hello, I'm hacking a function to deactivate and activate recurring tasks without losing the time stamp associated with the scheduled property. I observed two things so far: 1. Property names like DISABLED-SCHEDULED seem to be problematic. I guess the regexp matching the scheduled property is t

Re: [O] Latex Preview Fragment is not working on org 9.0.3 from elpa

2017-01-21 Thread Nicolas Goaziou
Hello, Young-whan writes: > Looks like it is a bug? Why it is not loaded automatically while 8.2 has no > issue? Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Parser cache is disabled by default

2017-01-21 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou [21. Jan. 2017]: > I decided to disable cache by default for the time being. IOW, > `org-element-use-cache' is nil. > > Please consider turning it on if you want to help debugging the issue. Is there an easy to follow receipt what to do in order to help you debuggin

Re: [O] [PATCH] org-info: Fix html export of info link

2017-01-21 Thread Nicolas Goaziou
Hello, Chunyang Xu writes: > I notice the html export (actually, the HTML URL anchor part) of info > link is incorrect in some cases, for example > in (info "(org) Built-in table editor"), the corresponding org link is > > [[info:org#Built-in%20table%20editor][info:org#Built-in table editor]]

[O] extra paragraph in image export?

2017-01-21 Thread Matt Price
with org-html-html5-fancy is non-nil, images are exported with something like this code: https://imgs.xkcd.com/comics/proof_2x.png"; alt="proof_2x.png" class="fragment (appear) visible current-fragment" data-fragment-index="0"> At least in ox-reveal, this makes it quite difficult to address im

[O] How to set the scheduled property programmatically?

2017-01-21 Thread Michael Welle
Hello, what is the correct way to set the property? I tried (org-entry-put pom "SCHEDULED" "<2017-01-01 Sun ++1w>") which results in SCHEDULED: <2017-01-01 Sun> As you can see, the 'repeater' is missing. Regards hmw

[O] Recurring tasks and arbitrary properties

2017-01-21 Thread Michael Welle
Hello, a task like this behaves like a recurring task, i.e. if I set the task state to DONE it is automatically switched back to TODO. Is that the intended behaviour? * TODO task1 :PROPERTIES: :FOO: <2017-03-12 Sun ++1w> :END: Regards hmw

[O] [PATCH] import org2tc scripts from John Wiegly into org-mode

2017-01-21 Thread Antoine Beaupré
this was taken from this Github repo with the author's approval: https://github.com/jwiegley/org2tc this is very useful to convert org-mode clock entries into the more easily parseable timeclock.el format, a fundamental step in automating billing with org-mode. --- contrib/scripts/org2tc | 150 +

[O] Bug: org-cycle-agenda-files is broken in org-mode version 8.2.10 (which ships with Emacs 25.1) [8.2.10 (release_8.2.10 @ /usr/local/Cellar/emacs/25.1/share/emacs/25.1/lisp/org/)]

2017-01-21 Thread Gaurav Abbi
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. --

Re: [O] Bug: org-cycle-agenda-files is broken in org-mode version 8.2.10 (which ships with Emacs 25.1) [8.2.10 (release_8.2.10 @ /usr/local/Cellar/emacs/25.1/share/emacs/25.1/lisp/org/)]

2017-01-21 Thread Kyle Meyer
Gaurav Abbi writes: > The function org-cycle-agenda-files is broken in org-mode version 8.2.10 > (which ships with Emacs 25.1). Please refer to the SO link > http://emacs.stackexchange.com/questions/30110/cycle-through-agenda-files-list-not-working This is caused by Emacs's commit 3a5f75193e (*

Re: [O] extra paragraph in image export?

2017-01-21 Thread Matt Price
On Sat, Jan 21, 2017 at 11:26 AM, Matt Price wrote: > with org-html-html5-fancy is non-nil, images are exported with something > like this code: > > > https://imgs.xkcd.com/comics/proof_2x.png"; > alt="proof_2x.png" class="fragment (appear) visible current-fragment" > data-fragment-index="0"> >

Re: [O] Parser cache is disabled by default

2017-01-21 Thread Nicolas Goaziou
Hello, Gregor Zattler writes: > Is there an easy to follow receipt what to do in order to help > you debugging? When Emacs hangs I do pkill -USR2 emacs but then > there is no debug info!? The freezes itself is easy to understand. The cache (an AVL tree) is corrupted, and inserting a new cached