Re: [BUG] org-plot: Unable to use text xtics with type:2d (+ more) [9.7-pre (N/A @ /home/viz/lib/emacs/straight/build/org/)]

2024-05-24 Thread Visuwesh
[வெள்ளி மே 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?) >>

Re: [PATCH] Fix typos surrounding `org-agenda-skip-scheduled-repeats-after-deadline'

2024-05-24 Thread Ihor Radchenko
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

[PATCH] Fix typos surrounding `org-agenda-skip-scheduled-repeats-after-deadline'

2024-05-24 Thread Morgan Smith
* 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

Re: [BUG] org-plot: Unable to use text xtics with type:2d (+ more) [9.7-pre (N/A @ /home/viz/lib/emacs/straight/build/org/)]

2024-05-24 Thread Ihor Radchenko
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

[BUG] org-plot: Unable to use text xtics with type:2d (+ more) [9.7-pre (N/A @ /home/viz/lib/emacs/straight/build/org/)]

2024-05-24 Thread Visuwesh
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. -

Re: Bug: org-capture does not work if called from minibuffer (Org mode version 9.6.10 (9.6.10-n/a-g902975)

2024-05-24 Thread Clément Payard
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”)))

Re: Bug: org-capture does not work if called from minibuffer (Org mode version 9.6.10 (9.6.10-n/a-g902975)

2024-05-24 Thread Clément Payard
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.

Re: Pending contents in org documents (Re: Asynchronous blocks for everything (was Re: ...))

2024-05-24 Thread Ihor Radchenko
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)) > ;;