emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: clocktable
@ 2020-09-28 13:48 matthias
  2024-01-18 15:26 ` [FR] Transfer export attributes from dynamic block to its first child (was: Bug: clocktable) Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: matthias @ 2020-09-28 13:48 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 653 bytes --]

Salut l’équipe d’Orgmode,

J’ai un soucis avec le clocktable  qui semble être un bug car il n’accepte pas les attributs latex avant la ligne BEGIN:
#+latex_header: \usepackage{tabularx}
#+ATTR_LATEX: :align Xll :width \textwidth
#+BEGIN: clocktable :scope file :maxlevel 2

la seul solution que j'ai trouvé, c'est la suivante (mettre l’attribut après le BEGIN :) :
#+latex_header: \usepackage{tabularx}
#+BEGIN: clocktable :scope file :maxlevel 2
#+ATTR_LATEX: :align Xll :width \textwidth

Mais à chaque fois que je met à jour le clocktable (C-c C-c) la ligne d'attribut latex disparait.

 

Cordialement.

 

Matt

[-- Attachment #1.2: Type: text/html, Size: 3179 bytes --]

[-- Attachment #2: openpgp-digital-signature.asc --]
[-- Type: application/pgp-signature, Size: 834 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-18 16:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28 13:48 Bug: clocktable matthias
2024-01-18 15:26 ` [FR] Transfer export attributes from dynamic block to its first child (was: Bug: clocktable) Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).