emacs-calfw icon indicating copy to clipboard operation
emacs-calfw copied to clipboard

Do not append directly to org-capture-templates

Open jwiegley opened this issue 10 years ago • 3 comments

Since most users customize this variable, directly appending to it causes the Customize buffer to look wrong, since the data appended does not fit the structure specified by the customization. I recommend having 'c' just invoke org-capture, without adding anything to the templates list.

jwiegley avatar Feb 19 '15 10:02 jwiegley

@jwiegley Because I don't use orgmode for schedule management, @myuhe helped me for this issue. (He develops org-gcal which communicates with google calendar:) Is the PR #53 reasonable?

kiwanami avatar Feb 24 '15 09:02 kiwanami

Just fix it. calfw-org no longer invoke org-capture-templates.

myuhe avatar Feb 24 '15 09:02 myuhe

How to call org-captures from calfw like in org-agenda pressing k?

AtomicNess123 avatar Feb 10 '23 03:02 AtomicNess123