summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-11-26 10:35:01 -0500
committerKyle Meyer <kyle@kyleam.com>2017-11-26 10:35:01 -0500
commit88f69fe61955d655b774427ca95ce359f52d5e21 (patch)
tree0c8e9640fc73b65c90283c7dbfc389b6c4093bdd
parentcf7817de3f37ce2404ee637a655f1a511b829585 (diff)
parenta36583ec2246f08f6aa09262c9567f6e1f2b2a3c (diff)
downloadbog-88f69fe61955d655b774427ca95ce359f52d5e21.tar.gz
Merge branch 'bc/readme' [#6]
-rw-r--r--README.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.org b/README.org
index f192113..5af341e 100644
--- a/README.org
+++ b/README.org
@@ -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=