From a8614371853bc38bfa80fc446222d7bbcf4b321d Mon Sep 17 00:00:00 2001 From: Niklas Fasching Date: Mon, 17 Dec 2018 22:32:03 +0100 Subject: [PATCH] Fix naming: org-mode -> Org mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://scripter.co/how-do-i-write-org-mode/ Prefer “Org mode” to “Org-mode” or “org-mode”. This is simply because it reflects an existing convention in The Emacs Manual which consistently documents mode names in this form - “Text mode”, “Outline mode”, “Mail mode”, etc. --- README.org | 6 +++--- org/testdata/misc.html | 2 +- org/testdata/misc.org | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index 67107ca..bd57888 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,6 @@ * go-org [[https://travis-ci.org/niklasfasching/go-org.svg?branch=master]] -A basic org-mode parser in go. -Take a look at [[https://niklasfasching.github.io/go-org/][github pages]] for some examples and an online org->html demo. +A basic Org mode parser in go. +Take a look at [[https://niklasfasching.github.io/go-org/][github pages]] for some examples and an online org -> html demo (requires wasm support). * next - test against [[https://raw.githubusercontent.com/kaushalmodi/ox-hugo/master/test/site/content-org/all-posts.org][ox-hugo all-posts.org]] - fix attr_html splitting - not whitespace, :x keywords, e.g. @@ -42,4 +42,4 @@ Nonetheless, the html output can be compared by taking a look in the developer c - https://code.orgmode.org/bzg/org-mode/src/master/lisp/org.el - https://code.orgmode.org/bzg/org-mode/src/master/lisp/org-element.el - mostly those & ox-html.el, but yeah, all of [[https://code.orgmode.org/bzg/org-mode/src/master/lisp/]] -- existing org-mode implementations: [[https://github.com/emacsmirror/org][org]], [[https://github.com/bdewey/org-ruby/blob/master/spec/html_examples][org-ruby]], [[https://github.com/chaseadamsio/goorgeous/][goorgeous]], [[https://github.com/jgm/pandoc/][pandoc]] +- existing Org mode implementations: [[https://github.com/emacsmirror/org][org]], [[https://github.com/bdewey/org-ruby/blob/master/spec/html_examples][org-ruby]], [[https://github.com/chaseadamsio/goorgeous/][goorgeous]], [[https://github.com/jgm/pandoc/][pandoc]] diff --git a/org/testdata/misc.html b/org/testdata/misc.html index 9da1979..afd2c95 100644 --- a/org/testdata/misc.html +++ b/org/testdata/misc.html @@ -103,7 +103,7 @@ deploy:

DONE -#33: Wrong output when mixing html with org-mode +#33: Wrong output when mixing html with Org mode

diff --git a/org/testdata/misc.org b/org/testdata/misc.org index a871ff7..0ef55c5 100644 --- a/org/testdata/misc.org +++ b/org/testdata/misc.org @@ -25,7 +25,7 @@ for now files can be included as: #+INCLUDE: "./paragraphs.html" export html - example block #+INCLUDE: "../../.travis.yml" example yaml -*** DONE [[https://github.com/chaseadamsio/goorgeous/issues/33][#33]]: Wrong output when mixing html with org-mode +*** DONE [[https://github.com/chaseadamsio/goorgeous/issues/33][#33]]: Wrong output when mixing html with Org mode #+HTML:
| *foo* | foo | | *bar* | bar |