diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-10-15 02:18:38 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-10-15 02:28:05 -0400 |
commit | a72f6ae89f83c212e22b45f104c6756fcae12ec4 (patch) | |
tree | f89fc23f08d5b743a01aa32c09dec58f8890d1c3 /README.md | |
parent | 33c6925e5ead0d05c8f11315ce13c4beb2bbbe8a (diff) | |
download | bog-a72f6ae89f83c212e22b45f104c6756fcae12ec4.tar.gz |
Mention Org-ref in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -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 |