emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: jemarch@gnu.org (Jose E. Marchesi)
To: Bastien <bzg@gnu.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] Translate refs to rc also in remote references
Date: Wed, 11 Jul 2012 10:17:19 +0200	[thread overview]
Message-ID: <87ehoivhio.fsf@gnu.org> (raw)
In-Reply-To: <87mx37crmg.fsf@gnu.org> (Bastien's message of "Tue, 10 Jul 2012 22:01:43 +0200")

    
    > Just a tiny patch making org-table-convert-refs-to-rc to transform the
    > coordinates found in remote references into "normalised" @n$y.  This is
    > part of some work I am doing with remotes and which I will be sending to
    > the list soon: namely to update the remotes when the structure of
    > some referred table changes.
    
    Looks good.  Can you provide the patch with a ChangeLog and with 
    git format-patch ?
    
Sure.  Here is it.

From 37cc07cb5acd84c15216f0107936fe9367c53dca Mon Sep 17 00:00:00 2001
From: "Jose E. Marchesi" <jemarch@gnu.org>
Date: Wed, 11 Jul 2012 10:10:02 +0200
Subject: [PATCH] Transform the coordinates found in remote references into
 "normalised" @n$y.
To: emacs-orgmode@gnu.org

* org-table.el (org-table-convert-refs-to-rc): Convert references in
remote(..) directives.
---
 lisp/org-table.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-table.el b/lisp/org-table.el
index 16f2520..f3cce91 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -3229,7 +3229,7 @@ Parameters get priority."
 Works for single references, but also for entire formulas and even the
 full TBLFM line."
   (let ((start 0))
-    (while (string-match "\\<\\([a-zA-Z]+\\)\\([0-9]+\\>\\|&\\)\\|\\(;[^\r\n:]+\\|\\<remote([^)]*)\\)" s start)
+    (while (string-match "\\<\\([a-zA-Z]+\\)\\([0-9]+\\>\\|&\\)\\|\\(;[^\r\n:]+\\|\\<remote([^,]*[ \t]*\\|)\\)" s start)
       (cond
        ((match-end 3)
 	;; format match, just advance
-- 
1.7.10


-- 
Jose E. Marchesi         http://www.jemarch.net
GNU Project              http://www.gnu.org

  reply	other threads:[~2012-07-11  8:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-10 12:55 [PATCH] Translate refs to rc also in remote references Jose E. Marchesi
2012-07-10 20:01 ` Bastien
2012-07-11  8:17   ` Jose E. Marchesi [this message]
2012-08-08 12:23     ` Bastien
2012-08-09 18:00       ` Jose E. Marchesi
2012-08-10  9:02         ` Bastien
2012-08-10  9:23           ` Jose E. Marchesi

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=87ehoivhio.fsf@gnu.org \
    --to=jemarch@gnu.org \
    --cc=bzg@gnu.org \
    --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).