[O] Old entry remains in appt when the original one in org file is changed

2012-01-13 Thread Takafumi Arakaki
I am using org-agenda-to-appt and I noticed a bug. 1. Add the following in the agenda file * TODO test SCHEDULED: 2012-01-14 Sat 12:00 2. Call org-agenda-to-appt 3. Change the SCHEDULED time-stamp in the entry like this * TODO test SCHEDULED: 2012-01-14 Sat 12:00 4. appt-time-msg-list

Re: [O] Old entry remains in appt when the original one in org file is changed

2012-01-16 Thread Takafumi Arakaki
Hi Bernt, Thanks for your setup recipe. However, I noticed I failed to explain what I meant; the old entry remains in appt-time-msg-list even if you call org-agenda-to-appt. So, the procedure to reproduce my problem is the following: 1. Add the following in the agenda file * TODO test

Re: [O] Old entry remains in appt when the original one in org file is changed

2012-01-18 Thread Takafumi Arakaki
Hi Bernt, My recipe clears the list each time the agenda is generated.  I only use appt for org-mode appointments so clearing the list works great for me. Sorry I missed (setq appt-time-msg-list nil) in your setup code. This is exactly what happens when you pass non-nil for REFRESH argument

[O] [PATCH] Use font-lock-face property in org-src-font-lock-fontify-block?

2012-09-27 Thread Takafumi Arakaki
Hi, I am trying to use org-src.el bundled in org-mode to support syntax highlighgint for multiple languages in my IPython notebook client in Emacs (EIN) [1]. It works very well but I need to patch (please see the attached file) it to use. The problem is that fontification is gone when I edit the

Re: [O] [PATCH] Use font-lock-face property in org-src-font-lock-fontify-block?

2012-09-28 Thread Takafumi Arakaki
Hi Bastien, Thanks. I will bundle my version of the function in my module while watching development of org-src.el. I will report again if I find something. Takafumi On Fri, Sep 28, 2012 at 8:53 AM, Bastien b...@altern.org wrote: Hi Takafumi, Takafumi Arakaki aka@gmail.com writes: I

[O] [PATCH] Escape slashes in ARCHIVE_OLPATH

2012-11-05 Thread Takafumi Arakaki
Currently information about tree structure is lost if you have a slash in node headings. This patch fixes the problem by escaping slashes in headings before concatenating them. Takafumi archive_olpath.patch Description: Binary data

[O] [PATCH] Fix org-entry-put (trouble with org-columns-edit-value)

2012-11-06 Thread Takafumi Arakaki
I have a trouble with org-columns-edit-value; updating property using this command breaks property formatting. If I update MyProp_B in, :PROPERTIES: :MyProp_A: a :MyProp_B: b :END: I end up with: :PROPERTIES: :MyProp_A: :MyProp_B: x a :END: I found that (match-beginning

Re: [O] [PATCH] Fix org-entry-put (trouble with org-columns-edit-value)

2012-11-09 Thread Takafumi Arakaki
Hi, Thanks for the reply. Do you know if it is fixed in both master and maint, or only in master? --- Takafumi On Fri, Nov 9, 2012 at 9:58 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Takafumi Arakaki aka@gmail.com writes: I have a trouble with org-columns-edit-value; updating

Re: [O] [PATCH] Escape slashes in ARCHIVE_OLPATH

2012-11-09 Thread Takafumi Arakaki
I am not familiar with org-mode test suite but I can try. Could you tell me where I can find similar test cases which creates archive entries? --- Takafumi On Fri, Nov 9, 2012 at 9:57 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Takafumi Arakaki aka@gmail.com writes: Currently

Re: [O] [PATCH] Fix org-entry-put (trouble with org-columns-edit-value)

2012-11-09 Thread Takafumi Arakaki
Thanks, I will check maint first then. Takafumi On Fri, Nov 9, 2012 at 2:25 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Takafumi Arakaki aka@gmail.com writes: Do you know if it is fixed in both master and maint, or only in master? I don't know. If it's fixed already, I

Re: [O] [PATCH] Escape slashes in ARCHIVE_OLPATH

2012-11-09 Thread Takafumi Arakaki
by specifying a root tree. This will make test easier, but I guess it is better to test with a plain configuration first. Takafumi On Fri, Nov 9, 2012 at 2:28 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Takafumi Arakaki aka@gmail.com writes: I am not familiar with org-mode test suite but I

Re: [O] [PATCH] Fix org-entry-put (trouble with org-columns-edit-value)

2012-12-01 Thread Takafumi Arakaki
(6642177dee3ec04404ebd99391748f373ada3d2a) result was the same. Takafumi On Fri, Nov 9, 2012 at 3:34 PM, Takafumi Arakaki aka@gmail.com wrote: Thanks, I will check maint first then. Takafumi On Fri, Nov 9, 2012 at 2:25 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Takafumi Arakaki aka

Re: [O] [PATCH] Fix org-entry-put (trouble with org-columns-edit-value)

2012-12-07 Thread Takafumi Arakaki
: Takafumi Arakaki aka@gmail.com writes: I can confirm that the behavior I described still exists. I checked with the latest version (8d22b119786206bbae98183b0fb61e3ab1b22a43) in maint branch of org-mode and the latest version (110979) in emacs-24 branch of Emacs bzr repository. I also

Re: [O] Inserting a comma as prefix of headlines (in Org code blocks)

2013-03-01 Thread Takafumi Arakaki
: [CC'ed to Takafumi Arakaki, author of orgparse] Hello François, Do you know happen to know how conforming it is? I can't comment on that, since I haven't really used it for anything. I wrote many ad hoc parsers for Org already, but what I would like is something really close to the parser

[O] [PATCH] Support hour in repeated task cookie

2012-03-27 Thread Takafumi Arakaki
. How should we call dwmy? Time unit chars or something like that? If the current patch is acceptable, it is fine for me. Maybe you want to introduce some constants afterward. Best, Takafumi From bd1a22fe245c5e2e33979b4b351bfb4564e83825 Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki aka

Re: [O] [PATCH] Support hour in repeated task cookie

2012-03-31 Thread Takafumi Arakaki
No comments? No one wants to have +3h in SCHEDULED? -- Takafumi

Re: [O] [PATCH] Support hour in repeated task cookie

2012-04-26 Thread Takafumi Arakaki
Hi, Bastien Thanks for the patch and I am sorry for this late reply (especially because I pushed maintainers to review my patch before...). Anyway, I tried the head of master (580add2f4148fea949a4db5550577911ee6d756e) and it works fine for me. But I couldn't reproduce this behavior: Note that