From 044dc80a77a00d66f27355f0ee36e06d6a33b7b6 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 8 Mar 2024 07:12:32 +0100 Subject: [PATCH] doc/org-manual.org: Small fix * doc/org-manual.org (Include Files): Add missing quotes. --- doc/org-manual.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 53ed01ff8..21e13ded1 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -12558,7 +12558,7 @@ Inclusions may specify a file-link to extract an object matched by ranges for =:lines= keyword are relative to the requested element. Therefore, -: #+INCLUDE: "./paper.org::*conclusion" :lines 1-20 +: #+INCLUDE: "./paper.org::*conclusion" :lines "1-20" #+texinfo: @noindent includes the first 20 lines of the headline named =conclusion=.