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 BSbqDdhB2F8zDQAA0tVLHw (envelope-from ) for ; Tue, 15 Dec 2020 04:55:52 +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 cFhRCdhB2F/lLwAAbx9fmQ (envelope-from ) for ; Tue, 15 Dec 2020 04:55:52 +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 9704C9401BC for ; Tue, 15 Dec 2020 04:55:51 +0000 (UTC) Received: from localhost ([::1]:60320 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kp2NI-0008Ue-Su for larch@yhetil.org; Mon, 14 Dec 2020 23:55:48 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60876) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kp2Mt-0008UL-IN for emacs-orgmode@gnu.org; Mon, 14 Dec 2020 23:55:23 -0500 Received: from stw1.rcdrun.com ([217.170.207.13]:57573) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kp2Mq-0008Je-EL; Mon, 14 Dec 2020 23:55:22 -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 000000000001E529.000000005FD841B4.0000150E; Mon, 14 Dec 2020 21:55:16 -0700 Date: Tue, 15 Dec 2020 07:51:13 +0300 From: Jean Louis To: Omar =?utf-8?Q?Antol=C3=ADn?= Camarena Subject: Re: Bug: org-capture does not work if called from minibuffer [9.4 (9.4-55-g706ba9-elpaplus @ /home/omarantolin/.emacs.d/elpa/org-plus-contrib-20201207/)] Message-ID: References: <87blf0gq14.fsf@matem.unam.mx> <87tusqaoyz.fsf@gnu.org> <86ft47hpfv.fsf@matem.unam.mx> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <86ft47hpfv.fsf@matem.unam.mx> 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: Bastien , 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: -2.31 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: 9704C9401BC X-Spam-Score: -2.31 X-Migadu-Scanner: scn0.migadu.com X-TUID: xFmBZEjAfoM1 * Omar Antolín Camarena [2020-12-15 03:40]: > > On my side that works. When it is enabled I get screen for Org capture > > and I can do it. > > Odd, it definitely does not work here. If I call org-capture from the > minibuffer, the *Org Select* buffer does appear, but choosing any > template produces an error message of the form: > > org-capture: Capture template ‘j’: Can’t expand minibuffer to full > frame You are right, I did not complete the task, and that error is there. I don't think it is hard to make it work. I have tried my personal recursive buffer editing and other function and such work in recursive minibuffer, so it indicates that function org-capture could be made better that it works in every condition.