From 44e42d4dabf839f94ef682fa43cf7d66ac1e7109 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 11 Aug 2011 14:10:35 +0200 Subject: [PATCH] org-inlinetask: fix a doc-string * lisp/org-inlinetask.el (org-inlinetask-export-templates): fix doc-string. --- lisp/org-inlinetask.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lisp/org-inlinetask.el b/lisp/org-inlinetask.el index 1e95e6e13..57ab50569 100644 --- a/lisp/org-inlinetask.el +++ b/lisp/org-inlinetask.el @@ -132,9 +132,9 @@ When nil, they will not be exported." heading content))) "Templates for inline tasks in various exporters. -This variable is an alist in the shape of (BACKEND STRING OBJECTS). +This variable is an alist in the shape of \(BACKEND STRING OBJECTS\). -BACKEND is the name of the backend for the template (ascii, html...). +BACKEND is the name of the backend for the template \(ascii, html...\). STRING is a format control string. @@ -151,14 +151,14 @@ defined in an inline task, their value is the empty string. As an example, valid associations are: -(html \"\" (heading content)) +\(html \"\" \(heading content\)\) or, with the additional package \"todonotes\" for LaTeX, -(latex \"\\todo[inline]{\\textbf{\\textsf{%s %s}}\\linebreak{} %s}\" - '((unless (eq todo \"\") - (format \"\\textsc{%s%s}\" todo priority)) - heading content)))") +\(latex \"\\todo[inline]{\\textbf{\\textsf{%s %s}}\\linebreak{} %s}\" + '\(\(unless \(eq todo \"\"\) + \(format \"\\textsc{%s%s}\" todo priority\)\) + heading content\)\)\)") (defvar org-odd-levels-only) (defvar org-keyword-time-regexp)