Reading org files.

This page summarizes the projects mentioned and recommended in the original post on /r/orgmode

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • orgparse

    Python module for reading Emacs org-mode files

  • There is orgparse for dealing with org files in python.

  • orgdown

  • If you want to parse Orgdown files yourself, expect to invest some time in setting up a testing environment.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • lazyblorg

    Blogging with Org-mode for very lazy people

  • For my own Python tools, I wrote multiple naïve parsers myself (not following the usual lexical/syntactical parsing model from the books) in order to get something working. While my parsers are not considered general purpose parsers, they get the job done on my side. You might take a look at https://github.com/novoid/lazyblorg/blob/master/lib/orgparser.py for a dirty but fairly complex example. It's also using pypandoc as a fall-back for stuff I didn't parse on my own. It runs my static web blog generator.

  • org-contacts2vcard

    Converting Emacs Org-mode org-contacts contact information to VCard format suitable for importing to Android 4.4

  • https://github.com/novoid/org-contacts2vcard contains a simple but specific to org-contacts parser.

  • org-du

    Visualizing Emacs Org-mode heading lines using du and xdu

  • https://github.com/novoid/org-du is a really simple parser to extract some basic information on headings and their number of lines.

  • orgmode-balance

    Script that gives feedback on how you are doing in your Org-mode todos

  • https://github.com/novoid/orgmode-balance extracts some statistic data from OD files.

  • go-org

    Org mode parser with html & pretty printed org rendering. also shitty static site generator.

  • Hugo parses and renders org mode files and I believe it uses https://github.com/niklasfasching/go-org

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts