Hi,

Apologies for the confusion. I've corrected the patch to follow the proper GNU ChangeLog format for commit messages.

Please use this corrected patch instead of the previous one.

Best,

Abdurahman Itani


*From:* Abe Itani <[email protected]>

*Sent:* Thursday, December 11, 2025 at 1:30 PM UTC+3

*To:* [email protected]

*Subject:* [PATCH] doc: Fix typo in org-guide.org


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 8b703ee3102534082d283bcc7add72d757c57a71 Mon Sep 17 00:00:00 2001
From: Abdurahman Itani <[email protected]>
Date: Thu, 11 Dec 2025 15:05:37 +0300
Subject: [PATCH] doc/org-guide.org: Fix typo

  * doc/org-guide.org (Introduction): Change 'literal programming' to
  'literate programming'.

  TINYCHANGE
---
 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

Reply via email to