From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id EPZzMAwr+19aNAAA0tVLHw (envelope-from ) for ; Sun, 10 Jan 2021 16:27:56 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id vJsoLAwr+19SKQAAbx9fmQ (envelope-from ) for ; Sun, 10 Jan 2021 16:27:56 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id DEABB940309 for ; Sun, 10 Jan 2021 16:27:55 +0000 (UTC) Received: from localhost ([::1]:50352 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kydZJ-00067T-Lo for larch@yhetil.org; Sun, 10 Jan 2021 11:27:53 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57634) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kydYi-00067M-EN for emacs-orgmode@gnu.org; Sun, 10 Jan 2021 11:27:16 -0500 Received: from basilikum.nobis-admin.de ([89.238.71.130]:43384) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kydYg-00053E-Ji for emacs-orgmode@gnu.org; Sun, 10 Jan 2021 11:27:16 -0500 Received: from bohne (p200300cd670bea0098d7a5fd9c0d91e8.dip0.t-ipconnect.de [IPv6:2003:cd:670b:ea00:98d7:a5fd:9c0d:91e8]) by basilikum.nobis-admin.de (Postfix) with ESMTPSA id 950F16D81488 for ; Sun, 10 Jan 2021 17:27:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=snobis.de; s=default; t=1610296028; bh=jf9blloZNQYiqUfWX9XBOA/i8tNexaxi3hheuah+rCI=; h=From:To:Subject:Date:From; b=adhNSypM1l2faLryzbaV5w+irdH86AX/RmkHZbneMSkbYjlwo5BJlyANph51n/9Br 4RgCrkdcOpJ+m1ScOn7H+wfKGsOGsQkjX6j0lgR1asGhjOd5BehOdxx/9WDMFD8LX1 4okxaMaWXOCI2bbnSm8AvGfpnT9IgY4p5MKic7/0= From: Stefan Nobis To: emacs-orgmode@gnu.org Subject: Display ellipsis at end of headline instead of after tags Mail-Followup-To: emacs-orgmode@gnu.org Date: Sun, 10 Jan 2021 17:27:07 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (darwin) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=89.238.71.130; envelope-from=stefan-ml@snobis.de; helo=basilikum.nobis-admin.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -3.05 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=snobis.de header.s=default header.b=adhNSypM; dmarc=pass (policy=reject) header.from=snobis.de; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Migadu-Queue-Id: DEABB940309 X-Spam-Score: -3.05 X-Migadu-Scanner: scn1.migadu.com X-TUID: DX5Rqxeh5EsW Hi. I would prefer to see headline ellipsis always at the end of the headline, but if tags are present, the ellipsis is drawn after the tags. So currently I have something like this: #+begin_example ,* Headline One... ,* Another Headline :tag:another:... ,* Third Headline... #+end_example But I would prefer this: #+begin_example ,* Headline One... ,* Another Headline... :tag:another: ,* Third Headline... #+end_example I skimmed through available variables and the code, but I found nothing to configure this kind of behaviour. Is there an easy way to accomplish this? -- Until the next mail..., Stefan.