From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Luis Anaya <papoanaya@hotmail.com>
Cc: Bastien <bzg@gnu.org>, emacs-orgmode@gnu.org
Subject: Re: Org mode export to Groff MM. Feature Freeze
Date: Tue, 17 Jul 2012 09:50:34 +0200 [thread overview]
Message-ID: <87mx2y6d2t.fsf@gmail.com> (raw)
In-Reply-To: <BLU0-SMTP351A69406421AE02C260C18B7DB0@phx.gbl> (Luis Anaya's message of "Mon, 16 Jul 2012 21:35:05 -0400")
Hello,
Luis Anaya <papoanaya@hotmail.com> writes:
> - The change with the largest imapct on my code had to do with
> the BEGIN_GROFF/END_GROFF pairs in which now invokes the special
> block function and process the enclosed text through the plain-text
> function. Originally these were passed through without the
> invocation of the plain text function.
>
> I had to remove all the text pre-processing being that it was causing
> problems in the execution of GROFF macros. I do not think that
> doing this will hurt (much) because of the GROFF markup syntax.
> For instance:
>
> TeX/LaTeX looks like this:
> \begin{center}
> Blah
> \end
> while GROFF looks like this.
> .DS C
> Blah
> .DE
>
> French quotations are not supported now because of this change, quotes are
> significant in GROFF for many things and I cannot translate those
> because GROFF will fail with a syntax error.
You just have to put
(add-to-list 'org-element-block-name-alist
'("GROFF" . org-element-export-block-parser))
in org-e-groff.el so BEGIN_GROFF/END_GROFF blocks are treated as export
blocks again. No need to remove anything in your text pre-processing
because of this.
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2012-07-17 7:54 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.99.1342454425.6558.emacs-orgmode@gnu.org>
2012-07-16 16:38 ` Org mode export to Groff MM. Feature Freeze Luis Anaya
2012-07-16 17:06 ` Bastien
2012-07-16 17:20 ` Nicolas Goaziou
2012-07-16 18:35 ` Luis Anaya
2012-07-16 20:36 ` Nicolas Goaziou
2012-07-16 21:22 ` Luis Anaya
2012-07-17 1:35 ` Luis Anaya
2012-07-17 7:50 ` Nicolas Goaziou [this message]
2012-07-17 8:53 ` Luis Anaya
[not found] ` <BLU0-SMTP243814C6971CC983CEECAFBB7D40@phx.gbl>
2012-07-16 17:42 ` FW: " Luis Anaya
2012-07-16 20:18 ` Bastien
2012-07-17 1:56 ` Avdi Grimm
2012-07-17 2:50 ` Luis Anaya
2012-07-17 10:20 ` Nicolas Goaziou
2012-07-17 14:06 ` Luis Anaya
2012-07-17 18:08 ` Luis Anaya
2012-07-18 0:04 ` Luis Anaya
2012-07-18 1:23 ` Suvayu Ali
2012-07-19 15:33 ` Nicolas Goaziou
2012-07-19 19:09 ` Luis Anaya
2012-07-20 0:07 ` Luis Anaya
2012-07-20 1:46 ` Luis Anaya
2012-07-17 2:53 ` Luis Anaya
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=87mx2y6d2t.fsf@gmail.com \
--to=n.goaziou@gmail.com \
--cc=bzg@gnu.org \
--cc=emacs-orgmode@gnu.org \
--cc=papoanaya@hotmail.com \
/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).