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 zrQMKxON1l9UewAA0tVLHw (envelope-from ) for ; Sun, 13 Dec 2020 21:52:19 +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 CJg0JhON1l+kOQAAbx9fmQ (envelope-from ) for ; Sun, 13 Dec 2020 21:52:19 +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 497EA94014B for ; Sun, 13 Dec 2020 21:52:19 +0000 (UTC) Received: from localhost ([::1]:39664 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1koZHu-00058S-6j for larch@yhetil.org; Sun, 13 Dec 2020 16:52:18 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34406) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1koZHR-00055Y-IH for emacs-orgmode@gnu.org; Sun, 13 Dec 2020 16:51:49 -0500 Received: from stw1.rcdrun.com ([217.170.207.13]:34729) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1koZHO-0000dP-M6 for emacs-orgmode@gnu.org; Sun, 13 Dec 2020 16:51:49 -0500 Received: from localhost ([::ffff:197.157.34.185]) (AUTH: PLAIN securesender, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 00000000000308F9.000000005FD68CEF.000066D8; Sun, 13 Dec 2020 14:51:43 -0700 Date: Mon, 14 Dec 2020 00:48:44 +0300 From: Jean Louis To: pietru@caramail.com Subject: Re: Org Capture Menu cannot be fully viewed Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Received-SPF: pass client-ip=217.170.207.13; envelope-from=bugs@gnu.support; helo=stw1.rcdrun.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, 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: , Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.80 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; 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: 497EA94014B X-Spam-Score: -1.80 X-Migadu-Scanner: scn1.migadu.com X-TUID: xK0diJOQS8FS * pietru@caramail.com [2020-12-14 00:03]: > > ivy and helm packages (maybe) enhances that and allow you to type just > > "som" to reach to "Or something similar" or "think" to reach to "I > > think it might" and offers basic relevance search if you use few > > words. > > > > Standard completion may use joker symbol * > > > > Choose: *thingTAB > > > > would expand to "Or something similar" > > > > That is good way to go in Emacs if you have to chose among large > > number of items of anything. > > Would that apply with respect to inserting long headings or descriptions > in org file? > > > Example: > > ;; "Site_SubType: > ;; [1a] Settlement > Encampment > ;; [1a] Settlement > Hamlet or Village > ;; [1a] Settlement > Town or City > ;; [1b] Domestic Structure > Brush Structure > ;; [1b] Domestic Structure > Cave > ;; [1b] Domestic Structure > House > ;; [1b] Domestic Structure > House Mound > ;; [1b] Domestic Structure > Wattle & Daub (Jacal) Structure > ;; [1b] Domestic Structure > Long House > ;; [1b] Domestic Structure > Pit House / Earth Lodge > ;; [1b] Domestic Structure > Room Block / Compound / Pueblo > ;; [1b] Domestic Structure > Rock Shelter > ;; [1b] Domestic Structure > Shade Structure / Ramada > ;; [1b] Domestic Structure > Tent Ring / Tipi Ring > ;; [1b] Domestic Structure > Platform Mound > ;; [1b] Domestic Structure > Shell Mound > ;; [1b] Domestic Structure > Wigwam / Wetu > ;; [1b] Domestic Structure > Plank House" That is well suited for completing functions in Emacs. Same way I work with my 1148 sets where I capture notes into. struc plat would find Platform Mound Jean