blob: 7c8ddcd3e33276bc727d49d3be3a31a9c2a10dcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
# -*- mode: org -*-
* Master (unreleased)
** New features
- Any file type (not just PDFs) can now be associated with a citekey.
- In addition to =bog-find-citekey-file= and =bog-find-citekey-bib=,
most functions will now prompt with set of citekeys when prefix
argument is given. What this list is depends on the function.
- When locating a citekey from the notes fails, functions will now
prompt with a list of citekeys instead of giving an error.
- Bog commands are now available outside of Org buffers through
=bog-commander=. This is based off of =projectile-commander=. The
custom Bog commands for the Org agenda have been removed because this
functionality is now available through =bog-commander=.
- Add command =bog-citekey-tree-to-indirect-buffer=.
** Other changes
- =bog-goto-citekey-heading-in-buffer= and
=bog-goto-citekey-heading-in-notes= will now widen the buffer if the
heading is outside of the narrowed region.
* v0.6.0
** New features
- Citekeys can now be stored as a property in addition to as a heading
title.
- Make functions compatible with a single BibTeX file.
- Add new command =bog-refile=.
- Multiple PDFs can be associated with a citekey.
- Add commands =bog-goto-citekey-heading-in-buffer= and
=bog-goto-citekey-heading-in-notes=.
- Make PDF file separator customizable.
- Add agenda search commands =bog-search-notes= and
=bog-search-notes-for-citekey=.
- Add commands =bog-sort-topic-headings-in-buffer= and
=bog-sort-topic-headings-in-notes=.
- Read a new name if renaming to PDF that exists (instead of giving an
error).
- Allow numbers to be in the title word of citekey.
** Bugs fixed
- Fix a logic bug in citekey selection.
** Other changes
- In addition to renaming PDF files, use the stage for renaming and
cleaning BibTeX files.
- Remove the path when presenting choices for renaming a PDF.
- Define a keymap and minor mode for Bog.
|