From 3bff7ce7761574439a0052cc7965e2411a8ef82b Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 3 Mar 2011 17:45:02 +0100 Subject: [PATCH] Change default for `org-table-use-standard-references'. * lisp/org-table.el (org-table-use-standard-references): Change default to `from'. --- 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 1ccd3bbfa..df4920d83 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -176,7 +176,7 @@ this line." :tag "Org Table Calculation" :group 'org-table) -(defcustom org-table-use-standard-references t +(defcustom org-table-use-standard-references 'from "Should org-mode work with table references like B3 instead of @3$2? Possible values are: nil never use them