From: Bastien <bzg@gnu.org>
To: Sebastien Vauban <wxhgmqzgwmuf@spammotel.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [bug] Can't find remote table when name is downcased
Date: Mon, 02 Apr 2012 17:05:22 +0200 [thread overview]
Message-ID: <87aa2uxjgt.fsf@gnu.org> (raw)
In-Reply-To: <80398mutmp.fsf@somewhere.org> (Sebastien Vauban's message of "Mon, 02 Apr 2012 15:54:06 +0200")
[-- Attachment #1: Type: text/plain, Size: 257 bytes --]
Hi Sébastien,
"Sebastien Vauban" <wxhgmqzgwmuf@spammotel.com> writes:
> The error
>
> if: Can't find remote table "onsite"
>
> is reported if the table name is in downcase (as in the following
> example).
Can you try this patch and report?
Thanks!
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: fix-tbl-line-downcase.patch --]
[-- Type: text/x-patch, Size: 514 bytes --]
diff --git a/lisp/org-table.el b/lisp/org-table.el
index ae12cee..19367b5 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -3826,7 +3826,7 @@ Use COMMAND to do the motion, repeat if necessary to end up in a data line."
"Local variable used by `orgtbl-mode'.")
(defconst orgtbl-line-start-regexp
- "[ \t]*\\(|\\|#\\+\\(TBLFM\\|ORGTBL\\|TBLNAME\\):\\)"
+ "[ \t]*\\(|\\|#\\+\\(tblfm\\|orgtbl\\|tblname\\):\\)"
"Matches a line belonging to an orgtbl.")
(defconst orgtbl-extra-font-lock-keywords
[-- Attachment #3: Type: text/plain, Size: 14 bytes --]
--
Bastien
next prev parent reply other threads:[~2012-04-02 15:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-02 13:54 [bug] Can't find remote table when name is downcased Sebastien Vauban
2012-04-02 15:05 ` Bastien [this message]
2012-04-02 15:36 ` Sebastien Vauban
2012-04-02 15:49 ` Bastien
2012-04-02 21:01 ` Sebastien Vauban
2012-04-03 12:41 ` Sebastien Vauban
2012-04-21 13:40 ` 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=87aa2uxjgt.fsf@gnu.org \
--to=bzg@gnu.org \
--cc=emacs-orgmode@gnu.org \
--cc=wxhgmqzgwmuf@spammotel.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).