Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-19 | Extend citekey caching | Kyle Meyer | |
- Support bib and file citekeys. - Allow caching for specific citekey categories to be enabled. - Support clearning cache for a specific citekey category. | |||
2015-02-19 | bog-bib-citekeys: Remove extension | Kyle Meyer | |
Remove '.bib' from citekeys, which was introduced in 16b60db1. | |||
2015-02-19 | Add tests for bog--find-duplicates | Kyle Meyer | |
2015-02-19 | bog-{,non-}heading-citekeys-in-file: Set default-directory | Kyle Meyer | |
Set the default directory so that Org mode is able to read any setup files that are specified with a relative path. | |||
2015-02-19 | Makefile: Byte compile before tests | Kyle Meyer | |
2015-02-19 | Use cl-lib instead of dash | Kyle Meyer | |
2015-02-19 | Rewrite bog-create-combined-bib | Kyle Meyer | |
- Add numerical argument to pass to dired-get-marked-files. - Expand docstring. - When missing citekey bib, prompt with citekey instead of file name. | |||
2015-02-17 | Add view mode for Bog | Kyle Meyer | |
2015-02-17 | Use regexp for bog-citekey-file-name-separators | Kyle Meyer | |
Use regular expression to specify separators. This allows more flexibility in customizing citekey file names and is easily fed to directory-files. | |||
2015-02-17 | Expand NEWS entry | Kyle Meyer | |
2015-02-17 | bog-bib-citekeys: Rewrite with directory-files | Kyle Meyer | |
2015-02-17 | Rewrite bog-clean-and-rename-staged-bibs | Kyle Meyer | |
2015-02-17 | bog-notes: Rewrite with directory-files | Kyle Meyer | |
2015-02-17 | Add docstring to bog-read-note-file-name | Kyle Meyer | |
2015-02-17 | Clean up previous duplicate heading buffer | Kyle Meyer | |
When bog-list-duplicate-heading-citekeys doesn't find any duplicate headings, check for a buffer from a previous call. If one is found, kill it because its information is now stale. | |||
2015-02-17 | Rewrite bog-list-orphan-citekeys | Kyle Meyer | |
2015-02-17 | Simplify citekey sorting | Kyle Meyer | |
2015-02-17 | Clean up some spaces | Kyle Meyer | |
2015-02-17 | Add option to store citekey files in subdirectories | Kyle Meyer | |
2015-02-17 | prepare-bib-file: Fix use of bibtex-key-in-head | Kyle Meyer | |
Set the match data according to bibtex-entry-head before calling bibtex-key-in-head. bibtex-key-in-head relies on bibtex-entry-head having generated the most recent match data, but I was using it as though it took care of the matching. By luck, it seems that the most recent match data tends to be correct right after cleaning the entry. | |||
2015-02-17 | Fix warnings during byte compilation | Kyle Meyer | |
2015-02-17 | Expand Makefile | Kyle Meyer | |
2015-02-15 | Decouple Org and Bog tree-to-indirect commands | Kyle Meyer | |
- Use Bog-specific record of last indirect buffer instead of clobbering org-last-indirect-buffer. - Add variable that controls whether or not previous buffer from bog-citekey-tree-to-indirect-buffer is replaced during the next call (default behavior). - Show indirect buffer in other window regardless of org-indirect-buffer-display setting. | |||
2015-02-15 | Use variable to store citekey syntax table | Kyle Meyer | |
2015-02-09 | bog--find-citekey-heading-in-notes: Use base buffer | Kyle Meyer | |
Use base buffer so that bog--find-citekey-heading-in-notes still tries to find a heading in the current note file first, regardless of whether the buffer is an indirect buffer for the note file. | |||
2015-02-09 | bog-citekey-tree-to-indirect-buffer: Widen buffer | Kyle Meyer | |
2015-02-09 | Activate Org mode after inserting file contents | Kyle Meyer | |
Otherwise, setup file will not be loaded, which results in some citekey headings not being found if custom TODO words are used. | |||
2015-02-09 | Override second org-agenda-redo key in Bog search | Kyle Meyer | |
Otherwise, 'g' will re-populate the buffer using Org agenda files. | |||
2015-01-31 | Search current file first for citekey heading | Kyle Meyer | |
Move current file check from bog-goto-citekey-heading-in-notes to bog--find-citekey-heading-in-notes so that other functions that use bog--find-citekey-heading-in-notes (e.g., bog-citekey-tree-to-indirect-buffer) have the same behavior. | |||
2015-01-31 | Add bog-open-{first-}citekey-link to commander | Kyle Meyer | |
2015-01-30 | Add command bog-open-citekey-link | Kyle Meyer | |
This allows any link under a citekey heading to be opened, not just the first. | |||
2015-01-30 | README: Update function list | Kyle Meyer | |
2015-01-30 | README: Sort function and variable lists | Kyle Meyer | |
2015-01-29 | Add command bog-jump-to-topic-heading | Kyle Meyer | |
2015-01-29 | bog-goto-citekey-heading-in-notes: Use pop-to-buffer | Kyle Meyer | |
2015-01-29 | Add NEWS entry for bog-list-duplicate-heading-citekeys | Kyle Meyer | |
2015-01-29 | Remove unnecessary backquote substitution | Kyle Meyer | |
2015-01-29 | bog-list-orphan-citekeys: Fix docstring typo | Kyle Meyer | |
2015-01-29 | bog-create-combined-bib: Correct variable name | Kyle Meyer | |
2015-01-29 | Replace old version of a renamed function | Kyle Meyer | |
These should have been updated with commit ecf7cb67ae95cbd5031ecea6600395453dda3621. | |||
2015-01-29 | Explicitly require cl | Kyle Meyer | |
This is already being pulled in by Org. | |||
2015-01-22 | bog-heading-citekeys-in{-wide}-buffer: Use -non-nil | Kyle Meyer | |
2015-01-21 | Add command bog-list-duplicate-heading-citekeys | Kyle Meyer | |
2015-01-21 | bog-list-orphan-citekeys: Turn on Bog | Kyle Meyer | |
2015-01-19 | Escape character in bog-citekey-format docstring | Kyle Meyer | |
2015-01-19 | bog-list-orphan-citekeys: Raise buffer | Kyle Meyer | |
2015-01-19 | bog-create-combined-bib: Use pop-to-buffer | Kyle Meyer | |
2015-01-19 | Use erase-buffer instead of delete-region | Kyle Meyer | |
2015-01-11 | Decouple Bog search from Org agenda | Kyle Meyer | |
Previously, using bog-search-notes and bog-search-notes-for-citekey clobbered the existing agenda buffer. Make these commands output to a Bog-specific buffer and take care to restore org-lprops after executing. Unfortunately, this still relies heavily on Org agenda internals, but I don't see an obvious way around this. | |||
2015-01-11 | Rewrite bog-all-citekeys | Kyle Meyer | |