summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-05-24 11:52:36 +0200
committerBastien Guerry <bzg@altern.org>2014-05-24 11:52:36 +0200
commitdd179e81f3ef265ae08e90d27bdca54add6880dc (patch)
tree11dfb2570a19d40f28dfb64a7f4c158e45c4a38b
parent2c33442ae2c69c46d61e3c438504ab5061066ec2 (diff)
downloadorg-mode-dd179e81f3ef265ae08e90d27bdca54add6880dc.tar.gz
Minor reformatting
-rw-r--r--lisp/org-table.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org-table.el b/lisp/org-table.el
index 8502aa2..6a7935e 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -845,7 +845,8 @@ When nil, simply write \"#ERROR\" in corrupted fields.")
(> (org-string-width xx) fmax))
(org-add-props xx nil
'help-echo
- (concat "Clipped table field, use C-c ` to edit. Full value is:\n" (org-no-properties (copy-sequence xx))))
+ (concat "Clipped table field, use C-c ` to edit. Full value is:\n"
+ (org-no-properties (copy-sequence xx))))
(setq f1 (min fmax (or (string-match org-bracket-link-regexp xx) fmax)))
(unless (> f1 1)
(user-error "Cannot narrow field starting with wide link \"%s\""