emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Configuring ox-context


From: juh
Subject: Configuring ox-context
Date: Tue, 21 Dec 2021 16:50:53 +0100

Dear all,

this configuration does not work.

#+begin_src emacs-lisp
    (use-package ox-context
:straight (ox-context :type git :host github :repo "Jason-S-Ross/ox-context")
    :config
    (add-to-list 'org-context-presets-alist
     '("book" .
       (:literal "\n\\environment juh.env-garamond
  \n\\environment juh.env-garamond-trimsize5-8
  \n\\environment juh.env-makeups
  \n\\environment juh.env-umbruch
  \n\\environment juh.env-heading
  \n\\environment juh.env-layout
  \n\\environment juh.env-header-footer
  \n\\environment juh.env-ligaturen"
        :template "report"
        :snippets ("title-article")))))
#+end_src

test.org:

#+title: Test
#+context_preset: book
#+context_snippet: title-snippet

I get an export but the styles are not applied.

Any hints?
juh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]