From: Vladimir Lomov <lomov.vl@gmail.com>
To: General discussions about Org-mode <emacs-orgmode@gnu.org>
Subject: [BUG] A typo introduced in '6abc114f188267e4b804a3eca8794900eee66db0'
Date: Mon, 1 Jul 2013 12:55:24 +0900 [thread overview]
Message-ID: <20130701035524.GA693@smoon> (raw)
[-- 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)
next reply other threads:[~2013-07-01 3:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-01 3:55 Vladimir Lomov [this message]
2013-07-01 7:41 ` [BUG] A typo introduced in '6abc114f188267e4b804a3eca8794900eee66db0' Bastien
2013-07-01 9:34 ` Achim Gratz
2013-07-01 10:18 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130701035524.GA693@smoon \
--to=lomov.vl@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).