emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* BUG: after an org-capture to an inbox entry, statistics-cookies are not updated on certain circumstances
@ 2024-09-01 20:55 pinmacs
  2024-09-08 18:10 ` Ihor Radchenko
  0 siblings, 1 reply; 6+ messages in thread
From: pinmacs @ 2024-09-01 20:55 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1.1: Type: text/plain, Size: 600 bytes --]

Hi,

I am living with this bug since a long time, I thought I was asking 
maybe something very special.

But then I find on a org-capture that goes to an inbox entry:

1. if prepend is nil, does not work on the first time (?)
2. works when number of entries is greater than 1
3. never works when prepend is t

Find attached org-capture-cookies-bug.org which I think it makes it very 
easy to reproduce. Tested with ~emacs -Q~ with orgmode 9.7.10 and 
emacs-30 branch with commit 44c2614

Cheers,
pinmacs

[1] I mean, like running this function: (org-update-statistics-cookies nil)

[-- Attachment #1.1.2: org-capture-cookies-bug.org --]
[-- Type: text/org, Size: 1179 bytes --]

#+TODO: TODO | DONE

* inbox ~:prepend nil~ works except first element (?) [3/3] [100%]
:PROPERTIES:
:CUSTOM_ID: inbox_prepend_nil
:END:
** DONE Test title
** DONE Test title
** DONE Test title
* inbox ~:prepend t~ never works (?) [0/0] [0%]
:PROPERTIES:
:CUSTOM_ID: inbox_prepend_t
:END:
** DONE Test title
** DONE Test title
** DONE Test title
* run this

with ~:prepend nil~, cookies are updated, *except for some reason, the first item*

#+name: prepend_t
#+begin_src emacs-lisp :results none
(defun my/goto ()
  (org-link-open-from-string "[[#inbox_prepend_nil]]"))
(setq org-capture-templates
      '(
        ("t" "test" entry (function my/goto)  "** DONE Test title" :immediate-finish t :prepend nil)
        ))

;; run org-capture noninteractive
(org-capture nil "t")
#+end_src

with ~:prepend t~, cookies are *not* updated

#+name: prepend_nil
#+begin_src emacs-lisp :results none
(defun my/goto ()
  (org-link-open-from-string "[[#inbox_prepend_t]]"))
(setq org-capture-templates
      '(
        ("t" "test" entry (function my/goto)  "** DONE Test title" :immediate-finish t :prepend t)
        ))

;; run org-capture noninteractive
(org-capture nil "t")
#+end_src



[-- Attachment #1.1.3: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3323 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-09-16 19:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-01 20:55 BUG: after an org-capture to an inbox entry, statistics-cookies are not updated on certain circumstances pinmacs
2024-09-08 18:10 ` Ihor Radchenko
2024-09-09 16:28   ` pinmacs
2024-09-15 10:12     ` Ihor Radchenko
2024-09-15 15:56       ` pinmacs
2024-09-16 19:18         ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).