Sebastien Vauban <wxhgmqzgwmuf@...> writes:
>
> Hello Nicolas,
>
> I'm still searching which variables now host the following customizations:
>
> --8<---------------cut here---------------start------------->8---
> ;; markup for TODO keywords, as a printf format
> (setq org-export-latex-todo-keyword-markup "\\colorbox{yellow}{%s}")
>
> ;; markup for tags, as a printf format
> (setq org-export-latex-tag-markup "\\hfill{}\\fbox{%s}")
> --8<---------------cut here---------------end--------------->8---
>
> Can you give me a hint?
M-x customize-variable RET org-latex-format-headline-function RET
then copy and paste the last part of the docstring into the window - add a
closing parenthesis at the end - and then modify it to your taste.