diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-11-26 10:35:01 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-11-26 10:35:01 -0500 |
commit | 88f69fe61955d655b774427ca95ce359f52d5e21 (patch) | |
tree | 0c8e9640fc73b65c90283c7dbfc389b6c4093bdd /README.org | |
parent | cf7817de3f37ce2404ee637a655f1a511b829585 (diff) | |
parent | a36583ec2246f08f6aa09262c9567f6e1f2b2a3c (diff) | |
download | bog-88f69fe61955d655b774427ca95ce359f52d5e21.tar.gz |
Merge branch 'bc/readme' [#6]
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -11,12 +11,12 @@ and taking notes with Org, not on writing research articles with Org. * Installation -Bog is available on [[http://melpa.milkbox.net/][MELPA]]. +Bog is available on [[https://melpa.org/][MELPA]]. To enable Bog in all Org buffers, add it to =org-mode-hook=. #+begin_src emacs-lisp - (add-hook 'org-mode-hook 'bog-mode) + (add-hook 'org-mode-hook #'bog-mode) #+end_src * Workflow @@ -26,8 +26,8 @@ information that must be included in the notes. This unique identifier is used as a link to the BibTeX file and other associated files. In the example below, the citekey "name2000word" is a study heading. A -study heading is defined as a heading the has a citekey as a title or as -the value of =bog-citekey-property=. When a citekey occurs anywhere +study heading is defined as a heading that has a citekey as a title or +as the value of =bog-citekey-property=. When a citekey occurs anywhere else (like "another1999study" below), it is taken as a reference to another study (which may or may not have a subtree in this or another Org file). @@ -130,7 +130,7 @@ The variables below are important for specifying how Bog behaves. - =bog-citekey-format= - A regular expression that defines the format used for citekeys + A regular expression that defines the format used for citekeys. - =bog-find-citekey-bib-function= |