Re: [PATCH 1/2] org-capture: Allow entry template to start without heading

2024-05-27 Thread Rens Oliemans
Ihor Radchenko writes: > It has been one month since the last activity in this thread. > May I know if you got any reply from FSF? My copyright assignment with the FSF is now complete!

Re: [PATCH] org-manual: Rewrite opening section in Citation handling

2024-05-18 Thread Rens Oliemans
Ihor Radchenko writes: > Thanks! I have incorporated all your suggestions into the new version of > the patch (attached). Thanks, it looks good to me! > Yes, it is. Applying diff is easy - easier than manually editing the > changes according to comments in the email. Great, good to know.

Re: LOGBOOK drawer now being created with blank line afterwards

2024-05-15 Thread Rens Oliemans
Kris Nelson writes: > I'm currently reviewing the org source to try and see where the new line is > coming from in the process flow, but I'm a bit of a novice in regards to > elisp, so I haven't figured that out yet. > > I also tried searching the mailing list archive, but didn't see anything

Re: [PATCH] org-manual: Rewrite opening section in Citation handling

2024-05-14 Thread Rens Oliemans
using to me. I wrote a small patch on top of yours with something that is clearer to me, but perhaps this is unique to me. >From 70fe33fe0012c124fd011011ee77e544e18d50ad Mon Sep 17 00:00:00 2001 From: Rens Oliemans Date: Tue, 14 May 2024 20:45:01 +0200 Subject: [PATCH] org-manual: clarify default st

Re: [PATCH 1/2] org-capture: Allow entry template to start without heading

2024-05-14 Thread Rens Oliemans
Ihor Radchenko writes: > It has been one month since the last activity in this thread. > May I know if you got any reply from FSF? I did, I got and signed the assignment, on Friday the 10th of May. I will get a reply of the FSF once they have signed it, and will post here when that happens.

Re: [PATCH 1/2] org-capture: Allow entry template to start without heading

2024-04-14 Thread Rens Oliemans
Ihor Radchenko writes: > I have improved your patches a little, fixing the regular expression > used to match headings ("^*" is not accurate, you need > org-outline-regexp-bol), and adding another test case. > See the attached. Ah I see the difference, good catch. Thank you for the

[PATCH 1/2] org-capture: Allow entry template to start without heading

2024-04-14 Thread Rens Oliemans
* lisp/org-capture.el (org-capture-place-entry): Prepend heading to template if the template does not yet start with a heading. * testing/lisp/test-org-capture.el (test-org-capture/entry): Add two tests: no error is raised when org-capture is called with a template that does not start with a

[PATCH 2/2] org-capture: Allow table-line entry to start without |

2024-04-14 Thread Rens Oliemans
* lisp/org-capture.el (org-capture-place-table-line): Prepend table-line begin ('|') if the template does not start with it. * testing/lisp/test-org-capture.el (test-org-capture/table-line): Verify that a template gets prepended with a '|' if it does not start with it. --- lisp/org-capture.el

"Bad template" when creating org-capture for table-line without '|'

2024-03-27 Thread Rens Oliemans
Hi, I was trying to create an org-capture for a table-line type, and I noticed that org-capture inserts the string "| Bad template |" when the template does not start with '|'. This could make sense, since a line is (only) considered part of a table when it starts with '|'. However, I did not

Re: Possible bug in org-agenda not showing habits properly

2024-03-20 Thread Rens Oliemans
Ihor Radchenko writes: > You should set `org-modules' _before_ loading Org. Or you can load > org-habit in more traditional way, via (require 'org-habit) or > (use-package org-habit). Thanks, this works! I misunderstood the way the different use-package blocks got executed.

Possible bug in org-agenda not showing habits properly

2024-03-18 Thread Rens Oliemans
When I open an org file before opening the agenda, my habits show up as regular tasks, rather than with the consistency graph. Additionally, many CANCELed tasks still show up in the agenda. When I open the agenda first however, everything goes fine. Interestingly, this only happens when I bind

Re: [BUG] org-refile doesn't work when target is immediately above

2023-10-02 Thread Rens Oliemans
Ihor Radchenko writes: > I cannot reproduce on the latest main. Me neither, it seems that commit 0d5951a9b02d9ce71af154612d0fa3a3381856ec fixed the issue. -- Rens

Tips on reproducing and bisecting bugs

2023-09-06 Thread Rens Oliemans
Hi all, Thanks for creating and maintaining Org mode, it's great. I tried helping out recently by confirming and bisecting a reported bug (https://list.orgmode.org/camjkazz6srdoxv6rhmdm97enhysntodtctcznn1zbquk3gh...@mail.gmail.com/), but am not sure if what I did was actually useful, and if so,

Re: [BUG] unexpected octave output from code blocks [9.7-pre (release_9.6.7-581-gd38ca5)]

2023-09-06 Thread Rens Oliemans
Confirmed on my machine, thanks for the bug report and reproduction files. I could reproduce the bug on GNU Emacs 28.2, git bisect told me that commit 866ed1a3c5c37cad243085f9a8fa904970e4d614 was the first bad commit. -- Rens Oliemans

[BUG] Header-args :results output of code block don't take precedence above headline header-args [9.6 (release_9.6-32-gc59d6d @ /tmp/org/org-mode/lisp/)]

2022-12-09 Thread Rens Oliemans
ration issue on my side, but I did my best to rule that out. This is the first time posting in a (and by extension, this) mailing list, please highlight any errors I made/things I can do better. All the best, Rens Oliemans Emacs : GNU Emacs 28.1 (build 1, x86_64-redhat-linux-gnu, GTK+ Version