From 1123a5d48ec8c899af94b95353f5c430d2558517 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sat, 27 Nov 2010 08:05:00 +0100 Subject: [PATCH] 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 --- lisp/org.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 2651cf409..8a792b427 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. -- 2.11.4.GIT