All Projects → ifree → org-onenote

ifree / org-onenote

Licence: other
Post org file to onenote

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to org-onenote

org-outer-indent
An outer indentation org mode
Stars: ✭ 25 (-37.5%)
Mutual labels:  org-mode
orgmdb.el
An Emacs/org-mode watchlist manager and OMDb API client
Stars: ✭ 17 (-57.5%)
Mutual labels:  org-mode
nano-agenda
A minimal org agenda for Emacs
Stars: ✭ 33 (-17.5%)
Mutual labels:  org-mode
org-hexo
[DEPRECATE] Convert your org-mode blog to hexo markdown file
Stars: ✭ 20 (-50%)
Mutual labels:  org-mode
org-mode-sms-inbox
Harvest org-mode todos with Dropbox, Twilio, and IFTTT.
Stars: ✭ 19 (-52.5%)
Mutual labels:  org-mode
zshorg
org-mode literate programming zsh config
Stars: ✭ 17 (-57.5%)
Mutual labels:  org-mode
MyJournal.Notebook
My Journal Add-In for Microsoft OneNote
Stars: ✭ 41 (+2.5%)
Mutual labels:  onenote
vimwiki2org
Convert VimWiki files to Emacs Org-Mode
Stars: ✭ 18 (-55%)
Mutual labels:  org-mode
github-orgmode-tests
This is a test project where you can explore how github interprets Org-mode files
Stars: ✭ 126 (+215%)
Mutual labels:  org-mode
notes
just notes
Stars: ✭ 21 (-47.5%)
Mutual labels:  org-mode
gcal
Google Calendar Utilities for Emacs
Stars: ✭ 12 (-70%)
Mutual labels:  org-mode
org-toggl-py
Create Toggl entries from Emacs org-mode CLOCK entries
Stars: ✭ 41 (+2.5%)
Mutual labels:  org-mode
phscroll
Enable partial horizontal scroll in Emacs
Stars: ✭ 52 (+30%)
Mutual labels:  org-mode
construct
A reactive graphical symbolic environment for PicoLisp
Stars: ✭ 29 (-27.5%)
Mutual labels:  onenote
organic
Outliner, organizer and notes management app.
Stars: ✭ 37 (-7.5%)
Mutual labels:  org-mode
OrgMode.jl
A Julia library for working with Org.
Stars: ✭ 52 (+30%)
Mutual labels:  org-mode
bog
Extensions for research notes in Org mode
Stars: ✭ 57 (+42.5%)
Mutual labels:  org-mode
org-agda-mode
An Emacs mode for working with Agda code in an Org-mode like fashion, more or less.
Stars: ✭ 14 (-65%)
Mutual labels:  org-mode
sword-to-org
Convert Sword modules to Org-mode outlines
Stars: ✭ 32 (-20%)
Mutual labels:  org-mode
counsel-org-clock
Counsel (Ivy) interface for org-clock
Stars: ✭ 44 (+10%)
Mutual labels:  org-mode

Summary

this package provides org-mode buffer to onenote exporting, images and code highlighting are supported.

Usage

before post your document to onenote, you need grant access to org-onenote for accessing your onenote by invoke `org-onenote-start-authenticate`.

to specify which section your org document will post to, you need add custom org keyword ONENOTE-SECTION to it. eg.

#+ONENOTE-SECTION: Frei's Notebook/Tech Notes/Common

org-onenote will look up section id from `org-onenote-section-map` by your specified section, which can be generate by `onenote-insert-section-map-at-pt` eg.

(setq org-onenote-section-map '(("Frei's Notebook/Programming Language/C++"
. "THE-ID")))

to post your document by invoke `org-onenote-submit-page`, server side note id will be recorded after a successful post. You can delete it by invoke `org-onenote-delete-page`

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].