Hi,
This is my first contribution to Org mode. I found a typo in the
introduction section of org-guide.org where "literal programming" should
be "literate programming".
This is a TINYCHANGE (no FSF copyright assignment).
Patch attached.
Best,
Abdurahman Itani
From 6b90cb7e6654e362894bc1969720e978faddfcb6 Mon Sep 17 00:00:00 2001
From: Abdurahman Itani <[email protected]>
Date: Thu, 11 Dec 2025 13:14:58 +0300
Subject: [PATCH] doc: Fix typo in org-guide.org Change 'literal programming'
to 'literate programming' in the introduction section.
---
doc/org-guide.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/org-guide.org b/doc/org-guide.org
index 0db9ff589..d402d7265 100644
--- a/doc/org-guide.org
+++ b/doc/org-guide.org
@@ -34,7 +34,7 @@ modify this GNU manual."
Org is a mode for keeping notes, maintaining TODO lists, and doing
project planning with a fast and effective plain-text system. It is
also an authoring and publishing system, and it supports working with
-source code for literal programming and reproducible research.
+source code for literate programming and reproducible research.
This document is a much compressed derivative of the [[info:org][comprehensive Org
mode manual]]. It contains all basic features and commands, along with
--
2.52.0