From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Bugs and suggestions for Org 4.70 Date: Wed, 11 Apr 2007 22:10:06 +0200 Message-ID: <87k5willk1.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HbjD1-00025e-F3 for emacs-orgmode@gnu.org; Wed, 11 Apr 2007 16:14:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HbjD0-00024R-EG for emacs-orgmode@gnu.org; Wed, 11 Apr 2007 16:14:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbjD0-00024J-6l for emacs-orgmode@gnu.org; Wed, 11 Apr 2007 16:14:26 -0400 Received: from hu-out-0506.google.com ([72.14.214.236]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hbj8u-0003IW-7I for emacs-orgmode@gnu.org; Wed, 11 Apr 2007 16:10:12 -0400 Received: by hu-out-0506.google.com with SMTP id 19so6402003hue for ; Wed, 11 Apr 2007 13:10:11 -0700 (PDT) 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 Carsten and all, here is a bug report for Org 4.70 + cvs GNU Emacs (23.0.0.1), followed by= a couple of suggestions. Bugs : - Comment syntax: M-; still complains that no comment syntax is defined. - *Bold* words at the beginning of lines are considered headlines when folding/unfolding. - If a list item contains a number that find itself at the beginning of a line (within this list item), this number will be considered as a start for another ordered-list item when exporting. For example : - =AB=A0Topicalisation et focalisation dans les phrases fran=E7aises en= SI=A0=BB, Focus and Background in Romance Languages, Vienne, 23-27 Septembre 2007. (abstract joint) ^^^^ ... here "2007" will start a new ordered-list item.=20 - Org-mode can't use brackets within a link's label. For example: [[http://www.org-fever.org][[org fever]]] - the last "]" following "fever" won't be part of the link. I confess brackets inside labels are somewhat exotic and might acutally be confusing, but.. well. Suggestions : - I often attach a location to scheduled/deadlined events. Why not using LOCATION in addition to SCHEDULED or DEADLINE ? This would also end up in a new "LOCATION:" entry in the .ics export. Maybe default locations could be defined in some #+LOCATIONS: ? - TODO keywords could be stripped out from the iCal export - or at least this bit of information could be optional ? - It would be nice if we had some feedback in the modeline telling us wha= t project / headline is currently clocked in -- suggestion stolen from th= e planner mailing list... - Publishing a narrowed buffer should re-order levels of headlines. For example, if the buffer is narrowed to a third-level headline, then this headline should be considered as a first-level headline when exporting (and the fourth as a second-level headline, and so on...) - Taking (cadr (current-time-zone)) as the exported timezone in .ics form= at is not always accurate since the car of (current-time-zone) is relevant to the definition of the local timezone. For example, here in France : (current-time-zone) is (7200 "CEST"), whi= ch means GMT+2 -- not GMT. I've found there is timezone.el out there, may= be a good resource ? - Instead of telling us that this is not an ordered list, C-c C-c on unordered list items could cycle through these states : - ... - [ ] ... - [X] ... ... but maybe the C-c C-c is already *very* busy ! - Org-timeline might be aware of several files ? -- the default files bei= ng org-agenda-files. But maybe combination of org-agenda / org-agenda-nda= ys is enough ? Here it is. Sorry for the length ... i'm afraid this is a side-effect of org-mode itself ;) Best regards, --=20 Bastien