emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-export-latex-packages-alist vs org-latex-packages-alist
@ 2021-03-15 21:31 Tyler Smith
  2021-03-15 22:16 ` Kyle Meyer
  0 siblings, 1 reply; 2+ messages in thread
From: Tyler Smith @ 2021-03-15 21:31 UTC (permalink / raw)
  To: Org Mode Mailing List

Hello,

Can someone confirm if

  `org-export-latex-packages-alist` and 
  `org-export-latex-listings-langs`

are obsolete versions of

  `org-latex-packages-alist` and `org-listings-langs`?

I've had the former in my config for years, and today noticed that 
they no longer appear in the org source code. I failed to find any 
reference to this change in the documentation, so perhaps I've 
missed something? Can I just swap out the former and replace them 
with the latter?

I ran into some strange problems today that were due, in part, to 
some of my config not getting applied as I expected.

Best,

Tyler

-- 
Tyler Smith
plantarum.ca


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org-export-latex-packages-alist vs org-latex-packages-alist
  2021-03-15 21:31 org-export-latex-packages-alist vs org-latex-packages-alist Tyler Smith
@ 2021-03-15 22:16 ` Kyle Meyer
  0 siblings, 0 replies; 2+ messages in thread
From: Kyle Meyer @ 2021-03-15 22:16 UTC (permalink / raw)
  To: Tyler Smith; +Cc: Org Mode Mailing List

Tyler Smith writes:

> Hello,
>
> Can someone confirm if
>
>   `org-export-latex-packages-alist` and 
>   `org-export-latex-listings-langs`
>
> are obsolete versions of
>
>   `org-latex-packages-alist` and `org-listings-langs`?
>
> I've had the former in my config for years, and today noticed that 
> they no longer appear in the org source code. I failed to find any 
> reference to this change in the documentation, so perhaps I've 
> missed something? Can I just swap out the former and replace them 
> with the latter?

org-export-latex-packages-alist was renamed to org-latex-packages-alist
in Org 8, specifically 0484c5c64 (Manage variables related to both LaTeX
export and snippets, 2013-02-02).  I believe a straight replacement is
fine.

And it looks like org-export-latex-listings-langs was the name used in
the old exporter before v8.  Simply using org-latex-listings-langs
instead should work here too, I think.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-15 22:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 21:31 org-export-latex-packages-alist vs org-latex-packages-alist Tyler Smith
2021-03-15 22:16 ` Kyle Meyer

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).