From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "1kHz" Newsgroups: gmane.emacs.help Subject: newbie: org-mode error Date: 22 Feb 2007 17:55:04 -0800 Organization: http://groups.google.com Message-ID: <1172195704.513244.85020@t69g2000cwt.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1172198441 18770 80.91.229.12 (23 Feb 2007 02:40:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Feb 2007 02:40:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 23 03:40:31 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HKQMJ-0005NN-7B for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Feb 2007 03:40:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKQMI-00089s-PL for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Feb 2007 21:40:30 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!t69g2000cwt.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 34 Original-NNTP-Posting-Host: 60.49.177.90 Original-X-Trace: posting.google.com 1172195718 21730 127.0.0.1 (23 Feb 2007 01:55:18 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 23 Feb 2007 01:55:18 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: t69g2000cwt.googlegroups.com; posting-host=60.49.177.90; posting-account=IQrlMQ0AAACg7PKk8zNQ32_NURbKfQXD Original-Xref: shelby.stanford.edu gnu.emacs.help:145818 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:41422 Archived-At: Hi all, I'm new to emacs (not new to computer, and a programmer actually), and finding it very interesting to use. I'm trying to find ways to use emacs to help me do my daily tasks. Recently, I found org-mode and followed the tutorial from here: http://dto.freeshell.org/notebook/OrgTutorial.html But I've encountered some errors when marking a TODO item and while creating a schedule item: org-get-tags: Wrong number of arguments: #[nil "\212\301 \210n\205^K^@ \302^H!)\207" [outline-regexp beginning-of-line looking-at] 2 ("c:/ Program Files/Emacs/emacs/lisp/obsolete/ooutline.elc" . 10393)], 1 [3 times] org-add-planning-info: Wrong number of arguments: #[nil "\301 \210\302 \206^V^@\303\304^H\305C\306\307#\206\^V^@\310\311!\207" [outline- regexp beginning-of-line outline-on-heading-p re-search-backward "^\\ (" "\\)" nil t error "before first heading"] 4 ("c:/Program Files/ Emacs/emacs/lisp/obsolete/ooutline.elc" . 10028)], 1 I'm wondering why it refers to an obsolete file? How can I repair this? I'm using org-mode which comes with my installed Emacs. "This is GNU Emacs 22.0.93.1 (i386-mingw-nt5.1.2600) of 2007-02-02 on LENNART-69DE564 (patched)" I'm on Windows, using EmacsW32 Thanks for your help...