[வெள்ளி மே 24, 2024] Ihor Radchenko wrote:
> Visuwesh writes:
>
>> Unless I misunderstood the code, the line
>>
>> ;; Check type of ind column (timestamp? text?)
>> (when (plist-get params :check-ind-type)
>>
>> should be
>>
>> ;; Check type of ind column (timestamp? text?)
>>
Morgan Smith writes:
> * etc/ORG-NEWS: Fix typos.
> * testing/lisp/test-org-agenda.el: Fix typos.
> ---
>
> Hello!
>
> I was reading through the news and found this entry a little confusing. Also
> the variable names wheren't quite right.
Thanks!
Applied, onto main.
https://git.savannah.gnu.org
* etc/ORG-NEWS: Fix typos.
* testing/lisp/test-org-agenda.el: Fix typos.
---
Hello!
I was reading through the news and found this entry a little confusing. Also
the variable names wheren't quite right.
Thanks,
Morgan
etc/ORG-NEWS| 13 +
testing/lisp/test-org-a
Visuwesh writes:
> Unless I misunderstood the code, the line
>
> ;; Check type of ind column (timestamp? text?)
> (when (plist-get params :check-ind-type)
>
> should be
>
> ;; Check type of ind column (timestamp? text?)
> (when (plist-get (cdr type) :check-ind-type)
>
> be
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
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
-
Yes, of course:
init.el configuration :
-
(add-to-list 'load-path “/home/.../org-mode/lisp”)
(require 'org-capture)
(setq org-capture-templates
'((“t” “Todo” entry (file+headline
“/home/user/Testdedossier/src/.emacs.d/test.org” “Tasks”)
“* TODO %^{Name task}\n %i\n %a”)))
Hi !
Sorry for the delay.
Version: Org mode version 9.7-pre (9.7-pre-n/a-g1c5492)
(I hope it's the last, I use elpaca).
No, the behavior is not actually the same: for me (hoping my configuration
doesn't interfere), everything goes “as expected”, except that the second
capture cancels the first.
Bruno Barbier writes:
> I've pushed the update to my public branch.
Thanks!
I am attaching some minor edits I'd like to propose on top of your
latest branch.
Also, some more questions.
> ;;(setq my-rlock
> ;; (org-pending (cons (point) (mark))
> ;;