emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* minor option conflict
@ 2009-02-06  5:44 Samuel Wales
  2009-02-06  5:52 ` Samuel Wales
  2009-02-06 15:42 ` Carsten Dominik
  0 siblings, 2 replies; 18+ messages in thread
From: Samuel Wales @ 2009-02-06  5:44 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: minor option conflict
  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
  1 sibling, 1 reply; 18+ messages in thread
From: Samuel Wales @ 2009-02-06  5:52 UTC (permalink / raw)
  To: emacs-orgmode

Closely related: the CLOSED timestamp does not insert a blank line.
For consistency with the above, perhaps it can insert a blank line if
and only if there is a body.

I would also propose minor changes:

  - all such, including CLOSED

On Thu, Feb 5, 2009 at 22:44, Samuel Wales <samologist@gmail.com> 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
>



-- 
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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: minor option conflict
  2009-02-06  5:52 ` Samuel Wales
@ 2009-02-06  5:59   ` Samuel Wales
  0 siblings, 0 replies; 18+ messages in thread
From: Samuel Wales @ 2009-02-06  5:59 UTC (permalink / raw)
  To: emacs-orgmode

Incomplete message.

  - All such, including CLOSED, could possibly be "  - " items for consistency.
  - Depending on settings, neither left flush nor aligned under the
heading, but indented by 2, to allow noting visually that they are
items, works best for me, as then they are in a consistent column.

FWIW.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: minor option conflict
  2009-02-06  5:44 minor option conflict Samuel Wales
  2009-02-06  5:52 ` Samuel Wales
@ 2009-02-06 15:42 ` Carsten Dominik
  2009-02-06 21:53   ` Samuel Wales
  2009-02-06 22:10   ` Bernt Hansen
  1 sibling, 2 replies; 18+ messages in thread
From: Carsten Dominik @ 2009-02-06 15:42 UTC (permalink / raw)
  To: Samuel Wales; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: minor option conflict
  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:10   ` Bernt Hansen
  1 sibling, 1 reply; 18+ messages in thread
From: Samuel Wales @ 2009-02-06 21:53 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

On Fri, Feb 6, 2009 at 08:42, Carsten Dominik <dominik@science.uva.nl> wrote:
> I cannot reproduce this.

I assumed that it would be reproducible, apologies.

org-add-planning-info sees outline-regexp and inserts \n.  I do not
comprehend the code.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: minor option conflict
  2009-02-06 21:53   ` Samuel Wales
@ 2009-02-06 21:56     ` Bernt Hansen
  2009-02-06 22:01       ` Samuel Wales
  0 siblings, 1 reply; 18+ messages in thread
From: Bernt Hansen @ 2009-02-06 21:56 UTC (permalink / raw)
  To: Samuel Wales; +Cc: emacs-orgmode

Samuel Wales <samologist@gmail.com> writes:

> On Fri, Feb 6, 2009 at 08:42, Carsten Dominik <dominik@science.uva.nl> wrote:
>> I cannot reproduce this.
>
> I assumed that it would be reproducible, apologies.
>
> org-add-planning-info sees outline-regexp and inserts \n.  I do not
> comprehend the code.

Have you maybe changed the value of outline-regexp from the default?

-Bernt

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: minor option conflict
  2009-02-06 21:56     ` Bernt Hansen
@ 2009-02-06 22:01       ` Samuel Wales
  2009-02-06 22:06         ` Bernt Hansen
  0 siblings, 1 reply; 18+ messages in thread
From: Samuel Wales @ 2009-02-06 22:01 UTC (permalink / raw)
  To: Bernt Hansen; +Cc: emacs-orgmode

outline-regexp is a variable defined in `outline.el'.
Its value is "\\*+ "
Local in buffer todo-new.org; global value is "[*\f]+"
Automatically becomes buffer-local when set in any fashion.
--

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: minor option conflict
  2009-02-06 22:01       ` Samuel Wales
@ 2009-02-06 22:06         ` Bernt Hansen
  0 siblings, 0 replies; 18+ messages in thread
From: Bernt Hansen @ 2009-02-06 22:06 UTC (permalink / raw)
  To: Samuel Wales; +Cc: emacs-orgmode

