From b61647b0210362370eef8b3f11635771f8fe96cf Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Sun, 26 Nov 2017 03:03:35 +0000 Subject: README.org: Update MELPA URL --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index f192113..aee73c9 100644 --- a/README.org +++ b/README.org @@ -11,7 +11,7 @@ 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=. -- cgit v1.2.3 From 28c3fed4cc0a37432653000a41e11458db73b419 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Sun, 26 Nov 2017 03:04:05 +0000 Subject: README.org: Fix grammar --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index aee73c9..b93426b 100644 --- a/README.org +++ b/README.org @@ -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= -- cgit v1.2.3 From a36583ec2246f08f6aa09262c9567f6e1f2b2a3c Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Sun, 26 Nov 2017 03:04:24 +0000 Subject: README.org: Quote bog-mode as a function --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index b93426b..5af341e 100644 --- a/README.org +++ b/README.org @@ -16,7 +16,7 @@ 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 -- cgit v1.2.3