emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Patch: Fix typo in org-manual
@ 2022-04-09  3:26 Cody Harris
  2022-04-15  9:12 ` Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Cody Harris @ 2022-04-09  3:26 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 110 bytes --]

I was reading the docs and saw some what looks like some errant keystrokes in the manual, so here's a patch =]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-doc-org-manual.org-Fix-a-typo-in-the-manual.patch --]
[-- Type: text/x-patch; name="0001-doc-org-manual.org-Fix-a-typo-in-the-manual.patch", Size: 2727 bytes --]

From 9742aad3f68620cca1d82789fcb0040b6a836e78 Mon Sep 17 00:00:00 2001
From: Cody Harris <cody@hypodyne.net>
Date: Fri, 8 Apr 2022 20:21:25 -0700
Subject: [PATCH] doc/org-manual.org: Fix a typo in the manual

Also automatically fix up a few lines of indentation that had mixed
tabs and spaces.

TINYCHANGE
---
 doc/org-manual.org | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index 49d906c27..14fea0f2b 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -3579,7 +3579,7 @@ replacement text.  Here is an example:
 (setq org-link-abbrev-alist
       '(("bugzilla"        . "http://10.1.2.9/bugzilla/show_bug.cgi?id=")
         ("Nu Html Checker" . "https://validator.w3.org/nu/?doc=%h")
-	("duckduckgo"      . "https://duckduckgo.com/?q=%s")
+        ("duckduckgo"      . "https://duckduckgo.com/?q=%s")
         ("omap"            . "http://nominatim.openstreetmap.org/search?q=%s&polygon=1")
         ("ads"             . "https://ui.adsabs.harvard.edu/search/q=%20author%3A\"%s\"")))
 #+end_src
@@ -9415,11 +9415,11 @@ the Internet, and outside of business hours, with something like this:
 #+begin_src emacs-lisp
 (defun my-auto-exclude-fn (tag)
   (when (cond ((string= tag "net")
-	       (/= 0 (call-process "/sbin/ping" nil nil nil
-			           "-c1" "-q" "-t1" "mail.gnu.org")))
+               (/= 0 (call-process "/sbin/ping" nil nil nil
+                                   "-c1" "-q" "-t1" "mail.gnu.org")))
               ((member tag '("errand" "call"))
-	       (let ((hr (nth 2 (decode-time))))
-	         (or (< hr 8) (> hr 21)))))
+               (let ((hr (nth 2 (decode-time))))
+                 (or (< hr 8) (> hr 21)))))
     (concat "-" tag)))
 
 (setq org-agenda-auto-exclude-function #'my-auto-exclude-fn)
@@ -16258,7 +16258,7 @@ Settings]]), however, override everything.
 | ~:html-preamble-format~                        | ~org-html-preamble-format~                        |
 | ~:html-preamble~                               | ~org-html-preamble~                               |
 | ~:html-self-link-headlines~                    | ~org-html-self-link-headlines~                    |
-| ~:html-table-align-individual-field~           | ~de{org-html-table-align-individual-fields~       |
+| ~:html-table-align-individual-field~           | ~org-html-table-align-individual-fields~          |
 | ~:html-table-attributes~                       | ~org-html-table-default-attributes~               |
 | ~:html-table-caption-above~                    | ~org-html-table-caption-above~                    |
 | ~:html-table-data-tags~                        | ~org-html-table-data-tags~                        |
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Patch: Fix typo in org-manual
  2022-04-09  3:26 Patch: Fix typo in org-manual Cody Harris
@ 2022-04-15  9:12 ` Ihor Radchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2022-04-15  9:12 UTC (permalink / raw)
  To: Cody Harris; +Cc: emacs-orgmode

"Cody Harris" <cody@hypodyne.net> writes:

> I was reading the docs and saw some what looks like some errant
> keystrokes in the manual, so here's a patch =]

Thanks! Applied to main as a0755ebcc.

Best,
Ihor

Applied.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-15  9:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-09  3:26 Patch: Fix typo in org-manual Cody Harris
2022-04-15  9:12 ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).