From 9754dea7cca1bc525d0b39cc31e7b0596c5a2bf8 Mon Sep 17 00:00:00 2001 Message-ID: <9754dea7cca1bc525d0b39cc31e7b0596c5a2bf8.1704459551.git.yantar92@posteo.net> From: Ihor Radchenko Date: Sun, 31 Dec 2023 16:20:24 +0100 Subject: [PATCH v2] doc/org-manual.org (Summary): Clarify the Org markup is human-readable Readability of raw Org text is one of the core principles we maintain when designing Org markup language. Let's state it explicitly in the manual. --- doc/org-manual.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/org-manual.org b/doc/org-manual.org index 65aa5dd30..c6c37441f 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -22,6 +22,9 @@ ** Summary It relies on a lightweight plain-text markup language used in files with the =.org= extension. +Authoring Org files is best supported by Emacs, but you can view, +understand, and change them with any text editor. + As an authoring tool, Org helps you write structured documents and provides exporting facilities. Org files can also be used for literate programming and reproducible research. As a TODO lists manager, Org -- 2.42.0