-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<org-capture-ref> Failed to get live link buffer. Got nil #7
Comments
These templates are supposed to work through capture protocol, not interactively. (I guess I can change this, but I usually invoke things using |
*And yes, I do need to update README |
I see. I've used the following to manually capture a few by executing code in the scratch buffer: (org-capture-ref-capture-url "https://en.wikipedia.org/wiki/Sine_and_cosine") These captures (below) lack bibtex entries. Is bibtex generation controlled by a variable? Or perhaps
|
Ooops. Fixed. This was just a broken wikipedia page parser. It has been I while I had to capture wikipedia pages.
It is sufficient, but the default template is now putting things into property drawer rather than bibtex drawer. The templates are now stored in
Just the usual org-protocol bookmarklet that yields |
Note that headlines generated using the current default template can be exported to bibtex by calling M-x org-bibtex |
Opening this issue to track an error I'm seeing. Hopefully my notes will be helpful to others.
Invoking the capture template for either "Interactive link" or "Silent link" results in " Failed to get live link buffer. Got nil" message in the minibuffer. I'm not sure how this capture template gets the URL I intend to capture.
(point)
?The text was updated successfully, but these errors were encountered: