From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id qa5ODny5ul+3DgAA0tVLHw (envelope-from ) for ; Sun, 22 Nov 2020 19:18:20 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 4NeTCXy5ul/hLAAA1q6Kng (envelope-from ) for ; Sun, 22 Nov 2020 19:18:20 +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 BC89A9403EB for ; Sun, 22 Nov 2020 19:18:19 +0000 (UTC) Received: from localhost ([::1]:33590 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kgusM-0000qu-4q for larch@yhetil.org; Sun, 22 Nov 2020 14:18:18 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33890) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kgur4-0000qW-SD for emacs-orgmode@gnu.org; Sun, 22 Nov 2020 14:16:59 -0500 Received: from static.rcdrun.com ([95.85.24.50]:41123) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kgur3-0002pB-0q for emacs-orgmode@gnu.org; Sun, 22 Nov 2020 14:16:58 -0500 Received: from localhost ([::ffff:41.202.241.56]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002C1AEA.000000005FBAB906.00004B29; Sun, 22 Nov 2020 19:16:21 +0000 Date: Sun, 22 Nov 2020 21:33:02 +0300 From: Jean Louis To: "Berry, Charles" Subject: Re: Bring up a screen giving option to open a series of orgmode files Message-ID: References: <169441F9-83D6-4D0F-8A23-1923B44F7C0A@health.ucsd.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <169441F9-83D6-4D0F-8A23-1923B44F7C0A@health.ucsd.edu> User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Received-SPF: pass client-ip=95.85.24.50; envelope-from=bugs@gnu.support; helo=static.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: Gerardo Moro , emacs-orgmode Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: ns3122888.ip-94-23-21.eu 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-Spam-Score: -0.51 X-TUID: NPDGcpGzt4UJ * Berry, Charles [2020-11-22 20:35]: > > * Gerardo Moro [2020-11-22 13:02]: > >> Basically that :) > >> I'm looking for some setup that allows me to open a menu with a list of > >> files and shortcut access keys to open them. > >> > >> Probably somebody has done this before. > > > > Let me invent something for you: > > > > find Documents/Org/ -type f -iname "*.org" -exec echo " * [[file:`realpath {}`][{}]]" > meta-org.org \; > > > > Instead of "Documents/Org/" you should put there your own top > > directory where you keep Org files. > > > > Then open meta-org.org > > > > Nice. > > Or for a one-off solution: > > M-x find-dired RET Documents/Org/ RET -iname "*.org" RET > > And use the dired buffer to navigate. When making meta-org files then users may annotate them better. But myself I am not using those concepts. As you pointed I am just greping and finding if I really need. My main Org file for business planning is in the register {C-x r j s} (set-register ?s '(file . "~/Documents/Org/MAIN.org")) Other log file is in `k' register, so I just put few in registers on the key binding and that's it.