I have lots of notes in Gnote and I consider to use Org-mode instead. How can I migrate my Gnote notes to Org-mode?
Asked
Active
Viewed 361 times
2 Answers
0
I used https://github.com/StAlphonsos/scriptologie/blob/develop/scripts/tomboy2org.pl which is mentioned in http://orgmode.org/worg/org-tools/.
Here is how to proceed. (Note, however, that you may want to clean out your notes before so that you do not migrate unwanted notes.)
Install the dependencies for running the script:
sudo apt-get install libxml-twig-perl libtext-format-perlDownload the script from https://github.com/StAlphonsos/scriptologie/blob/develop/scripts/tomboy2org.pl.
Close Gnote so that any changes is written to its database.
Run the script. I chose to run the script with the option
-notebooksto make one .org file out of each Gnote notebook:perl tomboy2org.pl -notebooks -verbose
N.N.
- 17,939
- 18
- 57
- 92
-1
there's a script available @ orgmode Org Mode tools
h00ver
- 37
- 1
-
2Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, [it would be preferable](http://meta.stackexchange.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – Marco Ceppi Oct 27 '11 at 11:27
-
Thanks for you answer. As noted, it is not a complete answer but merely a pointer to a solution (which would do better as a comment). Since you did not write up a solution I decided to document my solution. See http://askubuntu.com/a/90392/19490. – N.N. Dec 25 '11 at 16:15
-
Welcome to our community! As noted by Marco Ceppi and N.N This is not a real answer but just a link... – Amith KK Dec 25 '11 at 16:19