Re: [O] Intermixed date in koma-letter export

2015-12-11 Thread York Zhao
> Anyway, glad that I've got a solution! Unfortunately, I've just noticed that the "C-s" subtree export also exported the heading (the "letter1" in my example), which is definitely unacceptable when exporting a letter. On Fri, Dec 11, 2015 at 9:55 PM, York Zhao wrote: > > You don't need to sel

Re: [O] Intermixed date in koma-letter export

2015-12-11 Thread York Zhao
> You don't need to select a subtree. Just put point in it. However, you are > missing the "C-s" in the keybindings, so you're not doing a subtree export. Thanks for telling me this, I didn't know before. What's interesting is that it works for "C-s" subtree export, but not for active region subtr

Re: [O] Intermixed date in koma-letter export

2015-12-11 Thread Nicolas Goaziou
Hello, York Zhao writes: > I selected the "letter 1" subtree, pressed C-cekp, opened the pdf file. But > the > date is still "Dec 12, 2015". You don't need to select a subtree. Just put point in it. However, you are missing the "C-s" in the keybindings, so you're not doing a subtree export. R

Re: [O] ox: html: Wrong type argument: stringp, (latex-fragment

2015-12-11 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > With Org-mode version 8.3.2 (release_8.3.2-380-g64aee4), > org-html-export-to-html does not work with this ECM if > org-export-with-sub-superscripts is set to nil. > > #+BEGIN_SRC org > \_\A > #+END_SRC > > Does anyone have seen this? Fixed. Thank you. Regards

Re: [O] Wrong number of arguments: setq, 1

2015-12-11 Thread Nick Dokos
Kyle Meyer writes: > Nick Dokos writes: > >> Kaushal Modi writes: >> >>> ... >>> Without these fixes, I get an error like: Wrong number of arguments: setq, 1 >>> >> >> I don't. Version info: > > Your Emacs 25 build isn't recent enough to have the issue. See > http://permalink.gmane.org/gmane.e

Re: [O] Wrong number of arguments: setq, 1

2015-12-11 Thread Kyle Meyer
Nick Dokos writes: > Kaushal Modi writes: > >> ... >> Without these fixes, I get an error like: Wrong number of arguments: setq, 1 >> > > I don't. Version info: Your Emacs 25 build isn't recent enough to have the issue. See http://permalink.gmane.org/gmane.emacs.orgmode/103558 -- Kyle

Re: [O] Wrong number of arguments: setq, 1

2015-12-11 Thread Nick Dokos
Kaushal Modi writes: > ... > Without these fixes, I get an error like: Wrong number of arguments: setq, 1 > I don't. Version info: Org-mode version 8.3.2 (release_8.3.2-380-g64aee4 @ /home/nick/elisp/org-mode/lisp/) GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.15) of 2015-0

Re: [O] Wrong number of arguments: setq, 1

2015-12-11 Thread Kaushal Modi
I just found a recent conversation on this mailing list with the title: Concerning `(letrec ((ignore)) ...)' in line 2718 of lisp/ox.el That explains why I suddenly started seeing these errors. My above patch fixes org exports for me while being on the latest snapshot of emacs-25 branch.

[O] a new csl - citation style lisp ;)

2015-12-11 Thread John Kitchin
Hi everyone, I got curious enough about citation processing to draft an elisp-based citeproc for orgmode. You can see the code here: https://github.com/jkitchin/org-ref/tree/master/citeproc It is loosely based on the xml-CSL file, but in lisp. The principle is the same, there is a csl file in li

[O] Wrong number of arguments: setq, 1

2015-12-11 Thread Kaushal Modi
Hi, I needed to make these changes locally to make any kind of org export (text, html, latex) work. diff --git a/lisp/ox.el b/lisp/ox.el index 2908fed..40c51cb 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -1779,7 +1779,7 @@ INFO is a plist holding export options." ;; If FILETAGS contains a selec

Re: [O] Bug: LaTeX in HTML export [8.3.2 (release_8.3.2-380-g64aee4 @ /home/dominik/.emacs.d/org-mode/lisp/)]

2015-12-11 Thread Rasmus
Hi Dominik, Thanks for investigating this further. Dominik Schrempf writes: > thanks for your answer. I asked the people from MathJax and the problem > is HTML related. = > This behavior is well known and explained in the MathJax > Documentation. > > http://docs.mathjax.org/en/latest/tex.html#

Re: [O] Concerning `(letrec ((ignore)) ...)' in line 2718 of lisp/ox.el

2015-12-11 Thread Zack Piper
On Fri, Dec 11, 2015 at 10:27:55AM -0500, Kyle Meyer wrote: > > Zack Piper writes: > > > I (think) I have a recipe to reproduce this: > > > > - Emacs 25 (emacs-25 branch from Git) > > - Org mode from latest Git (make sure that there's no ELC files from > > Emacs *24*, if it uses files from Ema

Re: [O] Bug: LaTeX in HTML export [8.3.2 (release_8.3.2-380-g64aee4 @ /home/dominik/.emacs.d/org-mode/lisp/)]

2015-12-11 Thread Dominik Schrempf
Hi Rasmus, thanks for your answer. I asked the people from MathJax and the problem is HTML related. =http://docs.mathjax.org/en/latest/tex.html#tex-and-latex-in-html-documents Maybe Org mode HTML export should take this into account, especially because = The following message is a courtesy copy

Re: [O] Concerning `(letrec ((ignore)) ...)' in line 2718 of lisp/ox.el

2015-12-11 Thread Kyle Meyer
Zack Piper writes: > I (think) I have a recipe to reproduce this: > > - Emacs 25 (emacs-25 branch from Git) > - Org mode from latest Git (make sure that there's no ELC files from > Emacs *24*, if it uses files from Emacs 24 it works fine (bug in > byte compiler?)). > > ╭[ r.el ] > │ (add

Re: [O] Bug: LaTeX in HTML export [8.3.2 (release_8.3.2-380-g64aee4 @ /home/dominik/.emacs.d/org-mode/lisp/)]

2015-12-11 Thread Rasmus
Hi Dominik, Thanks for your report. Dominik Schrempf writes: > I am trying to export a LaTeX code block into HTML and have a problem > when using lower (<) signs (maybe it also happens with greater signs but > I did not check that). > > E.g., the following Org code leads to an error when viewin

Re: [O] export subtree

2015-12-11 Thread Skip Collins
John Hendy wrote: > Thinking about it more, using select_tags as a potential solution to > your export of a subtree without navigating to it, problems could > arise if more than one were tagged. If multiple same-level headlines > were tagged with the select_tag, which one should Org use as the > "m

[O] Bug: LaTeX in HTML export [8.3.2 (release_8.3.2-380-g64aee4 @ /home/dominik/.emacs.d/org-mode/lisp/)]

2015-12-11 Thread Dominik Schrempf
Hello, I am trying to export a LaTeX code block into HTML and have a problem when using lower (<) signs (maybe it also happens with greater signs but I did not check that). E.g., the following Org code leads to an error when viewing the HTML file because the '<' sign is interpreted in a wrong way

Re: [O] Concerning `(letrec ((ignore)) ...)' in line 2718 of lisp/ox.el

2015-12-11 Thread Zack Piper
I (think) I have a recipe to reproduce this: - Emacs 25 (emacs-25 branch from Git) - Org mode from latest Git (make sure that there's no ELC files from Emacs *24*, if it uses files from Emacs 24 it works fine (bug in byte compiler?)). ╭[ r.el ] │ (add-to-list 'load-path "~/org-mode/lisp"

[O] ox: html: Wrong type argument: stringp, (latex-fragment

2015-12-11 Thread Yasushi SHOJI
Hi all, With Org-mode version 8.3.2 (release_8.3.2-380-g64aee4), org-html-export-to-html does not work with this ECM if org-export-with-sub-superscripts is set to nil. #+BEGIN_SRC org \_\A #+END_SRC Does anyone have seen this? -- yashi