From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jason Dunsmore" Subject: org-mode bug reports Date: Fri, 8 Dec 2006 15:51:09 -0800 Message-ID: <93f5c6d70612081551t752731c9u9684b5c8d39fe3a0@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GspUm-00043f-06 for emacs-orgmode@gnu.org; Fri, 08 Dec 2006 18:51:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GspUk-00043T-FX for emacs-orgmode@gnu.org; Fri, 08 Dec 2006 18:51:11 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GspUk-00043D-8o for emacs-orgmode@gnu.org; Fri, 08 Dec 2006 18:51:10 -0500 Received: from [66.249.82.226] (helo=wx-out-0506.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GspUk-0008A6-7S for emacs-orgmode@gnu.org; Fri, 08 Dec 2006 18:51:10 -0500 Received: by wx-out-0506.google.com with SMTP id s17so1092097wxc for ; Fri, 08 Dec 2006 15:51:09 -0800 (PST) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I'm new to org-mode. Thanks so much for this great software. It's so much easier to use than planner. Here are some bugs/issues I've been having with version 4.56 on GNU Emacs 21.4.1: 1. Killing a line above lines containing links kills them also. For example, type * title [[http://url.com][link]] [[http://url.com][link]] ...then go to the title line, pres C-k C-k, and the lines after it will be killed also. It should take six presses of C-k to kill 3 lines with their corresponding hard line breaks. 2. If you put a link at the end of a bullet, it there is no "..." at the end of the line when that section is folded. For example: * title [[http://url.com][link]] text 3. Links are sometimes shown twice, when there's actually only one link. I haven't figured out exactly when this happens, but pressing C-l (refresh display) fixes it. 4. Agenda mode doesn't work. When I schedule tasks for the current week and enter the agenda, it only shows the days of the week, there are no entries. I followed the steps from the tutorial. Jason