Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sprig/org-capture-extension
Browse files Browse the repository at this point in the history
* 'master' of github.com:sprig/org-capture-extension:
  Syntax highlighting in README.md
  • Loading branch information
sprig committed Mar 31, 2016
2 parents 30d4213 + 9d6164a commit 9b92214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ org-protocol://capture:/L/<url>/<title>

This means that you need to have appropriate capture templates for "L" and for "p". Example templates below:

```
```lisp
(setq org-capture-templates `(
("p" "Protocol" entry (file+headline ,(concat org-directory "notes.org") "Inbox")
"* %^{Title}\nSource: %u, %c\n #+BEGIN_QUOTE\n%i\n#+END_QUOTE\n\n\n%?")
Expand Down

0 comments on commit 9b92214

Please sign in to comment.