Skip to content

Commit

Permalink
* add support for unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed May 9, 2011
1 parent d372fc3 commit 3085492
Show file tree
Hide file tree
Showing 6 changed files with 430 additions and 295 deletions.
3 changes: 2 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ Information about the license are found in the file LICENSE
*** DONE implement edit functionality

** liborgmode
*** add support for related documents
*** move HeadingList._associate_heading to Heading and Document
*** add support for easily changing a heading's level
*** throw exception when adding a heading to the DOM with a lower level than the parent
Expand All @@ -351,6 +352,7 @@ Information about the license are found in the file LICENSE
I'm not quite sure whether this is actually need in liborgmode or should be part of a specific plugin
*** add support for detaching a heading from a document
This is strongly linked to the changing of a heading's level. There needs to be an easy way to do that
*** DONE add support for unicode
*** DONE build a general library for parsing orgmode files
*** DONE build a general library for parsing orgmode files
I think of something general like asciidoc
Expand All @@ -367,7 +369,6 @@ Information about the license are found in the file LICENSE
*** generate documentation from plugin code, add short/long descriptions to keybindings

** Misc
*** convert all strings to unicode
*** autocommand for removing Org menu breaks other plugins
*** reimplement syntax file (the current version is from hsitz)
*** implement functionality of [[http://orgmode.org/worg/org-tutorials/orgtutorial_dto.html][Orgmode 5 Minutes Tutorial]]
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
vim-orgmode (0.1.0-30) unstable; urgency=low

* add support for unicode

-- Jan Christoph Ebersbach <jceb@e-jc.de> Mon, 09 May 2011 14:27:37 +0900

vim-orgmode (0.1.0-29) unstable; urgency=low

* remove unsued import from liborgmode
Expand Down
Loading

0 comments on commit 3085492

Please sign in to comment.