emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] Macro Argument Truncation
@ 2014-09-22  1:12 Jacob Gerlach
  2014-09-22  1:40 ` Thomas S. Dye
  0 siblings, 1 reply; 3+ messages in thread
From: Jacob Gerlach @ 2014-09-22  1:12 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 944 bytes --]

I am making heavy use of latex strikeout for a report I'm preparing in org
mode. I defined a macro for the necessary latex snippet, but the argument
gets truncated on export.

MWE:
----
* Section
{{{stk(The argument for this macro is several lines long. It seems
that after a certain length, the macro argument gets truncated, as the
tex output from exporting this org buffer contains a properly
terminated strikeout block with only part of this text.)}}}
#+MACRO: stk @@latex:\sout{$1}@@

----
C-c C-e l L produces:
----
....
\sout{The argument for this macro is several lines long. It seems
that after a certain length}
% Emacs 24.3.1 (Org mode 8.2.7c)
----

I see no mention of any reason for this in the macro node of the manual or
on list archives. Am I doing something wrong or is it a bug?


Note:
org-plus-contrib is an installed package.

     Status: Installed in `.../.emacs.d/elpa/org-plus-contrib-20140901/'.
    Version: 20140901

[-- Attachment #2: Type: text/html, Size: 1329 bytes --]

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

end of thread, other threads:[~2014-09-22  1:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-22  1:12 [BUG] Macro Argument Truncation Jacob Gerlach
2014-09-22  1:40 ` Thomas S. Dye
2014-09-22  1:50   ` Jacob Gerlach

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).