emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: tyuuni  <kuangdash@163.com>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Bug: #+begin_html.. #+end_html export bugs [8.3beta (release_8.3beta-1038-gcd7cbd @ d:/ZballInstall/EZWinSoft/msys64/mingw64/home/github/org-mode/lisp/)]
Date: Wed, 6 Jan 2016 14:04:19 +0800 (CST)	[thread overview]
Message-ID: <5064ba09.9647.15215893613.Coremail.kuangdash@163.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 10271 bytes --]

 

 

Remember to cover the basics, that is, what you expected to happen and

what in fact did happen.  You don't know how to make a good report?  See

 

     http://orgmode.org/manual/Feedback.html#Feedback

 

Your bug report will be posted to the Org-mode mailing list.

------------------------------------------------------------------------

 

The content between #+begin_html and #+end_html is exported as "it is",

so I see the original html code in my browser. help...

 

regards

 

Emacs  : GNU Emacs 25.0.50.1 (x86_64-w64-mingw32)

of 2015-12-25

Package: Org-mode version 8.3beta (release_8.3beta-1038-gcd7cbd @ d:/ZballInstall/EZWinSoft/msys64/mingw64/home/github/org-mode/lisp/)

 

current state:

==============

(setq

org-src-lang-modes '(("ipython" . python) ("ocaml" . tuareg)

                      ("elisp" . emacs-lisp) ("ditaa" . artist)

                      ("asymptote" . asy) ("dot" . fundamental)

                      ("sqlite" . sql) ("calc" . fundamental) ("C" . c)

                      ("cpp" . c++) ("C++" . c++) ("screen" . shell-script)

                      ("shell" . sh) ("bash" . sh))

org-ref-get-pdf-filename-function 'org-ref-get-pdf-filename

org-export-babel-evaluate nil

org-tab-first-hook '(org-hide-block-toggle-maybe

                      org-babel-hide-result-toggle-maybe

                      org-babel-header-arg-expand)

org-latex-classes '(("beamer"

                      "\\documentclass{beamer}\n               \\usepackage[fontset=none,UTF8,a4paper,zihao=-4]{ctex}" org-beamer-sectioning)

                     ("ctexbook"

                      "\\documentclass[fontset=none,UTF8,a4paper,zihao=-4]{ctexbook}"

                      ("\\part{%s}" . "\\part*{%s}")

                      ("\\chapter{%s}" . "\\chapter*{%s}")

                      ("\\section{%s}" . "\\section*{%s}")

                      ("\\subsection{%s}" . "\\subsection*{%s}")

                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))

                     ("ctexrep"

                      "\\documentclass[fontset=none,UTF8,a4paper,zihao=-4]{ctexrep}"

                      ("\\part{%s}" . "\\part*{%s}")

                      ("\\chapter{%s}" . "\\chapter*{%s}")

                      ("\\section{%s}" . "\\section*{%s}")

                      ("\\subsection{%s}" . "\\subsection*{%s}")

                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))

                     ("ctexart"

                      "\\documentclass[fontset=none,UTF8,a4paper,zihao=-4]{ctexart}"

                      ("\\section{%s}" . "\\section*{%s}")

                      ("\\subsection{%s}" . "\\subsection*{%s}")

                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}")

                      ("\\paragraph{%s}" . "\\paragraph*{%s}")

                      ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))

                     ("article" "\\documentclass[11pt]{article}"

                      ("\\section{%s}" . "\\section*{%s}")

                      ("\\subsection{%s}" . "\\subsection*{%s}")

                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}")

                      ("\\paragraph{%s}" . "\\paragraph*{%s}")

                      ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))

                     ("report" "\\documentclass[11pt]{report}"

                      ("\\part{%s}" . "\\part*{%s}")

                      ("\\chapter{%s}" . "\\chapter*{%s}")

                      ("\\section{%s}" . "\\section*{%s}")

                      ("\\subsection{%s}" . "\\subsection*{%s}")

                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))

                     ("book" "\\documentclass[11pt]{book}"

                      ("\\part{%s}" . "\\part*{%s}")

                      ("\\chapter{%s}" . "\\chapter*{%s}")

                      ("\\section{%s}" . "\\section*{%s}")

                      ("\\subsection{%s}" . "\\subsection*{%s}")

                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))

                     )

org-latex-default-packages-alist '(("AUTO" "inputenc" t ("pdflatex"))

                                    ("T1" "fontenc" t ("pdflatex"))

                                    ("" "graphicx" t) ("" "grffile" t)

                                    ("" "longtable" nil) ("" "wrapfig" nil)

                                    ("" "rotating" nil) ("" "amsmath" t)

                                    ("" "textcomp" t) ("" "amssymb" t)

                                    ("" "capt-of" nil) ("" "hyperref" nil))

org-speed-command-hook '(org-speed-command-default-hook

                          org-babel-speed-command-hook)

org-ref-pdf-directory "~/orgpapers/papers/"

org-occur-hook '(org-first-headline-recenter)

org-metaup-hook '(org-babel-load-in-session-maybe)

org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]

org-format-latex-options '(:foreground default :background default :scale

                            1.5 :html-foreground "Black" :html-background

                            "Transparent" :html-scale 2.0 :matchers

                            ("begin" "$1" "$" "$$" "\\(" "\\["))

org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-function

org-confirm-shell-link-function 'yes-or-no-p

org-image-actual-width '(500)

org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default

org-ref-open-pdf-function 'org-ref-open-pdf-at-point

org-ref-cite-onclick-function 'org-ref-cite-click-helm

org-export-default-language "zh-CN"

org-ref-default-bibliography '("~/orgpapers/refs.bib")

