all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: karme <karme@karme.de>
Cc: 5549@debbugs.gnu.org
Subject: bug#5549: 23.1; icalender-export-region fails to recognize times like 0:30
Date: Wed, 10 Feb 2010 02:32:08 -0500	[thread overview]
Message-ID: <l07hqly29z.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <87hbprnt7s.fsf@kallisto.karme.de>

karme wrote:

> example ~/diary file:
> Feb 9, 2010 0:15-0:30 test
> Feb 9, 2010 1:00-1:30 test
>
> M-x mark-whole-buffer
> M-x icalender-export-region /tmp/test <RET>
> M-x find-file /tmp/test:

[first time is not understood]

icalendar.el seems to use a slightly odd regexp for times, namely:

0?\\([1-9][0-9]?:[0-9][0-9]

This isn't going to match a time like "0:15".

Why not just [0-9][0-9]?:[0-9][0-9]   ?






  reply	other threads:[~2010-02-10  7:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-09  0:33 bug#5549: 23.1; icalender-export-region fails to recognize times like 0:30 karme
2010-02-10  7:32 ` Glenn Morris [this message]
2010-02-11 19:16   ` Ulf Jasper
2010-02-15 20:25     ` Ulf Jasper
2010-02-15 22:16       ` karme
2010-02-18  1:12       ` Glenn Morris
2010-02-18 19:08         ` Ulf Jasper
2010-02-18 19:45           ` Glenn Morris
2010-02-19 19:04             ` Ulf Jasper
2010-02-20  0:30               ` Glenn Morris

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=l07hqly29z.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=5549@debbugs.gnu.org \
    --cc=karme@karme.de \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.