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
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
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
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
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
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]]
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
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
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
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 +
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.
--
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 (*
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">
>
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
14 matches
Mail list logo