* small typo in docstring for org-icalendar.el
@ 2012-04-03 21:32 Stephen Eglen
2012-04-04 5:59 ` Bastien
0 siblings, 1 reply; 4+ messages in thread
From: Stephen Eglen @ 2012-04-03 21:32 UTC (permalink / raw)
To: emacs-orgmode; +Cc: Stephen Eglen
Typo and suggested change in docstring.
*** /var/folders/ix/ixcktwmzGyyc6z4C5D4ypU+++TI/-Tmp-/ediff3069aCw 2012-04-03 22:31:26.000000000 +0100
--- /Users/stephen/langs/emacs/elisp-ds/org-mode/lisp/org-icalendar.el 2012-04-03 22:08:47.000000000 +0100
***************
*** 194,200 ****
(defcustom org-icalendar-timezone (getenv "TZ")
"The time zone string for iCalendar export.
! When nil of the empty string, use the abbreviation retrieved from Emacs."
:group 'org-export-icalendar
:type '(choice
(const :tag "Unspecified" nil)
--- 194,200 ----
(defcustom org-icalendar-timezone (getenv "TZ")
"The time zone string for iCalendar export.
! When nil or the empty string, use output from \(current-time-zone\)."
:group 'org-export-icalendar
:type '(choice
(const :tag "Unspecified" nil)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: small typo in docstring for org-icalendar.el
2012-04-03 21:32 small typo in docstring for org-icalendar.el Stephen Eglen
@ 2012-04-04 5:59 ` Bastien
2012-04-04 7:14 ` Stephen Eglen
0 siblings, 1 reply; 4+ messages in thread
From: Bastien @ 2012-04-04 5:59 UTC (permalink / raw)
To: Stephen Eglen; +Cc: emacs-orgmode
Hi Stephen,
Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> writes:
> Typo and suggested change in docstring.
What is the typo and why the change in the docstring make it clearer?
Also, please consider sending patches using git format-patch:
http://orgmode.org/worg/org-contribute.html
Thanks,
--
Bastien
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: small typo in docstring for org-icalendar.el
2012-04-04 5:59 ` Bastien
@ 2012-04-04 7:14 ` Stephen Eglen
2012-04-04 7:21 ` Bastien
0 siblings, 1 reply; 4+ messages in thread
From: Stephen Eglen @ 2012-04-04 7:14 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode, Stephen Eglen
oops, sorry Bastien, old (ediff) habits die hard!
org-icalendar-timezone: doc string fix
* lisp/org-icalendar.el (org-icalendar-timezone): Fix typo and clarify
meaning.
Small typo (of -> or); clarify meaning of how timezone is calculated if
this variable is left as nil.
TINYCHANGE
diff --git a/lisp/org-icalendar.el b/lisp/org-icalendar.el
index d73a619..ac6a661 100644
--- a/lisp/org-icalendar.el
+++ b/lisp/org-icalendar.el
@@ -194,7 +194,7 @@ or if they are only using it locally."
(defcustom org-icalendar-timezone (getenv "TZ")
"The time zone string for iCalendar export.
-When nil of the empty string, use the abbreviation retrieved from Emacs."
+When nil or the empty string, use output from \(current-time-zone\)."
:group 'org-export-icalendar
:type '(choice
(const :tag "Unspecified" nil)
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: small typo in docstring for org-icalendar.el
2012-04-04 7:14 ` Stephen Eglen
@ 2012-04-04 7:21 ` Bastien
0 siblings, 0 replies; 4+ messages in thread
From: Bastien @ 2012-04-04 7:21 UTC (permalink / raw)
To: Stephen Eglen; +Cc: emacs-orgmode
Hi Stephen,
Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> writes:
> org-icalendar-timezone: doc string fix
Applied to master, thanks!
--
Bastien
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-04-04 7:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-03 21:32 small typo in docstring for org-icalendar.el Stephen Eglen
2012-04-04 5:59 ` Bastien
2012-04-04 7:14 ` Stephen Eglen
2012-04-04 7:21 ` Bastien
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).