From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heller Subject: Re: [OT]: Search for missing :END: Date: Mon, 21 Nov 2011 16:14:33 -0800 Message-ID: <0vmxbpxbbq.fsf@gmail.com> References: <0vvcqdxqf0.fsf@gmail.com> <6557.1321911502@alphaville.americas.hpqcorp.net> <0vr511xdiw.fsf@gmail.com> <10608.1321919654@alphaville.americas.hpqcorp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:47190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSe0W-0003Xi-Tn for emacs-orgmode@gnu.org; Mon, 21 Nov 2011 19:14:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSe0V-0001YL-PL for emacs-orgmode@gnu.org; Mon, 21 Nov 2011 19:14:40 -0500 Received: from lo.gmane.org ([80.91.229.12]:43134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSe0V-0001YF-GE for emacs-orgmode@gnu.org; Mon, 21 Nov 2011 19:14:39 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RSe0T-0001Ok-Q4 for emacs-orgmode@gnu.org; Tue, 22 Nov 2011 01:14:37 +0100 Received: from mail.cdrd.ca ([142.103.191.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Nov 2011 01:14:37 +0100 Received: from hellerm2 by mail.cdrd.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Nov 2011 01:14:37 +0100 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Nick Dokos writes: > Markus Heller wrote: > > >> AS for an example, I'm in one of my org files and I do C-TAB and get the >> following error: >> >> OVERVIEW >> CONTENTS...done >> SHOW ALL >> if: :END: line missing at position 18720 >> Quit >> Mark set >> >> Where is position 18720? I apologize if this is a stupid question, but >> I can't seem to figure this out ... >> > > M-x goto-char RET 18720 RET > > will take you there, but it's probably at the very end of the buffer: search backwards > for :PROPERTIES: and you should be able to find it (if your diagnosis is > indeed correct). Thanks to Nick and the other posters for an enlightening answer. This worked beautifully :) Thanks again and Cheers Markus, who knew that there was some easy way to solve this but couldn't figure it out himself