kjn

Results 170 comments of kjn

### Generate Page Header using `org-odt-export-string-as-odt-string' and Org Babel Note that the snippet below uses `org-odt-export-string-as-odt-string', `nxml-mode` style blocks and `noweb` expansion to configure page headers. To get this **_Generate...

Here is an improved version which eliminates `sh` block with `EOF` constructs and uses `org-babel-expand-noweb-references` and `org-babel-goto-named-src-block`. This basically removes one moving part and improves reliability. ``` #+TITLE: Generate Page...

Hello, > I have gotten things working with the repo loaded as org src code. Org mode version 8.3.5 (release_8.3.5-2447-g417081 @ /path/to/org-mode-ox-odt-kjambunathan/lisp/) I would like to 1. Upgrade this repo...

The ODT and JabRef exporters can now be with Emacs Package Mananger's `M-x list-packages`. The package is available at https://raw.githubusercontent.com/kjambunathan/org-mode-ox-odt/master/elpa/. See below for a typical configuration. ``` (custom-set-variables '(package-archives (quote...

> Debug (ox-odt): Using styles under ~/.emacs.d/elpa/ox-odt-9.1.14.145/etc/styles/ As I am writing this, I am finding that style files are getting picked from the wrong place

> https://raw.githubusercontent.com/kjambunathan/org-mode-ox-odt/master/elpa/. **The above URL will NOT work any longer**. Please use https://kjambunathan.github.io/elpa/ instead. Sorry for the trouble.

> with > > (source gnu) > (source melpa) > (source melpa-stable) > (source ox-odt "https://kjambunathan.github.io/elpa/") > [...] > (depends-on "ox-odt") > > M-x org-version RET gives Org mode version...

For the sake of record, the value of `package-archives` that I use is this. ``` (custom-set-variables '(package-archives (quote (("gnu" . "https://elpa.gnu.org/packages/") ("ox-odt" . "https://kjambunathan.github.io/elpa/") ("melpa" . "https://melpa.org/packages/"))))) ``` _**Heads up**_...

I have published `ox-odt-9.2.1.172.tar` a few minutes ago. The focus of the release was to rebase my `ox-odt` changes over org's `release_9.2.1`.

> Hi, which is the last version of the ORG-MODE compatible with the ox-odt. I installed with the latest scimax, but nothing seems to work. Thanks in advance! The issue...