summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-01-17 16:57:23 -0500
committerKyle Meyer <kyle@kyleam.com>2016-01-17 16:57:23 -0500
commit7a651f2a6badd7325dd81f444d315decf49f38dc (patch)
tree5acc2d3b301ba33d2fb90c453d9052d9c3c8f850
parent728fbcbe46d957ff5b3aa94b6fee09cc2fb39358 (diff)
downloadbog-7a651f2a6badd7325dd81f444d315decf49f38dc.tar.gz
bog-todo: Delete file
-rw-r--r--bog-todo99
1 files changed, 0 insertions, 99 deletions
diff --git a/bog-todo b/bog-todo
deleted file mode 100644
index dfb7ddd..0000000
--- a/bog-todo
+++ /dev/null
@@ -1,99 +0,0 @@
-# -*- mode: org -*-
-#+typ_todo: BUG(b) ENH(e) DOC(d) | DONE(n) CANCELED(c@)
-#+tags: maybe
-#+startup: nologdone
-
-* Release archive :ARCHIVE:
-
-** v1.0.0
-
-*** DONE Inconsistent face highlighting
-
-Some citekeys are not highlighed until the surrounding text is altered.
-
-*** DONE 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'.
-
-*** CANCELED Mention useful tools
-
-- projectile: Store the notes files in git directory and use projectile
- to manage as project.
-- git annex: Store and sync associated PDF files using git annex.
-
-*** DONE Installation instructions
-
-*** DONE Find in-text citekeys that don't have a header
-
-*** CANCELED Check for duplicate citekeys headings
- :LOGBOOK:
- - State "CANCELED" from "ENH" [2014-12-07 Sun 20:31] \\
- This is easy enough to do with bog-search or grepping.
- :END:
-
-*** DONE Make bog-goto functions work when citekey is property
-
-Currently, `bog-goto-citekey-heading-in-buffer' and
-`bog-goto-citekey-heading-in-notes' only work if the citekey is stored
-as a heading, not a property.
-
-*** DONE Create combined bib from a suffix glob
-
-For documents generated from multiple files
-
-Default could be "*.tex".
-
-*** DONE Generalize PDF functions in bog
-
-Replace bog-find-citekey-pdf with bog-find-citekey-file. The extensions
-that will be considered could be customized. Rebind this to "f".
-bog-rename-staged-pdf-to-citekey would be
-bog-rename-staged-file-to-citekey and could use the same customized
-extensions (or maybe just take the extension from the original file).
-
-*** DONE Use `org-file-apps' instead of `bog-pdf-opener'
-
-*** DONE Ability to run tests from makefile
-
-*** DONE Put some of the common setup in macros
-
-I'm thinking mainly of temporary Org buffers.
-
-** v0.6.0
-*** CANCELED Switch from obsolete `flet' to `noflet'
- - State "CANCELED" from "ENH" [2014-02-12 Wed 00:50] \\
- Removed `flet`, but with set up of `bog-citekey-action', a replacement
- funciton can be passed instead of using `noflet`.
-
-*** DONE 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.
-
-*** DONE Better handling of multiple PDFs
-
-If multiple PDFs for a citekey, complete read.
-
-*** DONE Use a stage for new BibTeX files
-
-Avoid filtering all bib file names.
-
-*** DONE [#A] Make `bog-find-citekey-bib' compatible with a single BibTeX file
-
-*** DONE Refiling for just bib notes
-
-Redefine org refile targets.
-
-*** DONE [#A] Allow citekeys to be properties instead of headings
-
-*** DONE Suggest keybindings
-
-*** DONE Describe BibTeX autokey settings for `bog-citekey-format'
-
-*** CANCELED Citekey selection if locating fails
- - State "CANCELED" from "ENH" [2014-03-16 Sun 17:59] \\
- For now, I will stick to issuing an error message if no citekey is
- found, and only prompting if a prefix argument is given.
-
-*** DONE [#A] Add README