|
@@ -18958,6 +18958,10 @@ See the individual commands for more information."
|
|
|
(org-table-paste-rectangle)
|
|
|
(org-paste-subtree arg)))
|
|
|
|
|
|
+(defsubst org-in-fixed-width-region-p ()
|
|
|
+ "Is point in a fixed-width region?"
|
|
|
+ (eq 'fixed-width (org-element-type (org-element-at-point))))
|
|
|
+
|
|
|
(defun org-edit-special (&optional arg)
|
|
|
"Call a special editor for the stuff at point.
|
|
|
When at a table, call the formula editor with `org-table-edit-formulas'.
|
|
@@ -20255,10 +20259,6 @@ when point is at #+BEGIN_SRC or #+END_SRC."
|
|
|
(move-beginning-of-line 1)
|
|
|
(looking-at ".*#\\+\\(BEGIN\\|END\\)_SRC")))))))
|
|
|
|
|
|
-(defsubst org-in-fixed-width-region-p ()
|
|
|
- "Is point in a fixed-width region?"
|
|
|
- (eq 'fixed-width (org-element-type (org-element-at-point))))
|
|
|
-
|
|
|
(defun org-context ()
|
|
|
"Return a list of contexts of the current cursor position.
|
|
|
If several contexts apply, all are returned.
|