* [PATCH] Typo
@ 2010-07-18 17:43 Philip Rooke
0 siblings, 0 replies; 4+ messages in thread
From: Philip Rooke @ 2010-07-18 17:43 UTC (permalink / raw)
To: emacs-orgmode
Fix single typo
---
doc/org.texi | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/doc/org.texi b/doc/org.texi
index 3002772..ab5f10f 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1,4 +1,5 @@
+
\input texinfo
@c %**start of header
@setfilename info/org
@@ -472,7 +473,7 @@ Interaction with other packages
Hacking
-* Hooks:: Who to reach into Org's internals
+* Hooks:: How to reach into Org's internals
* Add-on packages:: Available extensions
* Adding hyperlink types:: New custom link types
* Context-sensitive commands:: How to add functionality to such commands
--
1.7.1.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] Typo
@ 2009-11-14 16:10 Noorul Islam
2009-11-15 13:27 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: Noorul Islam @ 2009-11-14 16:10 UTC (permalink / raw)
To: org-mode Mailinglist
[-- Attachment #1: Type: text/plain, Size: 106 bytes --]
Hi,
I do not have public repository so I am attaching the patch. It is
very small though!
Thanks
Noorul
[-- Attachment #2: org-mode.typo.diff --]
[-- Type: text/x-diff, Size: 1226 bytes --]
diff --git a/README b/README
index dea5506..f4b491d 100644
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ xemacs/
until version 4.37, but no longer.
CONTRIB/
- A diretory with third-party additions for Org. Some really cool
+ A directory with third-party additions for Org. Some really cool
stuff is in there.
ORGWEBPAGE/
diff --git a/README_DIST b/README_DIST
index 26e9757..85b207a 100644
--- a/README_DIST
+++ b/README_DIST
@@ -24,7 +24,7 @@ xemacs/
until version 4.37, but no longer.
CONTRIB/
- A diretory with third-party additions for Org. Some really cool
+ A directory with third-party additions for Org. Some really cool
stuff is in there.
ChangeLog
diff --git a/doc/Documentation_Standards.org b/doc/Documentation_Standards.org
index 04d6725..357520b 100644
--- a/doc/Documentation_Standards.org
+++ b/doc/Documentation_Standards.org
@@ -3,7 +3,7 @@
#+EMAIL: phil@yax.org.uk
#+LANGUAGE: en
#+STARTUP: showall
-#+TEXT: Notes to myself justifying the coventions and standards in my
+#+TEXT: Notes to myself justifying the conventions and standards in my
#+TEXT: set of recent doc patches.
#+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t *:t TeX:t
[-- Attachment #3: Type: text/plain, Size: 204 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Remember: 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] 4+ messages in thread
* [PATCH] Typo
@ 2009-11-11 15:31 Bernt Hansen
0 siblings, 0 replies; 4+ messages in thread
From: Bernt Hansen @ 2009-11-11 15:31 UTC (permalink / raw)
To: emacs-orgmode; +Cc: Bernt Hansen
---
This patch is available at git://git.norang.ca/org-mode.git typos
lisp/org-agenda.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index cbd460f..8be46bc 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -6665,7 +6665,7 @@ The cursor may be at a date in the calendar, or in the Org agenda."
(org-agenda-add-entry-to-org-agenda-diary-file 'day text d1))
((equal char ?a)
(setq d1 (list (car d1) (nth 1 d1)
- (read-number (format "Referece year [%d]: " (nth 2 d1))
+ (read-number (format "Reference year [%d]: " (nth 2 d1))
(nth 2 d1))))
(setq text (read-string "Anniversary (use %d to show years): "))
(org-agenda-add-entry-to-org-agenda-diary-file 'anniversary text d1))
--
1.6.5.2.180.gc5b3e
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-07-18 17:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-18 17:43 [PATCH] Typo Philip Rooke
-- strict thread matches above, loose matches on Subject: below --
2009-11-14 16:10 Noorul Islam
2009-11-15 13:27 ` Carsten Dominik
2009-11-11 15:31 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).