Fixed missing \\ needed for padding of checklists.
This commit is contained in:
parent
91fb3ae412
commit
0601d117bb
|
@ -1167,7 +1167,7 @@ contextual information."
|
||||||
|
|
||||||
(cond
|
(cond
|
||||||
((or checkbox tag)
|
((or checkbox tag)
|
||||||
(concat ".LI " "\"" (or tag (concat " " checkbox)) "\""
|
(concat ".LI ""\"" (or tag (concat "\\ " checkbox)) "\""
|
||||||
"\n"
|
"\n"
|
||||||
(org-trim (or contents " " ) )) )
|
(org-trim (or contents " " ) )) )
|
||||||
((eq type 'ordered)
|
((eq type 'ordered)
|
||||||
|
|
Loading…
Reference in New Issue