From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id ID4kMqwr9WHVfAEAgWs5BA (envelope-from ) for ; Sat, 29 Jan 2022 12:57:32 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 8HWxLqwr9WH6LQEAauVa8A (envelope-from ) for ; Sat, 29 Jan 2022 12:57:32 +0100 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 6A76A139C1 for ; Sat, 29 Jan 2022 12:57:32 +0100 (CET) Received: from localhost ([::1]:46160 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nDmMF-00049w-K0 for larch@yhetil.org; Sat, 29 Jan 2022 06:57:31 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59014) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDm2L-00046m-6I for emacs-orgmode@gnu.org; Sat, 29 Jan 2022 06:36:58 -0500 Received: from [2607:f8b0:4864:20::432] (port=44955 helo=mail-pf1-x432.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nDm2J-0000kN-IN; Sat, 29 Jan 2022 06:36:56 -0500 Received: by mail-pf1-x432.google.com with SMTP id n32so8520035pfv.11; Sat, 29 Jan 2022 03:36:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=XAzAr1tBEzC5VBKxRWOBlo3FKa1HGsyoVP3uX1O+PXQ=; b=ALqDe2I6LcHmKZhSV00VoVg+49CJxNkigZZZXgupaGUJAmpwlx5Xx1Zi9fPIFm6Nrv /+9RgHjUsjQcYYpEDRCgOMKxh2C3Y19wQaXFA3gcJSbO2sJQmIdqCrNJbx7AEd/BcGld Qlz5KCwE8hYj9gpvW55aLFGUj3sjL0kaC6obwnmD2AaFyrVZ4UCzfVgJBoNafYC4t0Zl TIm7T0WcVHqDZc8oADQg/OXj0Lxo7FLl+QjrntnNxhaARS07wdfuls2sZruBnWUbe5Qb YDBdtYxj0zJMf84qFICOlJpiApJWriVizTdttYv/kgrYGkE8XB+8w4Q5VgVBUNHGuzbR wHSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=XAzAr1tBEzC5VBKxRWOBlo3FKa1HGsyoVP3uX1O+PXQ=; b=ZnnMKgSIrpMgvnVVVQBZuITVPrkFu8ODICgiDZxNAE7ZvWI1j9DXMH6kR7DIURiH0C 1hMplio4ZiC+XQQTG/IexZfJZMJrZ/1VPQP3swIFPyYtuyX//tsR/skrOHyWoots7RnC 59Dvjhvk0dvfcQNnZYbIBTLJxeberpxPjCzSBrPreAZHe3OMt0D2uZhJ/SMY6u+gou0D x8CQSvEu/xcWyRvz6auRSqCZQ4HvIqnZvh5PI+nLnuGqWpkh4+1qwkIWztUrjbG4jV+Y natbqVlm1xX5QPZMcGZpxrnHfqjHqSW0SjvoGZjEpDytvoVct1w6YfMnzQ6Mrc9g+4K/ DtPw== X-Gm-Message-State: AOAM531y8nzXwhgvTpZb82AjaJz+XLLk87OyxRvIxJsCMbCK8k4zyM6O 58fH8Ke6g1qEqrIdBmitccd9a5fhBKUGHasY X-Google-Smtp-Source: ABdhPJyTUQOs/ue37cO8luXwZufKilSmKI8A2F0CYUN1JtROMGC+O2fgNsW4yHLG6VHz2hbKOJzswA== X-Received: by 2002:aa7:9e4a:: with SMTP id z10mr11891567pfq.53.1643456213975; Sat, 29 Jan 2022 03:36:53 -0800 (PST) Received: from localhost ([209.95.60.92]) by smtp.gmail.com with ESMTPSA id t1sm2221507pgj.43.2022.01.29.03.36.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 29 Jan 2022 03:36:53 -0800 (PST) From: Ihor Radchenko To: Bastien , Kyle Meyer , Nicolas Goaziou , Karl Voit , Christian Heinrich , emacs-orgmode@gnu.org Subject: [PATCH 19/35] Restore old visibility behaviour of org-refile Date: Sat, 29 Jan 2022 19:38:11 +0800 Message-Id: <253a7d7d7a170da3c2fce2d1459b3079eec719e7.1643454546.git.yantar92@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: References: <87y2cvloay.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------2.34.1" Content-Transfer-Encoding: 8bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::432 (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::432; envelope-from=yantar92@gmail.com; helo=mail-pf1-x432.google.com X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.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, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, PDS_HP_HELO_NORDNS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ihor Radchenko Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1643457452; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=XAzAr1tBEzC5VBKxRWOBlo3FKa1HGsyoVP3uX1O+PXQ=; b=JnJVX2JjFUNq8lU5neg48Va9J9nBrSW6CZTe/alrwV7KEhYJLJIyNEEz2gHrSDao/hmR3L iYiwtnu5PRLLGeG6WE2SXAgHdD2P788RwDdm3NF6Z7d2n3gjT9ni8h3bWatysRXjRYi7tu 3bI+1Fmd8LVHudghd5LZeL6JipSqcVTB8iahrzWS51c2KajNY/zx4h9W7Qezqweqd+U5q7 Wo/hRWvm7pnJLg0CVd9IS650sQFbwxerki+v50FVte669hsprJ5t8Dh87wh5il+UvzXtsV 7k2Ag9c8hp7pje0uOsgDyMLWvsMdaD4A2Bivtic4NNj3bkPMtJoPxjZhsVnG8Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1643457452; a=rsa-sha256; cv=none; b=M2v6kM4LbPIowOC0+86TrvTwQF8f5WegbLDmwO375Ii720EjA+bmuFb8L7O1QPabMT0cJT hwVGb5/MqilezvzOZ4mc+Eqrmqu46n/8SFbiVAU5HABXOSWF4qyHD0kJozozLcvyEl0pSQ xm056kcJrrY3s+k3YU9hULLxE4Sbbz6j3LhB2Cl3mlzYodiQAY1hoa4Rk3Blgm4+xYntgT dw+aTZvGo31t3UVQfK/o33ohSQzBaggZ4ethlTcBmkbooVm8muwf4MWtNDxPUk9yWHS4sV NwZQJO++HoPKNmNicg4oISXXENIXElQgfESc2Ypa5l/95bi2hZGYa/ddoXiIQA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=ALqDe2I6; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "emacs-orgmode-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="emacs-orgmode-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.33 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=ALqDe2I6; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "emacs-orgmode-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="emacs-orgmode-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 6A76A139C1 X-Spam-Score: -3.33 X-Migadu-Scanner: scn0.migadu.com X-TUID: /t8Ceiv/1Sis This is a multi-part message in MIME format. --------------2.34.1 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit --- lisp/org-refile.el | 1 + 1 file changed, 1 insertion(+) --------------2.34.1 Content-Type: text/x-patch; name="0019-Restore-old-visibility-behaviour-of-org-refile.patch" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="0019-Restore-old-visibility-behaviour-of-org-refile.patch" diff --git a/lisp/org-refile.el b/lisp/org-refile.el index d68760623..df7f645ef 100644 --- a/lisp/org-refile.el +++ b/lisp/org-refile.el @@ -547,6 +547,7 @@ (defun org-refile (&optional arg default-buffer rfloc msg) (goto-char (point-min)) (or (outline-next-heading) (goto-char (point-max))))) (unless (bolp) (newline)) + (org-fold-reveal) (org-paste-subtree level nil nil t) ;; Record information, according to `org-log-refile'. ;; Do not prompt for a note when refiling multiple --------------2.34.1--