Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stewid/module-org-capture
Capture notes in org-mode from the Evolution personal information management application
https://github.com/stewid/module-org-capture
Last synced: 9 days ago
JSON representation
Capture notes in org-mode from the Evolution personal information management application
- Host: GitHub
- URL: https://github.com/stewid/module-org-capture
- Owner: stewid
- License: gpl-3.0
- Created: 2018-11-29T17:45:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T21:26:58.000Z (about 6 years ago)
- Last Synced: 2024-11-12T04:02:06.787Z (2 months ago)
- Language: C
- Size: 53.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* module-org-capture
Capture notes in org-mode from the Evolution personal information
management application. Please note that this extension is in an
early experimental development phase and that it does not yet work.** Installation
First install the dependencies, for example, on Fedora:
#+BEGIN_SRC sh
dnf install evolution-devel
dnf install evolution-data-server-devel
#+END_SRCThen clone and build the =module-org-capture= extension:
#+BEGIN_SRC sh
git clone https://github.com/stewid/module-org-capture.git
cd module-org-capture
mkdir _build
cd _build
cmake -G "Unix Makefiles" ..
make
make install
#+END_SRC** License
The =module-org-capture= extension is licensed under the [[https://github.com/stewid/org-capture-module/blob/master/LICENSE][GPLv3]].