emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Cody Harris" <cody@hypodyne.net>
To: emacs-orgmode@gnu.org
Subject: Patch: Fix typo in org-manual
Date: Fri, 08 Apr 2022 20:26:05 -0700	[thread overview]
Message-ID: <98231e7e-99a6-4fb3-951c-d9a7dce9f992@www.fastmail.com> (raw)

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


             reply	other threads:[~2022-04-09  4:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-09  3:26 Cody Harris [this message]
2022-04-15  9:12 ` Patch: Fix typo in org-manual Ihor Radchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=98231e7e-99a6-4fb3-951c-d9a7dce9f992@www.fastmail.com \
    --to=cody@hypodyne.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).