From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: org-insert-timestamp issue Date: Tue, 24 Jan 2012 19:19:07 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=485b393aac6dde430a04b7500c79 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RprW2-0002Gd-E6 for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 20:19:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RprW1-0002Qg-Cr for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 20:19:10 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:56235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RprW1-0002QJ-6N for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 20:19:09 -0500 Received: by bkbzx1 with SMTP id zx1so4455803bkb.0 for ; Tue, 24 Jan 2012 17:19:08 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode --485b393aac6dde430a04b7500c79 Content-Type: text/plain; charset=ISO-8859-1 Hi guys, I have bound org-insert-timestamp to C-c C-y, like so: (global-set-key (kbd "C-c C-y") (lambda() (interactive) (org-insert-time-stamp nil t nil nil nil nil))) However, once in an org-mode buffer, when I press C-c C-y, I get the following in the mini-buffer: if: Not at a time-stamp range, and none found in current line What does that mean and how could I fix it so that the current timestamp is inserted (current datetime)? Thanks in advance, -Marcelo. --485b393aac6dde430a04b7500c79 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi guys,

I have bound org-insert-timestamp to C-c C-y, l= ike so:

(global-set-key (kbd "C-c C-y") = (lambda() (interactive) (org-insert-time-stamp nil t nil nil nil nil)))

However, once in an org-mode buffer, when I press C-c C= -y, I get the following in the mini-buffer:

if: No= t at a time-stamp range, and none found in current line=A0

What does that mean and how could I fix it so that the current t= imestamp is inserted (current datetime)?

Thanks in= advance,

-Marcelo.
--485b393aac6dde430a04b7500c79--