From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heller Subject: Re: Clock setup stopped working after update Date: Fri, 3 Mar 2017 15:29:59 -0800 Message-ID: References: <878ton9zor.fsf@nicolasgoaziou.fr> <87fuiu10m4.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1140865e9617ed0549dbece6 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjwe9-0002Fc-Mc for emacs-orgmode@gnu.org; Fri, 03 Mar 2017 18:30:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjwe8-0002Cx-9O for emacs-orgmode@gnu.org; Fri, 03 Mar 2017 18:30:01 -0500 Received: from mail-yw0-x22c.google.com ([2607:f8b0:4002:c05::22c]:34005) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cjwe8-0002Cf-2x for emacs-orgmode@gnu.org; Fri, 03 Mar 2017 18:30:00 -0500 Received: by mail-yw0-x22c.google.com with SMTP id p77so90814552ywg.1 for ; Fri, 03 Mar 2017 15:30:00 -0800 (PST) In-Reply-To: <87fuiu10m4.fsf@alphaville.usersys.redhat.com> 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: Nick Dokos Cc: emacs-orgmode@gnu.org --001a1140865e9617ed0549dbece6 Content-Type: text/plain; charset=UTF-8 Yes, it does. Copy mistake error and my mistake. This lead me to think that the issue is a headline where the * or copies thereof have been deleted by accident. So I cycled through my agenda files ;; Org-Agenda Files (setq org-agenda-files (quote("h:/org/general.org"))) ;; "h:/org/projects.org" ;; "h:/org/strategic.org" ;; "h:/org/ffs.org" ;; "h:/org/refile.org"))) but the error occurs in every single one, and as best I could tell, there are no lines that should be headlines. If somebody who speaks elisp could help me with a way to shrink the code from Bernt's set up, that would be great! On Fri, Mar 3, 2017 at 2:01 PM, Nick Dokos wrote: > Markus Heller writes: > > > This used to work though, before the update. Here is an "ECM" consisting > > of test.org, a minimal agenda file, and a .emacs, which I have strip off > > everything except org-mode related code including Bernt's clock set up. > > It's not minimal by any means, but I don't have the skills to decide what > > else can be removed without introducing missing functions. > > > > > > #+STARTUP: content > > #+STARTUP: hidestars > > #+STARTUP: indent > > > > Organization > > Does it work if you add a '*' and make this a headline? > > > :PROPERTIES: > > :ID: kth92m81qwe0 > > :END: > > > > > > -- > Nick > > > > --001a1140865e9617ed0549dbece6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Yes, it does.=C2=A0 Copy mistake error and my mistake.
This lead me to think that the issue is a headline where th= e * or copies thereof have been deleted by accident.=C2=A0 So I cycled thro= ugh my agenda files=C2=A0

;; Org-Agenda Files=
(setq org-agenda-files (quote("h:/org/general.org")))
;; =C2=A0 =C2=A0 =C2=A0"h:/= org/projects.org"
;; =C2= =A0 =C2=A0 =C2=A0"h:/org/strategic.or= g"
;; =C2=A0 =C2=A0 =C2=A0"h:/org/ffs.org"
;; =C2=A0 =C2=A0 =C2=A0"h:/org/refile.org")))

=
but the error occurs in every single one, and as best I could tell, th= ere are no lines that should be headlines.

If some= body who speaks elisp could help me with a way to shrink the code from Bern= t's set up, that would be great!
=
On Fri, Mar 3, 2017 at 2:01 PM, Nick Dokos <= span dir=3D"ltr"><= ndokos@gmail.com> wrote:
Markus Heller <hell= erm2@gmail.com> writes:

> This used to work though, before the update.=C2=A0 Here is an "EC= M" consisting
> of te= st.org, a minimal agenda file, and a .emacs, which I have strip off
> everything except org-mode related code including Bernt's clock se= t up.
> It's not minimal by any means, but I don't have the skills to = decide what
> else can be removed without introducing missing functions.
>
> <t= est.org>
> #+STARTUP: content
> #+STARTUP: hidestars
> #+STARTUP: indent
>
> Organization

Does it work if you add a '*' and make this a headline?

> :PROPERTIES:
> :ID:=C2=A0 =C2=A0 =C2=A0 =C2=A0kth92m81qwe0
> :END:
> </= test.org>
>

--
Nick




--001a1140865e9617ed0549dbece6--