Karl Eichwalder writes:
> Tiny typo fix: s/that/than/ :
>
> ---
> doc/org-manual.org | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks!
Applied, onto main, after modifying commit message and adding TINYCHANGE
cookie.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id
Tiny typo fix: s/that/than/ :
---
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 451fd72cd..36227d61a 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -17707,7 +17707,7 @@ Org currently includes the
Hello,
Kyle Meyer writes:
> This patch fixes a small (but meaning-changing) typo.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
This patch fixes a small (but meaning-changing) typo.
Thanks,
Kyle
>From bf36c45322dda557d8d3057a85d7f2bd00dccc8c Mon Sep 17 00:00:00 2001
From: Kyle Meyer
Date: Thu, 25 Sep 2014 19:11:33 -0400
Subject: [PATCH] ox.el: Fix typo in documentation
* lisp/ox.el (org-export-show-temporary-exp
Applied Thanks -- Eric
Puneeth Chaganti writes:
> Hi,
>
> Fixed mis-spelt variable org-columns-skip-archived-trees.
>
> Thanks,
> Puneeth
>
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http:/
Hi,
Fixed mis-spelt variable org-columns-skip-archived-trees.
Thanks,
Puneeth
diff --git a/doc/org.texi b/doc/org.texi
index 0ff76b6..eee5c5c 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -6440,9 +6440,9 @@ Archived trees are not exported
(@pxref{Exporting}), only the headline
is. Configure
diff -ru old/org.el new/org.el
--- old/org.el 2007-05-01 12:38:48.0 -0400
+++ new/org.el 2007-05-01 12:39:20.0 -0400
@@ -1943,7 +1943,7 @@
:type 'boolean)
(defcustom org-agenda-start-with-follow-mode nil
- "The initial value of follwo-mode in a newly created agenda window."