[SOLVED] Re: [QUESTION] Add advice on command org-add-note not working

2021-08-20 Thread stardiviner
Thanks Samuel, using `org-store-log-note’ indeed solved the problem. Great solution. > On Aug 20, 2021, at 4:45 PM, Samuel Loury wrote: > > "Christopher M. Miles" writes: > >> <#secure method=pgpmime mode=sign> > > Beware this did not actually sign your message. > >> I have following advic

Re: [QUESTION] Add advice on command org-add-note not working

2021-08-20 Thread Samuel Loury
"Christopher M. Miles" writes: > <#secure method=pgpmime mode=sign> Beware this did not actually sign your message. > I have following advice code: > > #+begin_src emacs-lisp > (defun my/org-add-note--auto-add-tag () > "Auto add tag 'LOG' when add note log." > (org-back-to-heading) > ;; D

[QUESTION] Add advice on command org-add-note not working

2021-08-19 Thread Christopher M. Miles
<#secure method=pgpmime mode=sign> I have following advice code: #+begin_src emacs-lisp (defun my/org-add-note--auto-add-tag () "Auto add tag 'LOG' when add note log." (org-back-to-heading) ;; DEBUG: the following code is not executed. (message "DEBUG") (require 'seq) (org-set-tags (s