Browse Source

Change default for `org-table-use-standard-references'.

* lisp/org-table.el (org-table-use-standard-references): Change default
to `from'.
Carsten Dominik 14 years ago
parent
commit
3bff7ce776
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-table.el

+ 1 - 1
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