From mboxrd@z Thu Jan 1 00:00:00 1970 From: Qiang Fang Subject: Some qeustions on odt styles with org mode odt export Date: Thu, 11 Aug 2016 03:30:16 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXkRb-0006TI-V3 for emacs-orgmode@gnu.org; Thu, 11 Aug 2016 03:30:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bXkRX-0007TH-3x for emacs-orgmode@gnu.org; Thu, 11 Aug 2016 03:30:22 -0400 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]:36150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXkRW-0007TD-SG for emacs-orgmode@gnu.org; Thu, 11 Aug 2016 03:30:19 -0400 Received: by mail-wm0-x232.google.com with SMTP id q128so12838131wma.1 for ; Thu, 11 Aug 2016 00:30:18 -0700 (PDT) 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" To: emacs-orgmode@gnu.org Hello everyone, I want to use org mode as an alternative to libreoffice. I have a few questions: 1 how to create a two columns section In org mode, creating a two_columns page style and use #+ATTR_ODT: :style "two_columns" can produce a two column document, but org mode doesn't seem to have a section break like #+SECTIONBREAK: what is the proper way to mixed sections of different columns? 2 Some tables are better edited in libreoffice, can I include an external odt file that contains the table in org mode? Is there any org keyword for libreoffice's master document if this question can be solved with it? 3 how to link to the original images in the exported odt file? so images can be swapped without doing org-odt-export again. 4 how to change the image size within tables Thank you!