emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Matthew Lundin <mdl@imapmail.org>
Cc: Org-mode ml <emacs-orgmode@gnu.org>
Subject: Re: Latex export bugs and a request
Date: Mon, 16 Mar 2009 22:16:48 +0100	[thread overview]
Message-ID: <4CCC1BE5-B46F-4A01-AB69-AB1A28F4FF86@uva.nl> (raw)
In-Reply-To: <87zlflcm6t.fsf@fastmail.fm>

Hi Matt,

On Mar 16, 2009, at 8:16 PM, Matthew Lundin wrote:

>
> Hi Carsten,
>
> I have a three minor LaTeX export bugs to report and a request.
>
> 1. I a table group begins in the first column of a table, the boundary
> is missing in the latex export.
>
> --8<---------------cut here---------------start------------->8---
> |---+------+----+---------|
> | / | <    |    | >       |
> |   | Here | is | a table |
> |---+------+----+---------|
> --8<---------------cut here---------------end--------------->8---
>
> produces
>
> ,----
> | \begin{center}
> | \begin{tabular}{lll|}
> | \hline
> |  Here  &  is  &  a table  \\
> | \hline
> | \end{tabular}
> | \end{center}
> `----
>
> Note the {lll|} rather than {|lll}.

Strange, I am getting {lll}, with no vertical lines on either outside.
Ah, you have org-export-latex-tables-column-borders turned on.
Yes, there was a bug, fixed now.  Thanks!


>
> 2. Headlines greater than n when H:n (e.g., level three headlines  
> when H
> is set to 2) are exported as description lists.
>
> Is this the intended behavior?

This is how Bastien designed it, and it is similar to the HTML way,  
turning these into lists.  It works fine if there is any text before  
the plain list bullets.

Do you have a better proposal?

>
> 3. A different issue: html export seems ignores anything inside of
> #+begin_latex ... #+end_latex, but the LaTeX exporter does not ignore
> the #+begin_html, #+end_html, and #+html directives.
>
> Would it be possible to have the latex exporter ignore markup
> designated as html?

I am unable to reproduce this, works fine for me.

>
> 4. Finally, a request
>
> Would it be possible to add markup for centered text to org-mode? I've
> begun to create documents in org mode for export both to html and  
> LaTeX.
> For now, my workaround is to create macros for centered text that I
> comment out depend on how the document is to be exported. But it would
> be great if there was something like #+begin_center ... #+end_center.

OK, we have now #+begin_center

>
> ,----
> | #+MACRO: begincenter #+latex: \begin{center}
> | #+MACRO: endcenter #+latex: \end{center}
> | # #+MACRO: begincenter #+html: <div style="text-align: center;">
> | # #+MACRO: endcenter #+html: </div>
> `----
>
> A related thought (and sorry for the very long email), is there any  
> way
> to define these types of macros globally, rather than in-buffer? It
> would be really nice to be able to set commonly used macros globally.
> Even nicer would be the ability to define macros that are context
> sensitive: i.e., one substitution for for LaTeX export, another
> substitution for HTML export. This might make it easier to export the
> same source file to different outputs. Just a wishlist item....

Yes,  guess we could have global macros, and also macros that expand  
depending on exporter type.  I have not though much about it, maybe  
you'd like to draw up a syntax?

- Carsten

  reply	other threads:[~2009-03-16 21:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-16 19:16 Latex export bugs and a request Matthew Lundin
2009-03-16 21:16 ` Carsten Dominik [this message]
2009-03-18 16:33   ` Matthew Lundin
2009-03-19 10:04     ` Carsten Dominik
2009-03-20  2:43       ` Matthew Lundin
2009-03-21 17:21         ` Carsten Dominik
2009-03-21 20:32           ` Matthew Lundin
2009-03-22  7:03             ` Carsten Dominik
2009-03-21 18:32         ` Matthew Lundin

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CCC1BE5-B46F-4A01-AB69-AB1A28F4FF86@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=mdl@imapmail.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 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).