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

2024-06-05 Thread Rens Oliemans
Ihor Radchenko writes: > Applied, onto main. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=0c8fba93f > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=a62f75c84 > > I added you to the contributor list: > https://git.sr.ht/~bzg/worg/commit/05c4acae Great, thank

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

2024-06-04 Thread Ihor Radchenko
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. > > Before I install the patches, may I know if you have FSF copyrigh

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

2024-05-27 Thread Bastien Guerry
Ihor Radchenko writes: > Bastien, may you please check FSF records? The record for Rens is valid. Thanks for your contributions! -- Bastien Guerry

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 1/2] org-capture: Allow entry template to start without heading

2024-05-27 Thread Ihor Radchenko
Rens Oliemans writes: > 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! Bastien, may you please check FSF records? -- Ihor Radchenko // yantar92, Or

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

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

2024-05-14 Thread Ihor Radchenko
Rens Oliemans writes: >> Before I install the patches, may I know if you have FSF copyright >> assignment? See https://orgmode.org/worg/org-contribute.html#copyright > > I had not done that yet. I have just sent the form to the FSF. I will let > you know when the process is complete. It has been

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 improvements!

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

2024-04-14 Thread Ihor Radchenko
Rens Oliemans writes: > * 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

[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 headi