emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Samuel Wales <samologist@gmail.com>
Cc: Bernt Hansen <bernt@norang.ca>, emacs-orgmode@gnu.org
Subject: Re: minor option conflict
Date: Sun, 22 Feb 2009 18:39:22 +0100	[thread overview]
Message-ID: <8002BC46-908B-4B42-8A32-26298A83DC59@uva.nl> (raw)
In-Reply-To: <20524da70902102232h6587435etc03bad3226401ffc@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 3515 bytes --]

Hi Samuel,

I believe I have fixed this bug now, please confirm.

Thanks for insisting and staying on it - sometimes I am
not quickly seeing the problem, and then I need pushing.

- Carsten

On Feb 11, 2009, at 7:32 AM, Samuel Wales wrote:

> On Fri, Feb 6, 2009 at 15:10, Bernt Hansen <bernt@norang.ca> wrote:
>> I can't reproduce this either.
>
> I think you can now.
>
> Do c-c c on a headline to reproduce.
>
> Fairly minimal org file:
>
> #+SEQ_TODO: TODO(t) WAIT(w!) | DONE(d!)
>
> * sss
> * sss
>
> Fairly minimal .emacs:
>
> (require 'cl)
>
> (defun alpha-add-path (p) (setq load-path (cons p load-path)))
>
> (alpha-add-path (concat (getenv "delorgsrc") "/lisp"))
> (alpha-add-path (concat (getenv "delpkgbef") "/remember"))
>
> (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
>
> (defvar alpha-mac-font
>  "-apple-courier-medium-r-normal--24-240-72-72-m-240-iso10646-1")
> '(progn
>  (progn
>    (defconst alpha-mac-font-2
>      "-apple-courier-medium-r-normal--*-*-*-*-*-240-*")
>    (set-frame-font alpha-mac-font-2))
>  )
> (set-frame-font alpha-mac-font)
>
> ;;it seems to me that i never want blank lines ending a body
> ;;;(setf org-cycle-separator-lines 0)
> (setf org-cycle-separator-lines 1)
> ;;keep body indentation intact when promoting and demoting
> (setf org-adapt-indentation nil)
>
> ;;very strange.  this gets overridden with time?
> ;;;(setq org-log-done t)
> (setq org-log-done 'time)
>
> (require 'org-install)
>
> (defvar alpha-org-map (make-sparse-keymap "alpha org map"))
> (define-key global-map [f8] alpha-org-map)
> (define-key alpha-org-map [f8] 'org-remember)             ;c-c r
> (define-key alpha-org-map "o" 'org-open-at-point-global) ;c-c o
>
> (require 'remember-autoloads)
> (org-remember-insinuate)
>
> ;;http://mail.google.com/mail/x
> (setf org-file-apps
>      '(
> 	;;(auto-mode . emacs)
> 	;;("\\.x?html?\\'" . default)
> 	;;("\\.pdf\\'" . default)
> 	(t . emacs)))
>
> (define-key org-mode-map "\C-cc" (lambda () (interactive) (org-todo  
> "WAIT")))
>
>>
>> -Bernt
>>
>>
>> Carsten Dominik <dominik@science.uva.nl> writes:
>>
>>> Hi Samuel,
>>>
>>> I cannot reproduce this.
>>>
>>> - Carsten
>>>
>>> On Feb 6, 2009, at 6:44 AM, Samuel Wales wrote:
>>>
>>>> With org-log-done set to t or 'time and
>>>> org-cycle-separator-lines set to 0 or 1, on a node with no
>>>> body, org-done inserts a time log item with a blank line after
>>>> it.  This causes the blank line to show in the collapsed
>>>> outline.
>>>>
>>>> Perhaps org-done could check for the presence of a body
>>>> before deciding to insert a blank line.
>>>>
>>>> --
>>>> For personal and corporate gain, myalgic encephalomyelitis  
>>>> denialists
>>>> are knowingly causing massive suffering and 25-years-early death by
>>>> grossly corrupting science.
>>>> http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm
>>>>
>>>>
>>>> _______________________________________________
>>>> 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
>>>
>>>
>>>
>>> _______________________________________________
>>> 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
>>
>
>
>
> -- 
> Myalgic encephalomyelitis denialists are causing massive suffering and
> 25-years-early death by grossly corrupting science.
> http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm


[-- Attachment #1.2: Type: text/html, Size: 8560 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

  parent reply	other threads:[~2009-02-22 17:39 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-06  5:44 minor option conflict Samuel Wales
2009-02-06  5:52 ` Samuel Wales
2009-02-06  5:59   ` Samuel Wales
2009-02-06 15:42 ` Carsten Dominik
2009-02-06 21:53   ` Samuel Wales
2009-02-06 21:56     ` Bernt Hansen
2009-02-06 22:01       ` Samuel Wales
2009-02-06 22:06         ` Bernt Hansen
2009-02-06 22:10   ` Bernt Hansen
2009-02-11  6:32     ` Samuel Wales
2009-02-11 16:09       ` Carsten Dominik
2009-02-11 17:46         ` Samuel Wales
2009-02-12  8:53           ` Carsten Dominik
2009-02-12 18:31             ` Samuel Wales
2009-02-12 18:36               ` Samuel Wales
2009-02-21  1:21       ` Samuel Wales
2009-02-22 17:39       ` Carsten Dominik [this message]
2009-02-27  0:20         ` Samuel Wales

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=8002BC46-908B-4B42-8A32-26298A83DC59@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=bernt@norang.ca \
    --cc=emacs-orgmode@gnu.org \
    --cc=samologist@gmail.com \
    /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).