Skip to content

Commit

Permalink
add feature: generate command can re-gen raw-html file(optional)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeslieZhu committed Apr 3, 2016
1 parent fed6721 commit 9c8bb90
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2016-03-12 Leslie Zhu <pythonisland@gmail.com>

* orgnote/parser.py (OrgNote.do_generate):

In emacs batch mode, use scripts/init-orgnote.el
can generate highlight code in htm
this will force generate all raw-html again in
emacs batch mode, work as a backed feature.

generate options:
all: re-generate all notes's raw-html file
xxx.org: re-generate the note's raw-html file
num: re-generate last num notes's raw-html file
blank: ignore raw-html re-generate step

2016-03-10 Leslie Zhu <pythonisland@gmail.com>

* orgnote/parser.py (OrgNote.scan): update note filename in scan function
Expand Down

0 comments on commit 9c8bb90

Please sign in to comment.