emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org,
	Angel Popov <angelpopov@yahoo.com>
Subject: Re: Failed to create radio tables
Date: Mon, 12 Jul 2010 11:16:42 +0200	[thread overview]
Message-ID: <87tyo5f4at.wl%n.goaziou@gmail.com> (raw)
In-Reply-To: <623314F5-A65C-409D-B865-41D190F00D56@gmail.com>

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

Hello,
>>>>> Carsten Dominik writes:
> Corrected it where?  In you branch where you are working on the list
> code?

Yes, on my branch. But here is the change applying to master.

Regards,

-- Nicolas


[-- Attachment #2: 0001-Fix-regexp-for-org-list-send-list.patch --]
[-- Type: text/plain, Size: 1000 bytes --]

From bceff0485db6a7f8686c1024afe1810414f78a63 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <n.goaziou@gmail.com>
Date: Mon, 12 Jul 2010 11:12:57 +0200
Subject: [PATCH] Fix regexp for `org-list-send-list'.

* lisp/org-list.el (org-list-send-list): regexp defining the start of
  a radio list is now on par with the one used for radio tables.
---
 lisp/org-list.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/org-list.el b/lisp/org-list.el
index 2aacd09..0a51ca7 100644
--- a/lisp/org-list.el
+++ b/lisp/org-list.el
@@ -1277,7 +1277,7 @@ this list."
     (save-excursion
       (org-list-goto-true-beginning)
       (beginning-of-line 0)
-      (unless (looking-at "#\\+ORGLST: *SEND +\\([a-zA-Z0-9_]+\\) +\\([^ \t\r\n]+\\)\\( +.*\\)?")
+      (unless (looking-at "[ \t]*#\\+ORGLST[: \t][ \t]*SEND[ \t]+\\([^ \t\r\n]+\\)[ \t]+\\([^ \t\r\n]+\\)\\([ \t]+.*\\)?")
 	(if maybe
 	    (throw 'exit nil)
 	  (error "Don't know how to transform this list"))))
-- 
1.7.1.1


[-- Attachment #3: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2010-07-12  9:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-09  5:55 Failed to create radio tables Angel Popov
2010-07-10 13:47 ` Bernt Hansen
2010-07-10 19:26 ` Nick Dokos
2010-07-10 21:48   ` Nick Dokos
2010-07-10 22:27     ` Nicolas Goaziou
2010-07-10 23:23       ` Nick Dokos
2010-07-11  4:02       ` Nick Dokos
2010-07-11  6:17         ` Nicolas Goaziou
2010-07-12  5:51           ` Carsten Dominik
2010-07-12  9:16             ` Nicolas Goaziou [this message]
2010-07-12 12:44             ` Nicolas Goaziou
2010-07-12 17:07               ` Carsten Dominik
2010-07-10 20:42 ` Nicolas Goaziou
2010-07-13 11:42 ` Carsten Dominik

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=87tyo5f4at.wl%n.goaziou@gmail.com \
    --to=n.goaziou@gmail.com \
    --cc=angelpopov@yahoo.com \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=nicholas.dokos@hp.com \
    /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).