Samuel Wales <samologist@gmail.com> writes:

> outline-regexp is a variable defined in `outline.el'.
> Its value is "\\*+ "
> Local in buffer todo-new.org; global value is "[*\f]+"
> Automatically becomes buffer-local when set in any fashion.
> --

Okay - I guess that's not it.  Your value matches mine for org files.

-Bernt

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: minor option conflict
  2009-02-06 15:42 ` Carsten Dominik
  2009-02-06 21:53   ` Samuel Wales
@ 2009-02-06 22:10   ` Bernt Hansen
  2009-02-11  6:32     ` Samuel Wales
  1 sibling, 1 reply; 18+ messages in thread
From: Bernt Hansen @ 2009-02-06 22:10 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

I can't reproduce this either.

-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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: minor option conflict
  2009-02-06 22:10   ` Bernt Hansen
@ 2009-02-11  6:32     ` Samuel Wales
  2009-02-11 16:09       ` Carsten Dominik
                         ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Samuel Wales @ 2009-02-11  6:32 UTC (permalink / raw)
  To: Bernt Hansen; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: minor option conflict
  2009-02-11  6:32     ` Samuel Wales
@ 2009-02-11 16:09       ` Carsten Dominik
  2009-02-11 17:46         ` Samuel Wales
  2009-02-21  1:21       ` Samuel Wales
  2009-02-22 17:39       ` Carsten Dominik
  2 siblings, 1 reply; 18+ messages in thread
From: Carsten Dominik @ 2009-02-11 16:09 UTC (permalink / raw)
  To: Samuel Wales; +Cc: Bernt Hansen, emacs-orgmode


On Feb 11, 2009, at 7:32 AM, Samuel Wales wrote:
>
> ;;very strange.  this gets overridden with time?
> ;;;(setq org-log-done t)
> (setq org-log-done 'time)

Yes, the t value is old and get translated to time on load time.

- Carsten

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: minor option conflict
  2009-02-11 16:09       ` Carsten Dominik
@ 2009-02-11 17:46         ` Samuel Wales
  2009-02-12  8:53           ` Carsten Dominik
  0 siblings, 1 reply; 18+ messages in thread
From: Samuel Wales @ 2009-02-11 17:46 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: Bernt Hansen, emacs-orgmode

Hi Carsten,

To reiterate (since the thread is long):

Bug: blank line inserted after log item even without body.  This
inserts blank line in collapsed view requiring manual deletion.
Carsten and Bernt could not reproduce.  I provided test case and
.emacs to reproduce.

I also like Wanrong's idea of putting state changes in drawers  to
keep syntax separate from the body.

-- 
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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: minor option conflict
  2009-02-11 17:46         ` Samuel Wales
@ 2009-02-12  8:53           ` Carsten Dominik
  2009-02-12 18:31             ` Samuel Wales
  0 siblings, 1 reply; 18+ messages in thread
From: Carsten Dominik @ 2009-02-12  8:53 UTC (permalink / raw)
  To: Samuel Wales; +Cc: Bernt Hansen, emacs-orgmode


On Feb 11, 2009, at 6:46 PM, Samuel Wales wrote:

> Hi Carsten,
>
> To reiterate (since the thread is long):
>
> Bug: blank line inserted after log item even without body.  This
> inserts blank line in collapsed view requiring manual deletion.
> Carsten and Bernt could not reproduce.  I provided test case and
> .emacs to reproduce.

Why don't you simply set the variable `org-cycle-separator-lines'
to its default value 2?

This would mean that 2 empty lines are needed to get an empty
line in the collapsed outline.

I guess I could fix the problem you are describing, but there
are more cases where Org automatically inserts stuff and maybe
(depending on exact context) an empty line.

> I also like Wanrong's idea of putting state changes in drawers  to
> keep syntax separate from the body.

I will look into this.

