diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-02-03 00:03:37 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-02-03 00:58:14 -0500 |
commit | 597901a1b3814f44297c9f9a5aaf791342a05d70 (patch) | |
tree | 4b72b16b2463f1d8d6ad8be11df069036a1431b4 /bog-todo.org | |
parent | d0f06a37e44a9bd495246f680ce525ed7a8a3084 (diff) | |
download | bog-597901a1b3814f44297c9f9a5aaf791342a05d70.tar.gz |
Add TODO file
Diffstat (limited to 'bog-todo.org')
-rw-r--r-- | bog-todo.org | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/bog-todo.org b/bog-todo.org new file mode 100644 index 0000000..567cf31 --- /dev/null +++ b/bog-todo.org @@ -0,0 +1,63 @@ +#+typ_todo: BUG(b) ENH(e) DOC(d) | DONE(n) CANCELED(c@) +#+tags: maybe prerel + + +* General + +** BUG Inconsistent face highlighting + +Some citekeys are not highlighed until the surrounding text is altered. + +** ENH Citekey selection if locating fails + +** ENH Function for getting all citekeys in notes + +Perhaps use a cache file. This could be used in +`bog-search-citekey-on-web' and `bog-rename-staged-pdf-to-citekey'. + +** DOC [#A] Add README + +** DOC Installation instructions + +** DOC Suggest keybindings + +* Notes + +** ENH [#A] Allow citekeys to be properties instead of headings + +** ENH Find in-text citekeys that don't have a header + +** ENH Check for duplicate citekeys headings + +** ENH Refiling for just bib notes + +Redefine org refile targets. + +* BibTeX files + +** ENH [#A] Make `bog-find-citekey-bib' compatible with a single BibTeX file + +** ENH Create combined bib from a suffix glob + +For documents generated from multiple files + +Default could be "*.tex". + +** ENH Use a stage for new BibTeX files + +Avoid filtering all bib file names. + +* PDF files + +** ENH Better handling of multiple PDFs + +If multiple PDFs for a citekey, complete read. + +** ENH Map basename to full name for PDF rename + +When more than one file in staged, completing read prompts with full +paths, which is inconvenient if using default completing read function. + +* Testing + +** ENH Switch from obsolete `flet' to `noflet' |