all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rens Oliemans <hallo@rensoliemans.nl>
To: Richard H Stanton <rhstanton@berkeley.edu>
Cc: emacs-orgmode@gnu.org
Subject: Re: How to specify column alignment in LaTeX table output?
Date: Fri, 10 Jan 2025 10:53:38 +0100	[thread overview]
Message-ID: <87tta7vvtp.fsf@rensoliemans.nl> (raw)
In-Reply-To: <87wmf3vw3i.fsf@rensoliemans.nl>

Rens Oliemans <hallo@rensoliemans.nl> writes:
>
> #+RESULTS:
> |-------+--------+-----------+------------|
> |  Tier | Number | Total     | % of Total |
> |-------+--------+-----------+------------|
> |     1 |      4 | 8,022.65  |      65.45 |
> |     2 |     19 | 1,549.71  |      12.64 |
> |     3 |     24 | 2,685.28  |      21.91 |
> |-------+--------+-----------+------------|
> | Total |     47 | 12,257.65 |     100.00 |
> |-------+--------+-----------+------------|
>
> #+ATTR_LATEX: :align rrrr :float t :placement [htbp]
> #+RESULTS:

Ah, here we see the exact problem we've both just attested to! The #+RESULTS: code block
got recreated because I was messing around with ':results' headers, and the #+ATTR_LATEX:
line doesn't belong to the correct table anymore.

You will notice that if you move the #+ATTR_LATEX line above the table, Org mode will keep
replacing that table on later code block evaluations (usually ;))


  reply	other threads:[~2025-01-10 10:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-09  9:38 How to specify column alignment in LaTeX table output? Richard H Stanton
2025-01-09 10:17 ` Rens Oliemans
2025-01-09 15:02   ` Richard H Stanton
2025-01-10  9:47     ` Rens Oliemans
2025-01-10  9:53       ` Rens Oliemans [this message]
2025-01-10 16:59       ` Richard H Stanton
  -- strict thread matches above, loose matches on Subject: below --
2025-01-10  6:13 Pedro Andres Aranda Gutierrez
2025-01-10 17:04 ` Richard H Stanton

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=87tta7vvtp.fsf@rensoliemans.nl \
    --to=hallo@rensoliemans.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=rhstanton@berkeley.edu \
    /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.