From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 6IfoKWZ1e2FqJAAAgWs5BA (envelope-from ) for ; Fri, 29 Oct 2021 06:15:34 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id AI+WJWZ1e2HQJAAAB5/wlQ (envelope-from ) for ; Fri, 29 Oct 2021 04:15:34 +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 3C67517DFA for ; Fri, 29 Oct 2021 06:15:33 +0200 (CEST) Received: from localhost ([::1]:35916 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mgJIa-00077K-6o for larch@yhetil.org; Fri, 29 Oct 2021 00:15:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48048) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgJFP-0005K2-GR for emacs-orgmode@gnu.org; Fri, 29 Oct 2021 00:12:07 -0400 Received: from mail-pg1-x531.google.com ([2607:f8b0:4864:20::531]:42530) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mgJFM-00067U-Qu for emacs-orgmode@gnu.org; Fri, 29 Oct 2021 00:12:07 -0400 Received: by mail-pg1-x531.google.com with SMTP id t7so8627337pgl.9 for ; Thu, 28 Oct 2021 21:12:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-transfer-encoding; bh=mNblcSp1YjIXuxQFUg4PhkTS06Aedu/roFQigU2JBkA=; b=NuzuhDW0ZroB9UXCeEjmw8MVBObccbYv+50yhO5fnyjQEWwN1Oo26upPdhSojYA3Uf fwtJHLig7bi7AjUkuLbsFeNvic2Sbl34ViF4IB7XNohOk2DQ5nsmhZbl8itrkifiOKHz o5bv9A6r/Mu2fcrPnpOlzxClhgPR6ABPOGyBd+CBcdiHbjj2KwR4o28hkf+Db05BNkq2 BMemnOBq+jbJVsIME9C3ciyQ52zoNMqbo4DaU9vubhgXblogP4Cg/UUWsUzm1+Ic63tz FIrDTa1S8snWzHanodyltDmlAId13AqqeHAlX7nmK8henCcfRxjXXx/F8opApN3PB9Q6 PVCg== 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:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=mNblcSp1YjIXuxQFUg4PhkTS06Aedu/roFQigU2JBkA=; b=E7z+N9zQdCwYSBDj3VYiNxzMSWKnWN7uE/4RCDD4ZocgxxI1y85qFXi6YbSIVkKpNH STP5D9yROPmmu5oZFdAw3UpvxLctSnlW1jAx/a4XDdr7oz1iSSqLsH54a+Va3Q0g+k1r S7r+v8y/0Ds12e5Mwj4WeDKa5v5b+JCw1F9KiAe+sP+T2BzKkV4TTysUj3KixsMalvLJ h5ne+ibmeDO/Xp6Xrnh+rhDmxP0UsmOWPxFS/X6w3CgTvqX2J965prnjnsrPz+h4Hacp 5O5gbtZR6xsrNclDYlmEbbHmhUYi8zEoYiN3S0/IfngLMv2ecM7YEBjsuc9jgKbnCnql mVsA== X-Gm-Message-State: AOAM531jrVi9lOZVp4ltiWUeDYSHOQuvyE0IG4AEOVopGfMl7AxH2CYx hKCt0kB3Dc9rn2hwKnMJTiY= X-Google-Smtp-Source: ABdhPJzzJD3SCAPw/5W4Mnp0pj363NgtiGHXgVygsYAqBy3PVoxml1SIqzhJa0ZuxCfiRYpZMa30Zw== X-Received: by 2002:a05:6a00:23c4:b0:47e:50ff:5743 with SMTP id g4-20020a056a0023c400b0047e50ff5743mr6430133pfc.71.1635480721618; Thu, 28 Oct 2021 21:12:01 -0700 (PDT) Received: from localhost ([211.22.184.184]) by smtp.gmail.com with ESMTPSA id t4sm4972804pfj.166.2021.10.28.21.12.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Oct 2021 21:12:00 -0700 (PDT) From: Ihor Radchenko To: Colin Baxter =?utf-8?Q?=F0=9F=98=BA?= Subject: Re: org-persist warning when archiving In-Reply-To: <87sfwlqbtu.fsf@yandex.com> References: <87wnm0rw3b.fsf@yandex.com> <87sfworvq8.fsf@yandex.com> <87cznsuj05.fsf@localhost> <87fssng83r.fsf@yandex.com> <874k93vnan.fsf@localhost> <87sfwn1xwf.fsf@yandex.com> <871r47yni8.fsf@localhost> <87cznppt2p.fsf@yandex.com> <87sfwlqbtu.fsf@yandex.com> Date: Fri, 29 Oct 2021 12:13:28 +0800 Message-ID: <87v91g79jr.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2607:f8b0:4864:20::531; envelope-from=yantar92@gmail.com; helo=mail-pg1-x531.google.com X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 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, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1635480933; 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=mNblcSp1YjIXuxQFUg4PhkTS06Aedu/roFQigU2JBkA=; b=oRUVL4ALi7t5qDLbDGLSHDD8kZVaP/TdgoMij7pKZQUirBOFQP+hbP6Owij1N4QfLFzWXr HjVW6K153K5i0gYEqvEyZZVVYBws30MSokJmvfgT8zXMw78BDqmJFrGAan41wqgO8R3E44 tIVaCZlx8OjwUUY9dqsgN/SNTPiqwgGTfFEvh5D2VbDCF9npkLdHxploFZUonsvprzNkcN AMJJ0nhk547UbjhP2v+fveZSZvpu3VihUsUN9blQvBuWFNqqOShmz24xwoTbYEkQ6mQfLs fX1uDEQC1NqymxoNHkRU7VeU1GFAOlnpl6yEcnWZ340B0aceBA0YY19g/G1fIA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1635480933; a=rsa-sha256; cv=none; b=KiwnCAlhPAHMoH+E/e2aWiYJU3/l7s+945i82KPYZHwT6GR7mjnUZbaHI9m7HCPUenMgeW Pc130QtWFiaKoPL2hcgfxpGW2xt/5kWgo6A48iCAUsMGNDS/ZZGyfEzQ/aXHLE5f5+/iPU nT+GH/P/1WeUr/ILl911bSXMQbrleCjQgNOxSDfJDWfk2C/AfIlPS+R3tv9O8o0Zb6evBk wgjp37IZpo9+UE4PhGonf572vK+AUlXtAvrtNarx14nJhiJ4HHmh48ed1HHd2QPa55kQRd WwaNTE868jrZ0HrdMqDAtUfWIbzYRdBtXtxhk/HPEtfL0eaxkrdd5nklz+TGPg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=NuzuhDW0; dmarc=pass (policy=none) header.from=gmail.com; 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-Spam-Score: -2.62 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=NuzuhDW0; dmarc=pass (policy=none) header.from=gmail.com; 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: 3C67517DFA X-Spam-Score: -2.62 X-Migadu-Scanner: scn0.migadu.com X-TUID: KUc8vm2aRyT9 Colin Baxter =F0=9F=98=BA writes: > I have now discovered what is causing the org-persist warnings. It is > because my org-agenda files have local variables present. If I remove > the local variables, the warnings disappear. Do you mean file-local? Can you provide a minimal Org file example? I also have file-local variables in my Org buffers, but I do not experience the issue. Maybe it is some specific file-local variable? Best, Ihor