kjn

Results 170 comments of kjn

Move TOC manually after the first landscape page. See line 41 https://github.com/kjambunathan/org-mode-ox-odt/blame/master/testing/examples/odt/pagebreak.org. The above file can be used to create a book with TitlePage, Copyright Page, etc. Do an `M-s...

These questions will help you get a mental model of what is happening .... 1. What is the leading content in my document? 2. What style--paragraph or otherwise--does that leading...

> That zip does not contain any diff file, it seems to be the same zip I sent, or do I misunderstand your proposal? I attached the wrong file. Next...

> It's seems the :page-break setting is not in effect: > > ``` > #+attr_odt: :transclude t :page-break t > [[file:./toc.odt]] > > #+attr_odt: :transclude t :page-break "before" > [[file:./toc.odt]]...

@QiangF, thanks for reminding me about `:p-style` attributes for Tables. I have totally forgotten about it .... Without your suggestion, I would have spent some 30 mins looking at the...

**TIP**: **_Convenient way to add ODT styles to an `org` file_** To copy an `XML` snippet from `ODT` file to `org` files, do this 1. Install HTML `tidy` 1. Copy...

> Table styles are complex .. A TableStyle is a prefix ... and it gets added to the Table, TableColumn, TableCell, and Paragraph. So, when you add a style to...

``` #+ATTR_ODT: :page-style "Landscape" :page-break t * TODO !!Unclear!! ``` The attribute applies to the (empty) paragraph before the heading. So the heading will not get a new page style....

Params is basically a `emacs-lisp` `plist` without surrounding `(..)`. So, you need to _quote_ the `"` as you would in your `*.el` sources. So, append a `:content` property as you...

This is the way to create a `Landscape` document ... The options line should turn off all the metadata. And any metadata that you want, you have to use the...