org-shiftleft-hook '((lambda nil (org-ref-swap-citation-link -1)))

org-use-sub-superscripts "{}"

org-ref-bibliography-notes "~/orgpapers/notes.org"

org-latex-format-headline-function 'org-latex-format-headline-default-function

org-default-notes-file "~/org/notes.org"

org-startup-indented t

org-after-todo-state-change-hook '(org-clock-out-if-current)

org-latex-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ CONTENTS)"]

org-src-mode-hook '(org-src-babel-configure-edit-buffer

                     org-src-mode-configure-edit-buffer)

org-agenda-before-write-hook '(org-agenda-add-entry-text)

org-babel-pre-tangle-hook '(save-buffer)

org-mode-hook '(kd/org-hook org-ref-org-menu org-ref-colorize-links

                 org-mode-reftex-setup

                 #[nil "\300\301\302\303\304$\207"

                   [org-add-hook change-major-mode-hook org-show-block-all

                    append local]

                   5]

                 #[nil "\300\301\302\303\304$\207"

                   [org-add-hook change-major-mode-hook

                    org-babel-show-result-all append local]

                   5]

                 org-babel-result-hide-spec org-babel-hide-all-hashes

                 spacemacs/load-yasnippet

                 (lambda nil

                  (set

                   (make-local-variable

                    (quote pangu-spacing-real-insert-separtor))

                   t)

                  )

                 flyspell-mode)

org-ref-insert-cite-function 'org-ref-helm-insert-cite-link

org-refile-targets '((org-agenda-files :maxlevel . 5))

org-format-latex-header "\\documentclass[nofonts,UTF8]{ctexart}\n\\usepackage[usenames]{color}\n[PACKAGES]\n[DEFAULT-PACKAGES]\n\\pagestyle{empty}             % do not remove\n% The settings below are copied from fullpage.sty\n\\setlength{\\textwidth}{\\paperwidth}\n\\addtolength{\\textwidth}{-3cm}\n\\setlength{\\oddsidemargin}{1.5cm}\n\\addtolength{\\oddsidemargin}{-2.54cm}\n\\setlength{\\evensidemargin}{\\oddsidemargin}\n\\setlength{\\textheight}{\\paperheight}\n\\addtolength{\\textheight}{-\\headheight}\n\\addtolength{\\textheight}{-\\headsep}\n\\addtolength{\\textheight}{-\\footskip}\n\\addtolength{\\textheight}{-3cm}\n\\setlength{\\topmargin}{1.5cm}\n\\addtolength{\\topmargin}{-2.54cm}"

org-archive-hook '(org-attach-archive-delete-maybe)

org-ascii-format-drawer-function #[771 "\207" [] 4 "\n\n(fn NAME CONTENTS WIDTH)"]

org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point

                          org-babel-execute-safely-maybe)

org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers

                  org-cycle-show-empty-lines

                  org-optimize-window-after-visibility-change)

org-html-mathjax-options '((path

                             "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_SVG")

                            (scale "100") (align "center") (indent "2em")

                            (mathml nil))

org-export-async-init-file "~/.emacs.d/privat/org-async.el"

org-todo-keywords '((sequence "TODO(t)" "START(s)" "|" "DONE(d)")

                     (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|"

                      "FIXED(f)")

                     )

org-latex-packages-alist '("\n%%% 默认使用的latex宏包 %%%\n\\usepackage{tikz}\n\\usepackage{CJKulem}\n\\usepackage{graphicx}\n\n%%% 设置中文字体 %%%\n\\setCJKmainfont[ItalicFont={KaiTi_GB2312}]{SimSun}% 文鼎宋体和楷书\n\\setCJKsansfont{WenQuanYi Micro Hei}% 文泉驿的黑体\n\\setCJKmonofont{WenQuanYi Micro Hei}\n\n%%% 设置页面边距 %%%\n\\usepackage[top=2.54cm, bottom=2.54cm, left=3.17cm, right=3.17cm]{geometry} %\n")

org-babel-tangle-lang-exts '(("python" . "py") ("latex" . "tex")

                              ("D" . "d") ("C++" . "cpp") ("lisp" . "lisp")

                              ("emacs-lisp" . "el") ("elisp" . "el"))

org-confirm-elisp-link-function 'yes-or-no-p

org-metadown-hook '(org-babel-pop-to-session-maybe)

org-shiftright-hook '((lambda nil (org-ref-swap-citation-link 1)))

org-latex-default-class "ctexart"

org-html-format-headline-function 'org-html-format-headline-default-function

org-completion-use-ido t

org-babel-load-languages '((emacs-lisp . t) (lisp . t) (C . t) (sh . t)

                            (latex . t) (matlab . t) (calc . t)

                            (gnuplot . t) (js . t) (python . t)

                            (ipython . t))

org-html-format-inlinetask-function 'org-html-format-inlinetask-default-function

org-fontify-whole-heading-line t

org-clock-out-hook '(org-clock-remove-empty-clock-drawer)

org-export-headline-levels 4

)

[-- Attachment #2: Type: text/html, Size: 34237 bytes --]

             reply	other threads:[~2016-01-06  6:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-06  6:04 tyuuni [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-01-06  6:01 Bug: #+begin_html.. #+end_html export bugs [8.3beta (release_8.3beta-1038-gcd7cbd @ d:/ZballInstall/EZWinSoft/msys64/mingw64/home/github/org-mode/lisp/)] tyuuni
2016-01-06  9:09 ` Achim Gratz
2016-01-04  5:57 kuangdash
2016-01-05 21:25 ` Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5064ba09.9647.15215893613.Coremail.kuangdash@163.com \
    --to=kuangdash@163.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).