From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Foley Subject: Re: No operator defined for property header-args Date: Wed, 07 Jun 2017 15:15:42 +0000 Message-ID: References: <8737bew3nv.fsf@nicolasgoaziou.fr> <87h8ztuxet.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a1145ad2c48896d0551603673" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIcgf-000258-C4 for emacs-orgmode@gnu.org; Wed, 07 Jun 2017 11:15:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dIcge-00072X-2c for emacs-orgmode@gnu.org; Wed, 07 Jun 2017 11:15:57 -0400 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:37803) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dIcgd-000713-OW for emacs-orgmode@gnu.org; Wed, 07 Jun 2017 11:15:55 -0400 Received: by mail-wm0-x234.google.com with SMTP id d73so13485193wma.0 for ; Wed, 07 Jun 2017 08:15:54 -0700 (PDT) In-Reply-To: <87h8ztuxet.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org --001a1145ad2c48896d0551603673 Content-Type: text/plain; charset="UTF-8" Ah okay it's my misunderstanding then. I'm trying to refresh the local setup to apply a different set of header args to that tree. After some research it looks like I should just be calling org-mode-restart. Does that seem correct? Thanks, Kevin On Tue, Jun 6, 2017 at 8:13 AM Nicolas Goaziou wrote: > Hello, > > Kevin Foley writes: > > > I've attached an ECM and below is my attempt at the backtrace. Let me > know > > if I missed something. > > > > * org-at-property-p() > > * #[0 "\301 \204 \302\303!\210\304\305!\306 \210\307\310 \311#8\204 > > \302\312 \"\210\313 !\207" [org-columns-current-fmt-compiled > > org-at-property-p user-error "Not at a property" > match-string-no-properties > > 2 org-columns-get-format-and-top-level 3 assoc-string t "No operator > > defined for property %s" org-columns-compute] 6 > > ("/home/kevin/.emacs.d/lib/org/lisp/org.elc" > > . 550375) nil]() > > * apply(#[0 "\301 \204 \302\303!\210\304\305!\306 \210\307\310 \311#8\204 > > \302\312 \"\210\313 !\207" [org-columns-current-fmt-compiled > > org-at-property-p user-error "Not at a property" > match-string-no-properties > > 2 org-columns-get-format-and-top-level 3 assoc-string t "No operator > > defined for property %s" org-columns-compute] 6 > > ("/home/kevin/.emacs.d/lib/org/lisp/org.elc" > > . 550375) nil] nil) > > * org-compute-property-at-point() > > funcall-interactively(org-compute-property-at-point) > > call-interactively(org-compute-property-at-point) > > org-property-action() > > funcall-interactively(org-property-action) > > call-interactively(org-property-action) > > org-ctrl-c-ctrl-c(nil) > > funcall-interactively(org-ctrl-c-ctrl-c nil) > > call-interactively(org-ctrl-c-ctrl-c nil nil) > > command-execute(org-ctrl-c-ctrl-c) > > AFAIU, when you are offered the `org-property-action' menu, you press > "c", for `org-compute-property-at-point'. > > As a consequence, the error is expected since there is nothing to > compute here. What did you expect instead? > > Regards, > > -- > Nicolas Goaziou > -- Thanks, Kevin Foley --001a1145ad2c48896d0551603673 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Ah okay it's my misunderstanding then.=C2=A0 I'm trying to ref= resh the local setup to apply a different set of header args to that tree. = =C2=A0

After some research it looks like I should = just be calling org-mode-restart.=C2=A0 Does that seem correct?
<= br>
Thanks,
Kevin


On Tue, Jun 6, 2017 at 8:13 AM Nicolas Goaziou <= mail@nicolasgoaziou.fr> wr= ote:
Hello,

Kevin Foley <kfo= ley15@gmail.com> writes:

> I've attached an ECM and below is my attempt at the backtrace.=C2= =A0 Let me know
> if I missed something.
>
> * org-at-property-p()
> * #[0 "\301 \204 \302\303!\210\304\305!\306 \210\307\310 \311#8\2= 04
> \302\312 \"\210\313 !\207" [org-columns-current-fmt-compiled=
> org-at-property-p user-error "Not at a property" match-strin= g-no-properties
> 2 org-columns-get-format-and-top-level 3 assoc-string t "No opera= tor
> defined for property %s" org-columns-compute] 6
> ("/home/kevin/.emacs.d/lib/org/lisp/org.elc"
> . 550375) nil]()
> * apply(#[0 "\301 \204 \302\303!\210\304\305!\306 \210\307\310 \3= 11#8\204
> \302\312 \"\210\313 !\207" [org-columns-current-fmt-compiled=
> org-at-property-p user-error "Not at a property" match-strin= g-no-properties
> 2 org-columns-get-format-and-top-level 3 assoc-string t "No opera= tor
> defined for property %s" org-columns-compute] 6
> ("/home/kevin/.emacs.d/lib/org/lisp/org.elc"
> . 550375) nil] nil)
> * org-compute-property-at-point()
>=C2=A0 =C2=A0funcall-interactively(org-compute-property-at-point)
>=C2=A0 =C2=A0call-interactively(org-compute-property-at-point)
>=C2=A0 =C2=A0org-property-action()
>=C2=A0 =C2=A0funcall-interactively(org-property-action)
>=C2=A0 =C2=A0call-interactively(org-property-action)
>=C2=A0 =C2=A0org-ctrl-c-ctrl-c(nil)
>=C2=A0 =C2=A0funcall-interactively(org-ctrl-c-ctrl-c nil)
>=C2=A0 =C2=A0call-interactively(org-ctrl-c-ctrl-c nil nil)
>=C2=A0 =C2=A0command-execute(org-ctrl-c-ctrl-c)

AFAIU, when you are offered the `org-property-action' menu, you press "c", for `org-compute-property-at-point'.

As a consequence, the error is expected since there is nothing to
compute here. What did you expect instead?

Regards,

--
Nicolas Goaziou
--
Thanks,
Kevin Foley
--001a1145ad2c48896d0551603673--