diff --git a/lisp/org-table.el b/lisp/org-table.el index 8c4e0d1f3..82bd8a280 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -492,7 +492,7 @@ existing value of `header-line-format' we might want to restore." (tbeg (save-excursion (goto-char beg) (while (or (org-at-table-hline-p) - (looking-at-p ".*|\\s-+<[0-9]+>")) + (looking-at-p ".*|\\s-+<[rcl]?\\([0-9]+\\)?>")) (move-beginning-of-line 2)) (point)))) (if (< tbeg (save-excursion (move-to-window-line 0) (point)))