emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] org-manual, org.texi: Fix typo in variable name
@ 2018-03-29  8:09 Grégoire Jadi
  2018-03-29 20:20 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Grégoire Jadi @ 2018-03-29  8:09 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 234 bytes --]

Hello,

Here is a patch to fix a small typo in the manual. I haven't followed
the recent development of org-mode so I don't know what is the new
process regarding the manual. Thus, I patched both the =org-manual.org=
and =org.texi=.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-org-manual-org.texi-Fix-typo-in-variable-name.patch --]
[-- Type: text/x-patch, Size: 2400 bytes --]

From 9f030f2e8e37e4d36245234878435a79677b1511 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20Jadi?= <gjadi@omecha.info>
Date: Thu, 29 Mar 2018 08:29:55 +0200
Subject: [PATCH] org-manual, org.texi: Fix typo in variable name

---
 doc/org-manual.org | 4 ++--
 doc/org.texi       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index 35ab95134..61a572084 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -6398,7 +6398,7 @@ prompted about what to do with it.
 
      #+cindex: @samp{CLOCK_MODELINE_TOTAL}, property
      #+cindex: @samp{LAST_REPEAT}, property
-     #+vindex: org-clock-modeline-total
+     #+vindex: org-clock-mode-line-total
      #+vindex: org-clock-in-prepare-hook
      While the clock is running, Org shows the current clocking time
      in the mode line, along with the title of the task.  The clock
@@ -21022,7 +21022,7 @@ this to ~org-clock-in-prepare-hook~.
 [fn:73] The last reset of the task is recorded by the =LAST_REPEAT=
 property.
 
-[fn:74] See also the variable ~org-clock-modeline-total~.
+[fn:74] See also the variable ~org-clock-mode-line-total~.
 
 [fn:75] The corresponding in-buffer setting is: =#+STARTUP:
 lognoteclock-out=.
diff --git a/doc/org.texi b/doc/org.texi
index b78a22ef2..190e07fda 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -7064,7 +7064,7 @@ clock stopped.
 
 @cindex @samp{CLOCK_MODELINE_TOTAL}, property
 @cindex @samp{LAST_REPEAT}, property
-@vindex org-clock-modeline-total
+@vindex org-clock-mode-line-total
 @vindex org-clock-in-prepare-hook
 While the clock is running, Org shows the current clocking time
 in the mode line, along with the title of the task.  The clock
@@ -7078,7 +7078,7 @@ the @samp{CLOCK_MODELINE_TOTAL} property.  It may have the values
 @samp{current} to show only the current clocking instance, @samp{today} to
 show all time clocked on this tasks today---see also the
 variable @code{org-extend-today-until}, @code{all} to include all time, or
-@code{auto} which is the default@footnote{See also the variable @code{org-clock-modeline-total}.}.  Clicking with
+@code{auto} which is the default@footnote{See also the variable @code{org-clock-mode-line-total}.}.  Clicking with
 @kbd{mouse-1} onto the mode line entry pops up a menu with
 clocking options.
 
-- 
2.16.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* Re: [PATCH] org-manual, org.texi: Fix typo in variable name
  2018-03-29  8:09 [PATCH] org-manual, org.texi: Fix typo in variable name Grégoire Jadi
@ 2018-03-29 20:20 ` Nicolas Goaziou
  2018-03-30  6:45   ` Grégoire Jadi
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2018-03-29 20:20 UTC (permalink / raw)
  To: Grégoire Jadi; +Cc: emacs-orgmode

Hello,

daimrod@omecha.info (Grégoire Jadi) writes:

> Hello,
>
> Here is a patch to fix a small typo in the manual.

Applied. Thank you.

> I haven't followed the recent development of org-mode so I don't know
> what is the new process regarding the manual. Thus, I patched both the
> =org-manual.org= and =org.texi=.

For the time being, I suggest to patch "org-manual.org" only. "org.texi"
will be re-generated from "org.texi" from time to time. You can also
regenerate it just after modifying "org-manual.org", of course.

Regards,

-- 
Nicolas Goaziou

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

* Re: [PATCH] org-manual, org.texi: Fix typo in variable name
  2018-03-29 20:20 ` Nicolas Goaziou
@ 2018-03-30  6:45   ` Grégoire Jadi
  0 siblings, 0 replies; 3+ messages in thread
From: Grégoire Jadi @ 2018-03-30  6:45 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

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

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> Hello,
>
> daimrod@omecha.info (Grégoire Jadi) writes:
>
>> Hello,
>>
>> Here is a patch to fix a small typo in the manual.
>
> Applied. Thank you.

Thanks.

>> I haven't followed the recent development of org-mode so I don't know
>> what is the new process regarding the manual. Thus, I patched both the
>> =org-manual.org= and =org.texi=.
>
> For the time being, I suggest to patch "org-manual.org" only. "org.texi"
> will be re-generated from "org.texi" from time to time. You can also
> regenerate it just after modifying "org-manual.org", of course.

Ok.

Thank you.
Best,
> Regards,

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2018-03-30  6:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-29  8:09 [PATCH] org-manual, org.texi: Fix typo in variable name Grégoire Jadi
2018-03-29 20:20 ` Nicolas Goaziou
2018-03-30  6:45   ` Grégoire Jadi

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).