summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-10-15 02:18:38 -0400
committerKyle Meyer <kyle@kyleam.com>2014-10-15 02:28:05 -0400
commita72f6ae89f83c212e22b45f104c6756fcae12ec4 (patch)
treef89fc23f08d5b743a01aa32c09dec58f8890d1c3
parent33c6925e5ead0d05c8f11315ce13c4beb2bbbe8a (diff)
downloadbog-a72f6ae89f83c212e22b45f104c6756fcae12ec4.tar.gz
Mention Org-ref in README
-rw-r--r--README12
-rw-r--r--README.md14
2 files changed, 17 insertions, 9 deletions
diff --git a/README b/README
index cf71e0a..7899403 100644
--- a/README
+++ b/README
@@ -19,10 +19,6 @@ To enable Bog in all Org buffers, add it to =org-mode-hook=.
* Workflow
-Many people use Org for taking research notes, and there are some really
-nice descriptions of systems people have come up with (for a few
-examples, see [[http://thread.gmane.org/gmane.emacs.orgmode/78983][these]] [[http://thread.gmane.org/gmane.emacs.orgmode/14756][threads]] on the Org mode mailing list).
-
The Bog workflow is focused around the citekey, which is the only study
information that must be included in the notes. This unique identifier
is used as a link to the BibTeX file and other associated files.
@@ -140,3 +136,11 @@ Some Bog functions are useful outside of an Org buffer (e.g.,
=bog-search-notes=). These functions are available through the
=bog-commander= interface (based of off =projectile-commander=). This
can be bound to a global key for quick access.
+
+* Other approaches
+
+If Bog doesn't fit your workflow, there are a good number of other
+approaches to explore. On the Org mode mailing list, there are some [[http://thread.gmane.org/gmane.emacs.orgmode/78983][nice]]
+[[http://thread.gmane.org/gmane.emacs.orgmode/14756][descriptions]] of systems people have come up with for taking research
+notes in Org. For a package that focuses on both taking research notes
+and writing research articles, Look into [[https://github.com/jkitchin/jmax/blob/master/org/org-ref.org][Org-ref]].
diff --git a/README.md b/README.md
index 614e53d..07da545 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,6 @@ To enable Bog in all Org buffers, add it to `org-mode-hook`.
# Workflow
-Many people use Org for taking research notes, and there are some really
-nice descriptions of systems people have come up with (for a few
-examples, see [these](http://thread.gmane.org/gmane.emacs.orgmode/78983) [threads](http://thread.gmane.org/gmane.emacs.orgmode/14756) on the Org mode mailing list).
-
The Bog workflow is focused around the citekey, which is the only study
information that must be included in the notes. This unique identifier
is used as a link to the BibTeX file and other associated files.
@@ -128,4 +124,12 @@ something else (like `C-c b`), set `bog-keymap-prefix`.
Some Bog functions are useful outside of an Org buffer (e.g.,
`bog-search-notes`). These functions are available through the
`bog-commander` interface (based of off `projectile-commander`). This
-can be bound to a global key for quick access. \ No newline at end of file
+can be bound to a global key for quick access.
+
+# Other approaches
+
+If Bog doesn't fit your workflow, there are a good number of other
+approaches to explore. On the Org mode mailing list, there are some [nice](http://thread.gmane.org/gmane.emacs.orgmode/78983)
+[descriptions](http://thread.gmane.org/gmane.emacs.orgmode/14756) of systems people have come up with for taking research
+notes in Org. For a package that focuses on both taking research notes
+and writing research articles, Look into [Org-ref](https://github.com/jkitchin/jmax/blob/master/org/org-ref.org). \ No newline at end of file