You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alphapapa thanks for getting back so quickly and thanks for the package!
org-web-tools is installed via the spacemacs equivalent of (require 'org-web-tools) which is dotspacemacs-additional-packages '(org-web-tools).
Just calling (e.g.) org-web-tools-insert-web-page-as-entry work fine.
It seems that the following is an invalid template:
("w" "web site from clipboard" entry (file "~/org/articles.org")
"%(org-web-tools--url-as-readable-org)")
but this is valid (note the *):
("w" "web site from clipboard" entry (file "~/org/articles.org")
"* %(org-web-tools--url-as-readable-org)")
However, when using the now fixed capture template via org-capture with a URL of the website to capture in the clipboard I get this in my capture buffer:
alphapapa
changed the title
org-capture template in code seems to be invalid
Update template example for newer Org, and add autoload for function
Feb 2, 2020
I used the snippet from the code to setup my
org-capture
template:but I get the error
Template is not a valid Org entry or tree
.Not sure what's going on here.
The text was updated successfully, but these errors were encountered: