emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: First file opened does not colorize (tested with 9.3.7 and 9.4.5)
@ 2021-05-01  0:09 Dominick Samperi
  2021-05-01  0:51 ` Samuel Wales
  0 siblings, 1 reply; 4+ messages in thread
From: Dominick Samperi @ 2021-05-01  0:09 UTC (permalink / raw)
  To: emacs-orgmode

The first org mode file opened (.txt suffix) is not colorized. To force
colorize I use 'org-mode-restart. Subsequently opened txt files are
properly colorized. This happens under Windows 10 using Emacs 27.1 and
27.2, and org-mode 9.3.7 and 9.4.5. There are no problems under Ubuntu Linux.

Oddly, the problem does not appear on my new desktop (Lenovo). It
happens on my ASUS laptop. I'm using the same version of org-mode and
Emacs on both machines.

I copied .emacs.d from the desktop to the laptop
to be sure the environments are the same, and I installed Emacs 27.1
and 27.2 on the laptop. The colorize problem occurs on the laptop no
matter the environment. It also occurred with my old desktop.


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

* Re: Bug: First file opened does not colorize (tested with 9.3.7 and 9.4.5)
  2021-05-01  0:09 Bug: First file opened does not colorize (tested with 9.3.7 and 9.4.5) Dominick Samperi
@ 2021-05-01  0:51 ` Samuel Wales
  2021-05-01  1:36   ` Dominick Samperi
  0 siblings, 1 reply; 4+ messages in thread
From: Samuel Wales @ 2021-05-01  0:51 UTC (permalink / raw)
  To: Dominick Samperi; +Cc: emacs-orgmode

what if .org?

On 4/30/21, Dominick Samperi <djsamperi@gmail.com> wrote:
> The first org mode file opened (.txt suffix) is not colorized. To force
> colorize I use 'org-mode-restart. Subsequently opened txt files are
> properly colorized. This happens under Windows 10 using Emacs 27.1 and
> 27.2, and org-mode 9.3.7 and 9.4.5. There are no problems under Ubuntu
> Linux.
>
> Oddly, the problem does not appear on my new desktop (Lenovo). It
> happens on my ASUS laptop. I'm using the same version of org-mode and
> Emacs on both machines.
>
> I copied .emacs.d from the desktop to the laptop
> to be sure the environments are the same, and I installed Emacs 27.1
> and 27.2 on the laptop. The colorize problem occurs on the laptop no
> matter the environment. It also occurred with my old desktop.
>
>


-- 
The Kafka Pandemic

Please learn what misopathy is.
https://thekafkapandemic.blogspot.com/2013/10/why-some-diseases-are-wronged.html


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

* Re: Bug: First file opened does not colorize (tested with 9.3.7 and 9.4.5)
  2021-05-01  0:51 ` Samuel Wales
@ 2021-05-01  1:36   ` Dominick Samperi
  2021-05-01  2:03     ` Tim Cross
  0 siblings, 1 reply; 4+ messages in thread
From: Dominick Samperi @ 2021-05-01  1:36 UTC (permalink / raw)
  To: Samuel Wales, emacs-orgmode

Changing the suffix to .org does not help. Still the first file opened
does not colorize.
I first observed this problem about six months ago (and have been
using a function
key to fix with 'org-mode-restart).

The problem does not appear on a new desktop, running
the same version of Emacs, same version of org-mode, and same .emacs.d.

The only notable difference between the new machine and the older machines
where the problem occurs is that the newer machine has an solid state drive,
whereas the other machines have conventional hard drives.

On Fri, Apr 30, 2021 at 8:51 PM Samuel Wales <samologist@gmail.com> wrote:
>
> what if .org?
>
> On 4/30/21, Dominick Samperi <djsamperi@gmail.com> wrote:
> > The first org mode file opened (.txt suffix) is not colorized. To force
> > colorize I use 'org-mode-restart. Subsequently opened txt files are
> > properly colorized. This happens under Windows 10 using Emacs 27.1 and
> > 27.2, and org-mode 9.3.7 and 9.4.5. There are no problems under Ubuntu
> > Linux.
> >
> > Oddly, the problem does not appear on my new desktop (Lenovo). It
> > happens on my ASUS laptop. I'm using the same version of org-mode and
> > Emacs on both machines.
> >
> > I copied .emacs.d from the desktop to the laptop
> > to be sure the environments are the same, and I installed Emacs 27.1
> > and 27.2 on the laptop. The colorize problem occurs on the laptop no
> > matter the environment. It also occurred with my old desktop.
> >
> >
>
>
> --
> The Kafka Pandemic
>
> Please learn what misopathy is.
> https://thekafkapandemic.blogspot.com/2013/10/why-some-diseases-are-wronged.html


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

* Re: Bug: First file opened does not colorize (tested with 9.3.7 and 9.4.5)
  2021-05-01  1:36   ` Dominick Samperi
@ 2021-05-01  2:03     ` Tim Cross
  0 siblings, 0 replies; 4+ messages in thread
From: Tim Cross @ 2021-05-01  2:03 UTC (permalink / raw)
  To: emacs-orgmode


What about running emacs -Q and then opening the org file. Does the
syntax highlighting work then?

Dominick Samperi <djsamperi@gmail.com> writes:

> Changing the suffix to .org does not help. Still the first file opened
> does not colorize.
> I first observed this problem about six months ago (and have been
> using a function
> key to fix with 'org-mode-restart).
>
> The problem does not appear on a new desktop, running
> the same version of Emacs, same version of org-mode, and same .emacs.d.
>
> The only notable difference between the new machine and the older machines
> where the problem occurs is that the newer machine has an solid state drive,
> whereas the other machines have conventional hard drives.
>
> On Fri, Apr 30, 2021 at 8:51 PM Samuel Wales <samologist@gmail.com> wrote:
>>
>> what if .org?
>>
>> On 4/30/21, Dominick Samperi <djsamperi@gmail.com> wrote:
>> > The first org mode file opened (.txt suffix) is not colorized. To force
>> > colorize I use 'org-mode-restart. Subsequently opened txt files are
>> > properly colorized. This happens under Windows 10 using Emacs 27.1 and
>> > 27.2, and org-mode 9.3.7 and 9.4.5. There are no problems under Ubuntu
>> > Linux.
>> >
>> > Oddly, the problem does not appear on my new desktop (Lenovo). It
>> > happens on my ASUS laptop. I'm using the same version of org-mode and
>> > Emacs on both machines.
>> >
>> > I copied .emacs.d from the desktop to the laptop
>> > to be sure the environments are the same, and I installed Emacs 27.1
>> > and 27.2 on the laptop. The colorize problem occurs on the laptop no
>> > matter the environment. It also occurred with my old desktop.
>> >
>> >
>>
>>
>> --
>> The Kafka Pandemic
>>
>> Please learn what misopathy is.
>> https://thekafkapandemic.blogspot.com/2013/10/why-some-diseases-are-wronged.html


-- 
Tim Cross


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

end of thread, other threads:[~2021-05-01  2:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-01  0:09 Bug: First file opened does not colorize (tested with 9.3.7 and 9.4.5) Dominick Samperi
2021-05-01  0:51 ` Samuel Wales
2021-05-01  1:36   ` Dominick Samperi
2021-05-01  2:03     ` Tim Cross

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