Re: How can I use org-add-note with emacsclient?

2023-12-26 Thread equal . moon0346
On Mon, Dec 25, 2023, at 14:35, Ihor Radchenko wrote: > equal.moon0...@fastmail.com writes: > >> I'm trying to figure out how to start a note (C-c C-z) on the currently >> clocked task from emacsclient. Here's what I have so far: >> ... >> emacsclient -s test -nw --eval '(progn (org-clock-goto) (o

How can I use org-add-note with emacsclient?

2023-12-23 Thread equal . moon0346
Hello Org mode users, I'm trying to figure out how to start a note (C-c C-z) on the currently clocked task from emacsclient. Here's what I have so far: Start Emacs: emacs --fg-daemon=test -Q -nw --eval "(setq-default org-agenda-files '(\"~/org-agenda-files\"))" Connect to the daemon in a diff