* org-utf-to-xetex - Teach Org-Mode And XeTeX How To Handle Non-Latin Unicode Characters
@ 2018-06-29 2:44 Grant Rettke
2018-06-29 12:21 ` Van L
0 siblings, 1 reply; 4+ messages in thread
From: Grant Rettke @ 2018-06-29 2:44 UTC (permalink / raw)
To: Org-mode
Hi,
This package
https://github.com/grettke/org-utf-to-xetex
makes it easy to use Emoticons and other Non-Latin characters with XeTeX.
"It works fine on my box."
There is probably a lot of room for improvement, so, please share feedback.
Does something like this already exist?
Sincerely,
Grant Rettke
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: org-utf-to-xetex - Teach Org-Mode And XeTeX How To Handle Non-Latin Unicode Characters
2018-06-29 2:44 org-utf-to-xetex - Teach Org-Mode And XeTeX How To Handle Non-Latin Unicode Characters Grant Rettke
@ 2018-06-29 12:21 ` Van L
2018-06-29 18:13 ` Grant Rettke
0 siblings, 1 reply; 4+ messages in thread
From: Van L @ 2018-06-29 12:21 UTC (permalink / raw)
To: Grant Rettke; +Cc: Org-mode
> https://github.com/grettke/org-utf-to-xetex
>
> please share feedback.
I’ve been meaning to try XeTeX in org-mode to
create PDF from plaintex and latex.
https://orgmode.org/elpa.html
Having followed the instructions above,
how do I disable the builtin Emacs 26.1 Org Mode?
Then, which of the following to install?
org 9.1.13 available gnu
org 20180625 available org
org-edna 1.0beta6 available gnu
org-plus-contrib 20180625 available org
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: org-utf-to-xetex - Teach Org-Mode And XeTeX How To Handle Non-Latin Unicode Characters
2018-06-29 12:21 ` Van L
@ 2018-06-29 18:13 ` Grant Rettke
2018-06-30 4:24 ` Van L
0 siblings, 1 reply; 4+ messages in thread
From: Grant Rettke @ 2018-06-29 18:13 UTC (permalink / raw)
To: Van L; +Cc: Org-mode
On Fri, Jun 29, 2018 at 7:21 AM, Van L <van@scratch.space> wrote:
>
>> https://github.com/grettke/org-utf-to-xetex
>>
>> please share feedback.
>
> I’ve been meaning to try XeTeX in org-mode to
> create PDF from plaintex and latex.
>
> https://orgmode.org/elpa.html
>
> Having followed the instructions above,
> how do I disable the builtin Emacs 26.1 Org Mode?
Usually the problem is that the version of Org-Mode distributed with
Emacs get's loaded before
the version that /you/ want loaded. A giveaway is when you call
org-version and emacs-version you see
Org-mode version 8.2.10 (this is on GNU Emacs 25.3.1).
The solution is to load Org-Mode 9 early on in your startup process.
> Then, which of the following to install?
>
> org 9.1.13 available gnu
> org 20180625 available org
> org-edna 1.0beta6 available gnu
> org-plus-contrib 20180625 available org
This package ought to work with any of them that are version 9 and above.
Tested it on Org mode version 9.1.13 (release_9.1.13-836-g58b512
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: org-utf-to-xetex - Teach Org-Mode And XeTeX How To Handle Non-Latin Unicode Characters
2018-06-29 18:13 ` Grant Rettke
@ 2018-06-30 4:24 ` Van L
0 siblings, 0 replies; 4+ messages in thread
From: Van L @ 2018-06-30 4:24 UTC (permalink / raw)
To: Grant Rettke; +Cc: Org-mode
>> org 9.1.13 available gnu
I picked that one for Emacs 26.1 and 27.0.50.
The following lines in .emacs don’t raise debug warnings.
(package-initialize)
(require 'package)
(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t)
Hoping to publish a plaintex fragment with unicode by XeTeX.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-06-30 4:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-29 2:44 org-utf-to-xetex - Teach Org-Mode And XeTeX How To Handle Non-Latin Unicode Characters Grant Rettke
2018-06-29 12:21 ` Van L
2018-06-29 18:13 ` Grant Rettke
2018-06-30 4:24 ` Van L
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).