* [PATCH] Fix typo
@ 2008-01-20 16:53 Bernt Hansen
0 siblings, 0 replies; 13+ messages in thread
From: Bernt Hansen @ 2008-01-20 16:53 UTC (permalink / raw)
To: emacs-orgmode
conveiently -> conveniently
---
org.texi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/org.texi b/org.texi
index 3583009..2734e6f 100644
--- a/org.texi
+++ b/org.texi
@@ -3409,7 +3409,7 @@ application of properties, imagine keeping track of one's music CD's,
where properties could be things such as the album artist, date of
release, number of tracks, and so on.
-Properties can be conveiently edited and viewed in column view
+Properties can be conveniently edited and viewed in column view
(@pxref{Column view}).
Properties are like tags, but with a value. For example, in a file
--
1.5.4.rc3.24.gb53139
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH] Fix typo
@ 2008-08-06 12:14 Bernt Hansen
0 siblings, 0 replies; 13+ messages in thread
From: Bernt Hansen @ 2008-08-06 12:14 UTC (permalink / raw)
To: Carsten Dominik, org-mode mailing list
---
lisp/org-remember.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-remember.el b/lisp/org-remember.el
index ebeb112..6274f17 100644
--- a/lisp/org-remember.el
+++ b/lisp/org-remember.el
@@ -207,7 +207,7 @@ user each time a remember buffer with a running clock is filed away. "
;;;###autoload
(defun org-remember-insinuate ()
- "Setup remember.el for use wiht Org-mode."
+ "Setup remember.el for use with Org-mode."
(require 'remember)
(setq remember-annotation-functions '(org-remember-annotation))
(setq remember-handler-functions '(org-remember-handler))
--
1.6.0.rc1.71.gfba5
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH] Fix typo
@ 2008-08-10 14:28 Bernt Hansen
0 siblings, 0 replies; 13+ messages in thread
From: Bernt Hansen @ 2008-08-10 14:28 UTC (permalink / raw)
To: Carsten Dominik; +Cc: org-mode mailing list
---
lisp/org-exp.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index 2a90dbe..32fa819 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -1354,7 +1354,7 @@ on this string to produce the exported version."
(setq case-fold-search t)
(untabify (point-min) (point-max))
- ;; Handle incude files
+ ;; Handle include files
(org-export-handle-include-files)
;; Handle source code snippets
--
1.6.0.rc2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH] Fix typo
@ 2010-05-17 14:56 Julien Danjou
0 siblings, 0 replies; 13+ messages in thread
From: Julien Danjou @ 2010-05-17 14:56 UTC (permalink / raw)
To: emacs-orgmode; +Cc: Julien Danjou
Signed-off-by: Julien Danjou <julien@danjou.info>
---
lisp/org-exp.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index a4f9ac3..024d802 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -887,7 +887,7 @@ value of `org-export-run-in-background'."
\[1] only export the current subtree
\[SPC] publish enclosing subtree (with LaTeX_CLASS or EXPORT_FILE_NAME prop)
-\[a/n/u] export as ASCII/Latin-1/UFT-8 [A/N/U] to temporary buffer
+\[a/n/u] export as ASCII/Latin-1/UTF-8 [A/N/U] to temporary buffer
\[h] export as HTML [H] to temporary buffer [R] export region
\[b] export as HTML and open in browser
--
1.7.1
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH] Fix typo
@ 2010-10-27 13:41 Noorul Islam
2010-10-27 17:12 ` Bastien
0 siblings, 1 reply; 13+ messages in thread
From: Noorul Islam @ 2010-10-27 13:41 UTC (permalink / raw)
To: emacs-org list
[-- Attachment #1: Type: text/plain, Size: 102 bytes --]
make doc/org is failing because of syntax error.
* doc/org.texi: Fix typo
Thanks and Regards
Noorul
[-- Attachment #2: org.texi.txt --]
[-- Type: text/plain, Size: 557 bytes --]
diff --git a/doc/org.texi b/doc/org.texi
index a5f9dcc..7262c87 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1327,7 +1327,7 @@ structure of these lists, many structural constructs like @code{#+BEGIN_...}
blocks can be indented to signal that they should be considered of a list
item.
-@Vindex org-list-demote-modify-bullet
+@vindex org-list-demote-modify-bullet
If you find that using a different bullet for a sub-list (than that used for
the current list-level) improves readability, customize the variable
@code{org-list-demote-modify-bullet}.
[-- Attachment #3: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [PATCH] Fix typo
2010-10-27 13:41 Noorul Islam
@ 2010-10-27 17:12 ` Bastien
0 siblings, 0 replies; 13+ messages in thread
From: Bastien @ 2010-10-27 17:12 UTC (permalink / raw)
To: Noorul Islam; +Cc: emacs-org list
Noorul Islam <noorul@noorul.com> writes:
> make doc/org is failing because of syntax error.
>
> * doc/org.texi: Fix typo
Applied, thanks!
--
Bastien
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH] Fix typo
@ 2010-10-28 17:52 Julien Danjou
2010-10-29 10:17 ` Bastien
0 siblings, 1 reply; 13+ messages in thread
From: Julien Danjou @ 2010-10-28 17:52 UTC (permalink / raw)
To: emacs-orgmode; +Cc: Julien Danjou
Signed-off-by: Julien Danjou <julien@danjou.info>
---
ORGWEBPAGE/Changes.org | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ORGWEBPAGE/Changes.org b/ORGWEBPAGE/Changes.org
index 549aed4..9a6b934 100644
--- a/ORGWEBPAGE/Changes.org
+++ b/ORGWEBPAGE/Changes.org
@@ -374,7 +374,7 @@ on Worg.
*** Timer/clock enhancements
-=org-timer-set-timer= displays a countdow timer in the modeline.
+=org-timer-set-timer= displays a countdown timer in the modeline.
From the agenda, `J' invokes =org-agenda-clock-goto=.
* Version 7.01
--
1.7.2.3
^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [PATCH] Fix typo
2010-10-28 17:52 Julien Danjou
@ 2010-10-29 10:17 ` Bastien
2010-10-29 10:28 ` Julien Danjou
2010-10-31 17:02 ` David Maus
0 siblings, 2 replies; 13+ messages in thread
From: Bastien @ 2010-10-29 10:17 UTC (permalink / raw)
To: Julien Danjou; +Cc: emacs-orgmode
Applied, thanks.
PS: merging using pw didn't work so I did the change manually,
meaning it will appear as *mine* - hope you don't mind!
Julien Danjou <julien@danjou.info> writes:
> Signed-off-by: Julien Danjou <julien@danjou.info>
> ---
> ORGWEBPAGE/Changes.org | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/ORGWEBPAGE/Changes.org b/ORGWEBPAGE/Changes.org
> index 549aed4..9a6b934 100644
> --- a/ORGWEBPAGE/Changes.org
> +++ b/ORGWEBPAGE/Changes.org
> @@ -374,7 +374,7 @@ on Worg.
>
> *** Timer/clock enhancements
>
> -=org-timer-set-timer= displays a countdow timer in the modeline.
> +=org-timer-set-timer= displays a countdown timer in the modeline.
> From the agenda, `J' invokes =org-agenda-clock-goto=.
>
> * Version 7.01
--
Bastien
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH] Fix typo
2010-10-29 10:17 ` Bastien
@ 2010-10-29 10:28 ` Julien Danjou
2010-10-31 17:02 ` David Maus
1 sibling, 0 replies; 13+ messages in thread
From: Julien Danjou @ 2010-10-29 10:28 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
On Fri, Oct 29 2010, Bastien wrote:
> PS: merging using pw didn't work so I did the change manually,
> meaning it will appear as *mine* - hope you don't mind!
You're forgiven. :)
--
Julien Danjou
// ᐰ <julien@danjou.info> http://julien.danjou.info
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH] Fix typo
2010-10-29 10:17 ` Bastien
2010-10-29 10:28 ` Julien Danjou
@ 2010-10-31 17:02 ` David Maus
1 sibling, 0 replies; 13+ messages in thread
From: David Maus @ 2010-10-31 17:02 UTC (permalink / raw)
To: Bastien; +Cc: Julien Danjou, emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 399 bytes --]
At Fri, 29 Oct 2010 12:17:14 +0200,
Bastien wrote:
>
> Applied, thanks.
>
> PS: merging using pw didn't work so I did the change manually,
> meaning it will appear as *mine* - hope you don't mind!
>
In these cases I would have used
git commit --author="Julien Danjou <julien@danjou.info>"
Best,
-- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de
[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH] Fix typo
@ 2016-01-02 11:02 Daniele Pizzolli
2016-01-03 19:59 ` Nicolas Goaziou
0 siblings, 1 reply; 13+ messages in thread
From: Daniele Pizzolli @ 2016-01-02 11:02 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 28 bytes --]
Fix a typo.
Best,
Daniele
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Fix-typo.patch --]
[-- Type: text/x-diff, Size: 1116 bytes --]
From 09f2c70f4e95a9489279b3b3989a2244703bc9c9 Mon Sep 17 00:00:00 2001
From: Daniele Pizzolli <dan@toel.it>
Date: Sat, 2 Jan 2016 11:25:15 +0100
Subject: [PATCH] Fix typo
---
contrib/lisp/ox-koma-letter.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/contrib/lisp/ox-koma-letter.el b/contrib/lisp/ox-koma-letter.el
index aad0672..3231d34 100644
--- a/contrib/lisp/ox-koma-letter.el
+++ b/contrib/lisp/ox-koma-letter.el
@@ -80,9 +80,9 @@
;; `org-koma-letter-special-tags-after-closing' used as macros and the
;; content of the headline is the argument.
;;
-;; Headlines with two and from may also be used rather than the
-;; keyword approach described above. If both a keyword and a headline
-;; with information is present precedence is determined by
+;; Headlines with to and from may also be used rather than the keyword
+;; approach described above. If both a keyword and a headline with
+;; information is present precedence is determined by
;; `org-koma-letter-prefer-special-headings'.
;;
;; You need an appropriate association in `org-latex-classes' in order
--
2.1.4
^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [PATCH] Fix typo
2016-01-02 11:02 [PATCH] Fix typo Daniele Pizzolli
@ 2016-01-03 19:59 ` Nicolas Goaziou
2016-01-04 10:29 ` Daniele Pizzolli
0 siblings, 1 reply; 13+ messages in thread
From: Nicolas Goaziou @ 2016-01-03 19:59 UTC (permalink / raw)
To: Daniele Pizzolli; +Cc: emacs-orgmode
Hello,
Daniele Pizzolli <dan@toel.it> writes:
> Fix a typo.
Applied. Thank you.
BTW, have you signed the FSF papers? I thought you already had provided
some patches, but I was apparently wrong.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH] Fix typo
2016-01-03 19:59 ` Nicolas Goaziou
@ 2016-01-04 10:29 ` Daniele Pizzolli
0 siblings, 0 replies; 13+ messages in thread
From: Daniele Pizzolli @ 2016-01-04 10:29 UTC (permalink / raw)
To: emacs-orgmode
On Sun, Jan 03 2016, Nicolas Goaziou wrote:
> Hello,
>
> Daniele Pizzolli <dan@toel.it> writes:
>
>> Fix a typo.
>
> Applied. Thank you.
Hello Nicolas,
Thanks to you for this and for all your effort in improving org-mode!
> BTW, have you signed the FSF papers? I thought you already had provided
> some patches, but I was apparently wrong.
No, never signed the paper. This is in contrib, so signing the FSF
should be not mandatory. Yes, I sent some patches, most of them as
draft or suggestions, but none went merged unmodified, some went merged
with some rewriting. Anyway I will not give up and at some point in the
future I hope to send something good enough!
Best,
Daniele
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2016-01-04 10:30 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-02 11:02 [PATCH] Fix typo Daniele Pizzolli
2016-01-03 19:59 ` Nicolas Goaziou
2016-01-04 10:29 ` Daniele Pizzolli
-- strict thread matches above, loose matches on Subject: below --
2010-10-28 17:52 Julien Danjou
2010-10-29 10:17 ` Bastien
2010-10-29 10:28 ` Julien Danjou
2010-10-31 17:02 ` David Maus
2010-10-27 13:41 Noorul Islam
2010-10-27 17:12 ` Bastien
2010-05-17 14:56 Julien Danjou
2008-08-10 14:28 Bernt Hansen
2008-08-06 12:14 Bernt Hansen
2008-01-20 16:53 Bernt Hansen
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).