emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] A typo introduced in '6abc114f188267e4b804a3eca8794900eee66db0'
@ 2013-07-01  3:55 Vladimir Lomov
  2013-07-01  7:41 ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: Vladimir Lomov @ 2013-07-01  3:55 UTC (permalink / raw)
  To: General discussions about Org-mode

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

Hello,

a typo introduced in commit '6abc114f188267e4b804a3eca8794900eee66db0'
prevents `org-agenda.el' to compile into 'elc' (actually Emacs shows me
an error which I don't understand). I compared `org-agenda.el' of
'6abc114f188267e4b804a3eca8794900eee66db0' commit with previous commit
and made small patch which fixes the problem.

---
WBR, Vladimir Lomov

-- 
There's nothing very mysterious about you, except that
nobody really knows your origin, purpose, or destination.

[-- Attachment #2: org-agenda.el-patch --]
[-- Type: text/plain, Size: 482 bytes --]

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index b4f604b..04e80a3 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -3133,9 +3133,9 @@ before running the agenda command."
     (let (org-agenda-sticky)
       (if (> (length cmd-key) 2)
 	  (org-tags-view nil cmd-key)
-	(org-agenda nil cmd-key)))
+	(org-agenda nil cmd-key))))
     (set-buffer org-agenda-buffer-name)
-    (princ (buffer-string))))
+    (princ (buffer-string)))
 
 (defvar org-agenda-info nil)
 

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

* Re: [BUG] A typo introduced in '6abc114f188267e4b804a3eca8794900eee66db0'
  2013-07-01  3:55 [BUG] A typo introduced in '6abc114f188267e4b804a3eca8794900eee66db0' Vladimir Lomov
@ 2013-07-01  7:41 ` Bastien
  2013-07-01  9:34   ` Achim Gratz
  0 siblings, 1 reply; 4+ messages in thread
From: Bastien @ 2013-07-01  7:41 UTC (permalink / raw)
  To: Vladimir Lomov; +Cc: General discussions about Org-mode

Hi Vladimir,

Vladimir Lomov <lomov.vl@gmail.com> writes:

> a typo introduced in commit '6abc114f188267e4b804a3eca8794900eee66db0'
> prevents `org-agenda.el' to compile into 'elc' (actually Emacs shows me
> an error which I don't understand). I compared `org-agenda.el' of
> '6abc114f188267e4b804a3eca8794900eee66db0' commit with previous commit
> and made small patch which fixes the problem.

Applied, thanks for spotting and reporting this, and sorry for the typo.

-- 
 Bastien

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

* Re: [BUG] A typo introduced in '6abc114f188267e4b804a3eca8794900eee66db0'
  2013-07-01  7:41 ` Bastien
@ 2013-07-01  9:34   ` Achim Gratz
  2013-07-01 10:18     ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: Achim Gratz @ 2013-07-01  9:34 UTC (permalink / raw)
  To: emacs-orgmode

Bastien <bzg <at> gnu.org> writes:
> Applied, thanks for spotting and reporting this, and sorry for the typo.

How about merging it into master as well?


Regards,
Achim.

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

* Re: [BUG] A typo introduced in '6abc114f188267e4b804a3eca8794900eee66db0'
  2013-07-01  9:34   ` Achim Gratz
@ 2013-07-01 10:18     ` Bastien
  0 siblings, 0 replies; 4+ messages in thread
From: Bastien @ 2013-07-01 10:18 UTC (permalink / raw)
  To: Achim Gratz; +Cc: emacs-orgmode

Achim Gratz <Stromeko@NexGo.DE> writes:

> Bastien <bzg <at> gnu.org> writes:
>> Applied, thanks for spotting and reporting this, and sorry for the typo.
>
> How about merging it into master as well?

Done.

-- 
 Bastien

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

end of thread, other threads:[~2013-07-01 10:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-01  3:55 [BUG] A typo introduced in '6abc114f188267e4b804a3eca8794900eee66db0' Vladimir Lomov
2013-07-01  7:41 ` Bastien
2013-07-01  9:34   ` Achim Gratz
2013-07-01 10:18     ` 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).