Re: Bug - all org files open as if visibilty is set to "showeverything"

2020-05-15 Thread Nicolas Goaziou
Hello,

Charles Millar  writes:

> I recall seeing these messages, but did not realize that this change
> was going to effect all org files and by default, use lots and lots of
> space when an org file is opened.

That's true. On large files, this is not the best set-up. But I assume
anyone opening very large Org files is able to configure Org to their
liking.

On small files, e.g., a couple of screens high, this is a decent value,
however. But, more importantly, this is the least surprising value.

I think it is not uncommon for an Emacs user to open an Org file without
knowing about this major mode, e.g., if a project provides a README.org
file. This change is (mostly) for them, not for you, or me.

> As dar as I am concerned,the past default was OK and it took only
> a brief time to learn the past behavior and the visibility settings on
> a per file basis.
>
> I may be only a user but if I had I would have voted no.

You can voice your opinion in the thread, which is not closed. I hope
the Org community can find a consensus about this change.

Regards,

-- 
Nicolas Goaziou



Re: Bug - all org files open as if visibilty is set to "showeverything"

2020-05-14 Thread Charles Millar

Nicholas,
-- cut --


That is correct. It's been discussed in the list and Nicolas announced that it's
been merged into master on Tuesday. Look for the thread entitled

[RFC] Change default value for `org-startup-folded'?

It can also be found at 


C-h v org-startup-folded RET

You can get the previous default by setting it to t in your init file.



Thanks.

Before posting I searched the list and did not find the thread or, more 
likely, it was included in the search results and did not realize it.


Charlie



Re: Bug - all org files open as if visibilty is set to "showeverything"

2020-05-13 Thread Nick Dokos
Charles Millar  writes:

> Hi,
>
> In the last two or three days, all my org files open as if I have set 
> the visibility in every file to
>
> #+STARTUP: showeverything
>
> Org mode version 9.3.6 (release_9.3.6-619-g434940 @ 
> /usr/local/share/org-mode/lisp/)
> GNU Emacs 28.0.50 (build 123, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, 
> cairo version 1.16.0) of 2020-05-13
>
> As far as I recall, I have not changed any settings in my init or elsewhere.
>
> Charlie Millar
>
>

That is correct. It's been discussed in the list and Nicolas announced that it's
been merged into master on Tuesday. Look for the thread entitled

   [RFC] Change default value for `org-startup-folded'?

It can also be found at 


C-h v org-startup-folded RET

You can get the previous default by setting it to t in your init file.

-- 
Nick

"There are only two hard problems in computer science: cache
invalidation, naming things, and off-by-one errors." -Martin Fowler




Re: Bug - all org files open as if visibilty is set to "showeverything"

2020-05-13 Thread Charles Millar

Hoi Nicholas,

On 5/13/20 2:13 PM, Nicolas Goaziou wrote:

Hello,

Charles Millar  writes:


In the last two or three days, all my org files open as if I have set
the visibility in every file to

#+STARTUP: showeverything



[...]


As far as I recall, I have not changed any settings in my init or
elsewhere.


I changed `org-startup-folded' default value to `showeverything'
yesterday.

You may want to use:

   (setq org-startup-folded t)

to get the old behaviour back.


Thanks.

I did that already.

However, I still stand by comments that I forwarded in reply to Josiah's 
response. I do not believe that the original message was clear.


Charlie




Re: Bug - all org files open as if visibilty is set to "showeverything"

2020-05-13 Thread Charles Millar

On 5/13/20 1:58 PM, Josiah Schwab wrote:

As far as I recall, I have not changed any settings in my init or elsewhere.


The default was changed.  See

https://lists.gnu.org/archive/html/emacs-orgmode/2020-04/msg00452.html
https://lists.gnu.org/archive/html/emacs-orgmode/2020-05/msg00201.html

Josiah



Thank you.

I recall seeing these messages, but did not realize that this change was 
going to effect all org files and by default, use lots and lots of space 
when an org file is opened.


As dar as I am concerned,the past default was OK and it took only a 
brief time to learn the past behavior and the visibility settings on a 
per file basis.


I may be only a user but if I had I would have voted no.

Charlie Millar




Re: Bug - all org files open as if visibilty is set to "showeverything"

2020-05-13 Thread Nicolas Goaziou
Hello,

Charles Millar  writes:

> In the last two or three days, all my org files open as if I have set 
> the visibility in every file to
>
> #+STARTUP: showeverything
>

[...]

> As far as I recall, I have not changed any settings in my init or
> elsewhere.

I changed `org-startup-folded' default value to `showeverything'
yesterday.

You may want to use:

  (setq org-startup-folded t)

to get the old behaviour back.

Regards,

-- 
Nicolas Goaziou



Re: Bug - all org files open as if visibilty is set to "showeverything"

2020-05-13 Thread Josiah Schwab
> As far as I recall, I have not changed any settings in my init or elsewhere.

The default was changed.  See

https://lists.gnu.org/archive/html/emacs-orgmode/2020-04/msg00452.html
https://lists.gnu.org/archive/html/emacs-orgmode/2020-05/msg00201.html

Josiah



Bug - all org files open as if visibilty is set to "showeverything"

2020-05-13 Thread Charles Millar

Hi,

In the last two or three days, all my org files open as if I have set 
the visibility in every file to


#+STARTUP: showeverything


Org mode version 9.3.6 (release_9.3.6-619-g434940 @ 
/usr/local/share/org-mode/lisp/)
GNU Emacs 28.0.50 (build 123, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, 
cairo version 1.16.0) of 2020-05-13


As far as I recall, I have not changed any settings in my init or elsewhere.

Charlie Millar