From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: tricky odt export needs Date: Wed, 20 Nov 2013 21:34:13 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjEVE-0004sh-J3 for emacs-orgmode@gnu.org; Wed, 20 Nov 2013 15:36:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjEV3-0007aK-0w for emacs-orgmode@gnu.org; Wed, 20 Nov 2013 15:36:00 -0500 Received: from mail-forward4.uio.no ([2001:700:100:10::33]:41187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjEV2-0007SL-M2 for emacs-orgmode@gnu.org; Wed, 20 Nov 2013 15:35:48 -0500 Received: from exim by mail-out4.uio.no with local-bsmtp (Exim 4.80.1) (envelope-from ) id 1VjEUQ-0006MQ-VY for emacs-orgmode@gnu.org; Wed, 20 Nov 2013 21:35:10 +0100 In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dan Griswold Cc: emacs-orgmode@gnu.org Hi, > @This is a > highlighted text@. But this is a > regular text. > > doesn't work. That is, the resulting .odt file shows the text above with > the @ symbols. Am I missing something? No, the manual is. My bad, sort of; I meant to fix it a week ago but never got around to it. With the new exporter, the syntax is: @@odt:@@This is a highlighted text@@odt:@@. But this is a regular text. The raw ODT is now wrapped in double @@'s, not preceded by a single @, and you need to specify the backend after the leading @@'s. > It would be nice to know how I can get embedded odt tags to work as > described in the manual. But what's more important, and may make the odt > tag question moot, is to be able to mark places in the document as labels > and page references. Even if I could get just the first part of that going > (marking certain places as labels or cross reference sources) then I'd be > further along. You can do cross-references with ordinary links. Have a look at the manual section 4.2, "Internal links". However, what you get out of the box is textual references to e.g. section headings, not page references. You can change that for each reference individually by right-clicking on them in LibreOffice. There should be a way to get page references by default, but off the cuff, I'm not sure how. Yours, Christian