emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: nielsgiesen@ibbu.nl
To: Carsten Dominik <dominik@science.uva.nl>
Cc: emacs-orgmode@gnu.org
Subject: Re: Release of org-mode 4.30
Date: Fri, 19 May 2006 17:06:16 +0200	[thread overview]
Message-ID: <87ac9e5a1j.fsf@ibbu.nl> (raw)
In-Reply-To: <439c89005c192134679752fad5256f97@science.uva.nl> (message from Carsten Dominik on Fri, 19 May 2006 14:19:44 +0200)


Hi Carsten, thanks a lot for the new version of org-mode, and all the
more for your personal mail. It is appreciated. Nice one to give css
classes to timestamps and tags. Gives one extra freedom.

found two bugs concerning new features, and one inconsistency:

* org-toggle-checkbox does not work, here's the fix (probably
  superfluous as it is so obvious):

in org.el:

(defun org-toggle-checkbox ()
  "Toggle the checkbox in the current line."
  (save-excursion
-    (if (org-at-item-checklet-p)
+    (if (org-at-item-checkbox-p)
	(replace-match (if (equal (match-string 0) "[_]") "[X]" "[_]") t t))))



* when the checkbox [_] is exported to html as [<sub>]</sub>, most
  probably due to conflict with org-export-html-convert-sub-super

don't know how to fix, too difficult for me.

* timestamps and tags are exported to the toc, even though
  org-export-with-timestamps is nil, as is org-export-with-tags

Greetings,

Niels.

  parent reply	other threads:[~2006-05-19 14:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-19 12:19 Release of org-mode 4.30 Carsten Dominik
2006-05-19 14:21 ` John Rakestraw
2006-05-19 15:06 ` nielsgiesen [this message]
2006-05-19 15:19   ` Carsten Dominik
2006-05-20  3:19     ` T. V. Raman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ac9e5a1j.fsf@ibbu.nl \
    --to=nielsgiesen@ibbu.nl \
    --cc=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).