emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Bug: org-agenda-diary-entry messes with datetree in org-agenda-diary


From: Gregor Zattler
Subject: [O] Bug: org-agenda-diary-entry messes with datetree in org-agenda-diary-file [8.3beta (release_8.3beta-785-gb5d9f4 @ /home/grfz/src/org-mode/lisp/)]
Date: Sun, 01 Feb 2015 22:23:47 +0100

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.
------------------------------------------------------------------------

Dear org-mode developers,

adding a date to the datetree in the org-agenda-diary-file
produces a mess:

- emacs-snapshot -Q -L /home/grfz/src/org-mode/lisp/ -nw –eval (setq 
org-agenda-diary-file "/tmp/diary.org")
- Mx org-agenda
- a
- i
- d
- error

gives:

>>>>>>>>>>>>>>>

* 2015
** 2015-02 Februar
<2015-02-01 So>*** 2015-02-01 Sonntag
**** error

<<<<<<<<<<<<<<<<<<<<


instead of:

>>>>>>>>>>>>>>>
* 2015
** 2015-02 Februar
*** 2015-02-01 Sonntag
**** error
<2015-02-01 So>
<<<<<<<<<<<<<<<<<<<<

This is with:
Emacs  : GNU Emacs 25.0.50.1 (i686-pc-linux-gnu, GTK+ Version 3.14.5)
 of 2015-02-01 on boo
Package: Org-mode version 8.3beta (release_8.3beta-785-gb5d9f4 @ 
/home/grfz/src/org-mode/lisp/)


I did a git bisect and got:

a1116aa54ee4befd8fa52e3f92207db200ebfd59 is the first bad commit
commit a1116aa54ee4befd8fa52e3f92207db200ebfd59
Author: Nicolas Goaziou <address@hidden>
Date:   Fri Jan 30 10:23:47 2015 +0100

    Fix ‘org-agenda-insert-diary-make-new-entry’
    
    * lisp/org-agenda.el (org-agenda-insert-diary-make-new-entry): Ensure
    point is at a real body line and not in front of meta data, so
    regular contents can be inserted safely after a call to this
    function.
    
    Reported-by: Samuel Loury <address@hidden>
    <http://permalink.gmane.org/gmane.emacs.orgmode/94482>

:040000 040000 c02a04761fd8b4f2b518852afca3b44f4f0642ae 
60b6dc4cf3232b8059b8e8c778949d8b466a2e75 M      lisp




Thanks for your attention, Gregor



reply via email to

[Prev in Thread] Current Thread [Next in Thread]