From: matthias <matthias@gnu.re>
To: <emacs-orgmode@gnu.org>
Subject: Bug: clocktable latex attributes
Date: Thu, 1 Oct 2020 21:11:07 +0400 [thread overview]
Message-ID: <2a576325-c2b9-407d-9332-e83c39c7aa25@DAG24EX1.emp.local> (raw)
[-- Attachment #1: Type: text/plain, Size: 577 bytes --]
Hi the Orgmode team, I have a problem with the clocktable which seems to be a bug because it does not accept latex attributes before the BEGIN line:#+latex_header: \usepackage{tabularx}#+ATTR_LATEX: :align Xll :width \textwidth#+BEGIN: clocktable :scope file :maxlevel 2 the only solution I found is the following (put the attribute after the BEGIN :):#+latex_header: \usepackage{tabularx}#+BEGIN: clocktable :scope file :maxlevel 2#+ATTR_LATEX: :align Xll :width \textwidth But every time I update the clocktable (C-c C-c) the latex attribute line disappears. Cordially. Matt
[-- Attachment #2: Type: text/html, Size: 1567 bytes --]
reply other threads:[~2020-10-01 17:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2a576325-c2b9-407d-9332-e83c39c7aa25@DAG24EX1.emp.local \
--to=matthias@gnu.re \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.