kjn
kjn
> how to define an alias max, which does the same as vmax The mapping is done via variable `org-ods-calc-f->ods-f-alist` ... See commit https://github.com/kjambunathan/org-mode-ox-odt/commit/e3ca7833b5b95c2318510b00bc005c9b3f6ac72d
`rescaling1` should work now. ----- With regard to `rescaling2` ... it works but with a caveat ... Here is a modified bug report ... > that trick does not work...
> table:table-template Table template started appearing in the stylist only in last 1-2 years. But it wasn't using the `table-template` ... If `table-template` started appearing, I can start using it....
To get this  do this ``` #+NAME: revenue #+CAPTION: Quarterly Revenue #+ATTR_ODT: :style "Academic" | | Jan | Feb | Mar | Sum | |-------+-----+-----+-----+-----| |...
> [Suppose I want this to be file local (setq org-odt-table-styles '("Academic" "Academic" ((use-first-row-styles . t) (use-last-row-styles . nil))))](https://emacs.stackexchange.com/questions/22210/auto-update-org-tables-before-each-export) Use the snippet below, and change value as needed. ```org #...
> ... and it's not working. Share the snippet and show me a screenshot. This way I will know what is not working. Table styling is complex, and my gut...
> #+include: ./table_FirstBold.org [table_FirstBold.org.txt](https://github.com/kjambunathan/org-mode-ox-odt/files/12655348/table_FirstBold.org.txt) > > That way, sperating style definition from the content give user a cleaner work space to get focused. You can use `SETUPFILE` for that >...
> You can use SETUPFILE for that The `nxml` blocks will appear in the output if you are exporting to formats other than `ODT`. In that case you can use...
### Zip file [issue-199-boxlistred.zip](https://github.com/kjambunathan/org-mode-ox-odt/files/12663327/issue-199-boxlistred.zip) ### Screenshot  ### Org snippet ``` # #+odt_prettify_xml: tidy+indent #+begin_src emacs-lisp :exports results :results none (add-to-list 'org-odt-table-styles '("Academic" "Academic" ((use-first-row-styles . t) (use-last-row-styles . t)...
> I have never got the table template working. You need to "rewrite" the table template using the `rename-table-template` snippet shared in https://github.com/kjambunathan/org-mode-ox-odt/issues/199#issuecomment-1193283903. (I just noticed that the `rename-table-template` has...