- Carsten

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: minor option conflict
  2009-02-12  8:53           ` Carsten Dominik
@ 2009-02-12 18:31             ` Samuel Wales
  2009-02-12 18:36               ` Samuel Wales
  0 siblings, 1 reply; 18+ messages in thread
From: Samuel Wales @ 2009-02-12 18:31 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: Bernt Hansen, emacs-orgmode

On Thu, Feb 12, 2009 at 01:53, Carsten Dominik <dominik@science.uva.nl> wrote:
> Why don't you simply set the variable `org-cycle-separator-lines'
> to its default value 2?

That works OK, and so does 0 (although ISTR for some reason that when
I first wrote the bug it didn't, although I don't know why that would
be as the code probably didn't change).

I think what must have happened is that I wrote the
bug as a quick and minor note on consistency when I was able to, then
conflated it with consistency with CLOSED
 minor option conflict report as a minor consistency thing
 There are various subtleties, like what happens when you move or
refile the entry with the trailing blanks, etc., but they are mostly
only important for automation that I don't do and perhaps others don't
do either.  So I guess it was too low a priorirty of a bug report --
there are ...

>
> This would mean that 2 empty lines are needed to get an empty
> line in the collapsed outline.
>
> I guess I could fix the problem you are describing, but there
> are more cases where Org automatically inserts stuff and maybe
> (depending on exact context) an empty line.
>
>> I also like Wanrong's idea of putting state changes in drawers  to
>> keep syntax separate from the body.
>
> I will look into this.
>
> - Carsten
>
>



-- 
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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: minor option conflict
  2009-02-12 18:31             ` Samuel Wales
@ 2009-02-12 18:36               ` Samuel Wales
  0 siblings, 0 replies; 18+ messages in thread
From: Samuel Wales @ 2009-02-12 18:36 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: Bernt Hansen, emacs-orgmode

Please ignore my previous post.  Point was, this is not a major issue
for me ATM, so I'm OK with 0 or 2 if 1 doesn't bother anybody else.

Editing in gmail entry box is hazardous.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: minor option conflict
  2009-02-11  6:32     ` Samuel Wales
  2009-02-11 16:09       ` Carsten Dominik
@ 2009-02-21  1:21       ` Samuel Wales
  2009-02-22 17:39       ` Carsten Dominik
  2 siblings, 0 replies; 18+ messages in thread
From: Samuel Wales @ 2009-02-21  1:21 UTC (permalink / raw)
  To: Bernt Hansen; +Cc: emacs-orgmode

It is org-adapt-indentation that when set to nil causes the unexpected
blank line when changing todo state.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: minor option conflict
  2009-02-11  6:32     ` Samuel Wales
  2009-02-11 16:09       ` Carsten Dominik
  2009-02-21  1:21       ` Samuel Wales
@ 2009-02-22 17:39       ` Carsten Dominik
  2009-02-27  0:20         ` Samuel Wales
  2 siblings, 1 reply; 18+ messages in thread
From: Carsten Dominik @ 2009-02-22 17:39 UTC (permalink / raw)
  To: Samuel Wales; +Cc: Bernt Hansen, emacs-orgmode


[-- 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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: minor option conflict
  2009-02-22 17:39       ` Carsten Dominik
@ 2009-02-27  0:20         ` Samuel Wales
  0 siblings, 0 replies; 18+ messages in thread
From: Samuel Wales @ 2009-02-27  0:20 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: Bernt Hansen, emacs-orgmode

On Sun, Feb 22, 2009 at 10:39, Carsten Dominik <dominik@science.uva.nl> wrote:
> Hi Samuel,
> I believe I have fixed this bug now, please confirm.

Hi Carsten,

Thank you!  I tried it and it fixes the the only problem
that was both troublesome and fixable.  Refiling tasks with unexpected
blank lines was causing blank lines to end up in tasks that  were
completely empty, not even with logbook; that was causing ellipses to
appear when they should not have.

-- 
Myalgic encephalomyelitis denialism is causing death (decades early;
Jason et al. 2006) and severe suffering, pain, and disability (worse
than nearly all other serious diseases studied; Schweitzer et al.
1995) and grossly corrupting science.  The denialism is worse than it
ever was with even AIDS or MS.
http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2009-02-27  0:20 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2009-02-27  0:20         ` Samuel Wales

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).