Re: Bug: [PATCH] org-datetree-insert-line doesn't honor headline spacing customization [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2020-09-09 Thread Bastien
Hello Vasilij, Vasilij Schneidermann writes: >> Thanks for the patch. I tried it and these two tests fail: >> >>FAILED test-org-datetree/find-date-create >>FAILED test-org-datetree/find-iso-week-create >> >> Perhaps you can check the value of `org-blank-before-new-entry' and >>

Re: Bug: [PATCH] org-datetree-insert-line doesn't honor headline spacing customization [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2020-09-08 Thread Vasilij Schneidermann
Hello Bastien, > Thanks for the patch. I tried it and these two tests fail: > >FAILED test-org-datetree/find-date-create >FAILED test-org-datetree/find-iso-week-create > > Perhaps you can check the value of `org-blank-before-new-entry' and > insert a blank line only if needed? I've

Re: Bug: [PATCH] org-datetree-insert-line doesn't honor headline spacing customization [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2020-09-05 Thread Bastien
Hi Vasilij, Vasilij Schneidermann writes: > When doing org captures using the datetree format, newly added headlines > do not follow the value of `org-blank-before-new-entry'. This seems to > be the fault of `org-datetree-insert-line' using `insert' as opposed to > `org-insert-heading' to do

Bug: [PATCH] org-datetree-insert-line doesn't honor headline spacing customization [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2020-09-03 Thread Vasilij Schneidermann
When doing org captures using the datetree format, newly added headlines do not follow the value of `org-blank-before-new-entry'. This seems to be the fault of `org-datetree-insert-line' using `insert' as opposed to `org-insert-heading' to do its work. See the attachment for a proposed fix.