From: Carsten Dominik <dominik@science.uva.nl>
To: Tom Rauchenwald <its.sec@gmx.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: Small issues..
Date: Sat, 6 Sep 2008 22:47:25 +0200 [thread overview]
Message-ID: <69A56A9E-39DF-4073-80E5-A64844B5F27B@uva.nl> (raw)
In-Reply-To: <87hc8txls9.fsf@sec.modprobe.de>
Thanks.
- Carsten
On Sep 6, 2008, at 6:48 PM, Tom Rauchenwald wrote:
> Hi,
>
> I found two small issues with org-mode from git.
>
> First one is a typo of org-scheduled.
>
> The second one is that org turns on debug-on-error, not sure if I
> missed
> where it is turned off again.
>
> Tom
>
> diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
> index 5c54a8d..3904876 100644
> --- a/lisp/org-agenda.el
> +++ b/lisp/org-agenda.el
> @@ -3521,7 +3521,7 @@ FRACTION is what fraction of the head-warning
> time has passed."
> (cond
> (pastschedp 'org-scheduled-previously)
> (todayp 'org-scheduled-today)
> - (t 'org-schduled)))
> + (t 'org-scheduled)))
> (org-add-props txt props
> 'undone-face face
> 'face (if donep 'org-done face)
> diff --git a/lisp/org.el b/lisp/org.el
> index 66ae14d..e465e46 100644
> --- a/lisp/org.el
> +++ b/lisp/org.el
> @@ -12239,7 +12239,6 @@ When a buffer is unmodified, it is just
> killed. When modified, it is saved
> (add-text-properties
> (match-beginning 0) (org-end-of-subtree t) pc)))
> (set-buffer-modified-p bmp))))
> - (setq debug-on-error t)
> (setq org-todo-keyword-alist-for-agenda
> (org-uniquify org-todo-keyword-alist-for-agenda)
> org-tag-alist-for-agenda (org-uniquify org-tag-alist-for-agenda))))
>
>
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
prev parent reply other threads:[~2008-09-06 20:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-06 16:48 Small issues Tom Rauchenwald
2008-09-06 20:47 ` Carsten Dominik [this message]
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=69A56A9E-39DF-4073-80E5-A64844B5F27B@uva.nl \
--to=dominik@science.uva.nl \
--cc=emacs-orgmode@gnu.org \
--cc=its.sec@gmx.net \
/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).