From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: No operator defined for property header-args Date: Tue, 06 Jun 2017 14:13:14 +0200 Message-ID: <87h8ztuxet.fsf@nicolasgoaziou.fr> References: <8737bew3nv.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIDMR-0000N3-Mr for emacs-orgmode@gnu.org; Tue, 06 Jun 2017 08:13:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dIDMM-0003aV-Lx for emacs-orgmode@gnu.org; Tue, 06 Jun 2017 08:13:23 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:53475) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dIDMM-0003aF-FL for emacs-orgmode@gnu.org; Tue, 06 Jun 2017 08:13:18 -0400 In-Reply-To: (Kevin Foley's message of "Tue, 6 Jun 2017 07:26:30 -0400") 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: Kevin Foley Cc: emacs-orgmode@gnu.org 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