Remove meaningless code

This commit is contained in:
IGARASHI Masanao
2016-12-28 04:09:35 +09:00
parent 43e5faae5c
commit 7b6095c532

View File

@@ -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"