Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2014-05-16 10:35:17 +02:00
commit 2e12684aae
1 changed files with 10 additions and 11 deletions

View File

@ -1624,17 +1624,16 @@ holding contextual information."
(when priority (format "\\framebox{\\#%c} " priority)) (when priority (format "\\framebox{\\#%c} " priority))
title title
(when tags (format "\\hfill{}\\textsc{:%s:}" (when tags (format "\\hfill{}\\textsc{:%s:}"
(mapconcat 'identity tags ":")))))) (mapconcat #'identity tags ":"))))))
(format (concat "\\begin{center}\n" (concat "\\begin{center}\n"
"\\fbox{\n" "\\fbox{\n"
"\\begin{minipage}[c]{.6\\textwidth}\n" "\\begin{minipage}[c]{.6\\textwidth}\n"
"%s\n\n" full-title "\n\n"
"\\rule[.8em]{\\textwidth}{2pt}\n\n" (and (org-string-nw-p contents)
"%s" (concat "\\rule[.8em]{\\textwidth}{2pt}\n\n" contents))
"\\end{minipage}\n" "\\end{minipage}\n"
"}\n" "}\n"
"\\end{center}") "\\end{center}"))))))
full-title contents))))))
;;;; Italic ;;;; Italic