summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-11-27 08:05:00 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2010-11-27 08:05:00 +0100
commit1123a5d48ec8c899af94b95353f5c430d2558517 (patch)
tree0e91e538b29f576d8c381c22d9df40071ef0e551
parent74f6072d0c8cca93551e2e321c2d2febee1b2627 (diff)
downloadorg-mode-1123a5d48ec8c899af94b95353f5c430d2558517.tar.gz
Edit formulas with "C-c '"when in TBLMF line
* lisp/org.el (org-edit-special): Edit formulas when in TBLMF line Conflicts: lisp/org.el
-rw-r--r--lisp/org.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 2651cf4..8a792b4 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -17157,7 +17157,6 @@ When in an #+include line, visit the include file. Otherwise call
(call-interactively 'org-table-edit-formulas))
(t (call-interactively 'ffap))))
-
(defun org-ctrl-c-ctrl-c (&optional arg)
"Set tags in headline, or update according to changed information at point.