summaryrefslogtreecommitdiff
path: root/bog-todo.org
AgeCommit message (Collapse)Author
2014-11-23Add bog-tests--with-temp-text macroKyle Meyer
2014-11-23Fix inconsistent citekey highlightingKyle Meyer
With the previous approach, some citekeys weren't highlighted until text near them was changed. I'm still not certain why this is, but using `org-font-lock-hook' seems to fix it.
2014-11-23Delete closing times from notesKyle Meyer
2014-05-24Mark outdated TODOs as doneKyle Meyer
Commits 62a8e21 and f2fe3d4
2014-04-26Generalize PDF functions to any file typeKyle Meyer
2014-04-02Use org-open-file to open PDFsKyle Meyer
2014-04-02TODO: Generalize PDF functionsKyle Meyer
2014-04-01Create archive subtree for TODOsKyle Meyer
2014-03-16TODO: UpdateKyle Meyer
2014-03-16TODO: UpdateKyle Meyer
2014-03-04ENH: Allow citekey to have multiple PDFsKyle Meyer
Match any PDF files named '<citekey.pdf' or '<citekey>-*.pdf'. When finding a PDF for a citekey, complete read to deterimine which file to open.
2014-02-16ENH: Add refiling for Bog notesKyle Meyer
2014-02-15TODO: More test macrosKyle Meyer
2014-02-15ENH: Remove path from choices when renaming PDFKyle Meyer
Only files in `bog-stage-directory' are options, so the only relevant information to present is the file name.
2014-02-15ENH: Use stage for renaming BibTeX filesKyle Meyer
This avoids filtering all the names in the BibTeX directory to those that match the citekey pattern, and it more consistent with how PDF are renamed.
2014-02-12TST: Remove use of obsolete `flet` in testsKyle Meyer
2014-02-09DOC: Suggest keybindingsKyle Meyer
2014-02-08DOC: Provide bibtex-autokey settingsKyle Meyer
2014-02-07ENH: Make compatible with single BibTeX fileKyle Meyer
2014-02-06ENH: Allow citekeys to be propertiesKyle Meyer
Now citekeys can be taken either from properties or from headings. This provides greater compatibility with org-bibtex.el.
2014-02-03TODO: Mention useful toolsKyle Meyer
2014-02-03TODO: Makefile for testsKyle Meyer
2014-02-03TODO: Describe autokey settingsKyle Meyer
2014-02-03DOC: Add READMEKyle Meyer
2014-02-03Add TODO fileKyle Meyer