Remove meaningless code
This commit is contained in:
@@ -414,8 +414,7 @@ See `org-rst-text-markup-alist' for details."
|
|||||||
;; Handle the `verb' special case: Protect some
|
;; Handle the `verb' special case: Protect some
|
||||||
;; special chars and use "\\" escape.
|
;; special chars and use "\\" escape.
|
||||||
((eq 'verb fmt)
|
((eq 'verb fmt)
|
||||||
(let ((start 0)
|
(let ((rtn "")
|
||||||
(rtn "")
|
|
||||||
char)
|
char)
|
||||||
(while (string-match "\\`*" text)
|
(while (string-match "\\`*" text)
|
||||||
(setq char (match-string 0 text))
|
(setq char (match-string 0 text))
|
||||||
@@ -764,10 +763,7 @@ holding export options."
|
|||||||
;; 1. Document's body.
|
;; 1. Document's body.
|
||||||
contents
|
contents
|
||||||
;; 2. Footnote definitions.
|
;; 2. Footnote definitions.
|
||||||
(let ((definitions (org-export-collect-footnote-definitions info))
|
(let ((definitions (org-export-collect-footnote-definitions info)))
|
||||||
;; Insert full links right inside the footnote definition
|
|
||||||
;; as they have no chance to be inserted later.
|
|
||||||
(org-rst-links-to-notes nil))
|
|
||||||
(when definitions
|
(when definitions
|
||||||
(concat
|
(concat
|
||||||
"\n\n"
|
"\n\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user