[Orgmode] How to export the ampersand (&) symbol correctly for both LaTeX and HTML documents?

2010-12-23 Thread Kyeong Soo (Joseph) Kim
Dear All, This may be a FAQ, but I couldn't find it mentioned either in the Manual or in the mailing list. To use the ampersand symbol ('&') in HTML export, I use "\amp" per the manual and the "Publishing Org-mode files to HTML" tutorial at Worg site. Later, however, I found that the "\amp" is ex

[Orgmode] Re: How to export the ampersand (&) symbol correctly for both LaTeX and HTML documents?

2010-12-23 Thread Kyeong Soo (Joseph) Kim
I will try to upgrade and test it soon. Many thank. By the way, I wonder whether you have tested it with LaTeX export or not. The HTML export works perfectly in my case, too, but LaTeX export does not as said. Regards, Joseph On Thu, Dec 23, 2010 at 5:35 PM, Bernt Hansen wrote: > "Ky

[Orgmode] Re: How to export the ampersand (&) symbol correctly for both LaTeX and HTML documents?

2010-12-24 Thread Kyeong Soo (Joseph) Kim
4, 2010 at 3:23 AM, Bernt Hansen wrote: > "Kyeong Soo (Joseph) Kim" writes: > > > I will try to upgrade and test it soon. > > Many thank. > > > > By the way, I wonder whether you have tested it with LaTeX export or not. > > The HTML export works perfectly in

[O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-17 Thread Kyeong Soo (Joseph) Kim
I recently upgraded my org-mode from 7.x to 8.2.7c (bundled with a Windows Emacs package for ESS) and have been struggling with changed behaviours of LaTeX exporter since. Below is the list of those changes: 1. Double backslashes (for line break) embedded in a string for "#+AUTHOR:" With versio

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-17 Thread Kyeong Soo (Joseph) Kim
Hello Nicolas, Great thanks for the detailed instructions with clear explanations for the problems. I have addressed all those issues per your suggestions, but put some comments embedded below. Again, many thanks for your great help! Joseph On Thu, Sep 18, 2014 at 3:01 AM, Nicolas Goaziou w

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-18 Thread Kyeong Soo (Joseph) Kim
ly appreciated; maybe the said example in the manual needs to be updated as well. Regards, Joseph On Thu, Sep 18, 2014 at 12:50 PM, Kyeong Soo (Joseph) Kim < kyeongsoo@gmail.com> wrote: > Hello Nicolas, > > Great thanks for the detailed instructions with clear explanations for the

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-18 Thread Kyeong Soo (Joseph) Kim
Joseph On Thu, Sep 18, 2014 at 3:07 PM, Kyeong Soo (Joseph) Kim < kyeongsoo@gmail.com> wrote: > Nicolas and All, > > One further question regarding your suggestion of the use of filter for > special blocks in export: > > I just found out that, if I close Emacs and rela

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-20 Thread Kyeong Soo (Joseph) Kim
experience and great insight on these! Joseph On Fri, Sep 19, 2014 at 11:49 PM, Richard Lawrence < richard.lawre...@berkeley.edu> wrote: > Hi Joseph, > > "Kyeong Soo (Joseph) Kim" writes: > > > Great thanks for your answering my two questions, especially shari

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-22 Thread Kyeong Soo (Joseph) Kim
On Tue, Sep 23, 2014 at 12:00 AM, Nicolas Goaziou wrote: > Hello, > > "Kyeong Soo (Joseph) Kim" writes: > > > By the way, as said, [[*Foo][Section Foo]] does not produce the link in > > LaTeX export any longer; version 8.x generates just "\texttt{Section

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-28 Thread Kyeong Soo (Joseph) Kim
Hi Nicolas, On Sun, Sep 28, 2014 at 6:01 AM, Nicolas Goaziou wrote: > > > You can use a link filter. Also, `org-export-latex-hyperref-format' > doesn't exist in Org 8.0+. > > > - By name (using C-c l & C-c C-l): Sec. [[*Two%20Words][Two Words]] > > [...] > > > [[*With%20&%20in%20the%20Title][Wit

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-29 Thread Kyeong Soo (Joseph) Kim
On Mon, Sep 29, 2014 at 3:07 PM, Nicolas Goaziou wrote: > Hello, > > "Kyeong Soo (Joseph) Kim" writes: > > > The real problem is that, except for using the custom id, the current > > export engine cannot refer to the correct label (e.g., "\label{se-1}

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-29 Thread Kyeong Soo (Joseph) Kim
Hello, On Mon, Sep 29, 2014 at 4:53 PM, Rasmus wrote: > > > If you don't want to use hyperref (i) make sure your sections are > numbered (e.g. #+OPTIONS: num:5) and (ii) make sure that you are not > giving links a description. Here's an example: > > * test my heading > :PROPERTIES: > :CUSTOM_ID:

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-29 Thread Kyeong Soo (Joseph) Kim
Hi Rasmus, On Mon, Sep 29, 2014 at 6:09 PM, Rasmus wrote: > Hi Kyeong, > > "Kyeong Soo (Joseph) Kim" writes: > > > This is exactly what I wanted to do for cross-referencing in LaTeX > export. > > With this, now I can use my org files as I did with version

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-10-01 Thread Kyeong Soo (Joseph) Kim
On Mon, Sep 29, 2014 at 10:18 PM, Rasmus wrote: <- snip > > > It may be documented in chapter 4, entitled Hyperlinks. > >http://orgmode.org/org.html#Hyperlinks > > I don't know if this chapter describes export behavior. > It does not. > > You can skim through org-latex-link if you