Explorar o código

Removed extra new line in the table creation command.

* org-e-groff.el
(org-e-groff-table--org-table): Removed extra new line in the
table termination command.
Luis Anaya %!s(int64=12) %!d(string=hai) anos
pai
achega
9fc33dab8a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      contrib/lisp/org-e-groff.el

+ 1 - 1
contrib/lisp/org-e-groff.el

@@ -1839,7 +1839,7 @@ This function assumes TABLE has `org' as its `:type' attribute."
                                   (setq final-line (concat final-line "c" divider))))
                               final-line))
 
-                    (format "%s\n.TE\n"
+                    (format "%s.TE\n"
                             (let ((final-line "")
                                   (long-line "")
                                   (lines (org-split-string contents "\n")))