From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: orgmode aquivalent of hfill? Date: Mon, 25 Jul 2016 16:02:37 +0000 Message-ID: <877fc9yaci.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRiLJ-0005eL-06 for emacs-orgmode@gnu.org; Mon, 25 Jul 2016 12:02:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRiLF-0007LM-SK for emacs-orgmode@gnu.org; Mon, 25 Jul 2016 12:02:56 -0400 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:34866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRiLF-0007L1-Hx for emacs-orgmode@gnu.org; Mon, 25 Jul 2016 12:02:53 -0400 Received: by mail-wm0-x229.google.com with SMTP id f65so141380635wmi.0 for ; Mon, 25 Jul 2016 09:02:52 -0700 (PDT) Received: from Gilgamesch ([31.212.218.92]) by smtp.gmail.com with ESMTPSA id o7sm16473479wjf.39.2016.07.25.09.02.49 for (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 25 Jul 2016 09:02:50 -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 Hi I am currently writing an org document which I would like later to convert to odt. Moreover I want to have a structure, which in latex would look like this My name \hfill You name. So on the left margin is on element and on the right margin another with a variable empty space between them. Can I do something like this using the org syntax? thanks Uwe Brauer