emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Still prob the I cannot solve....


From: Bruno Barbier
Subject: Re: Still prob the I cannot solve....
Date: Sat, 29 Oct 2022 16:16:48 +0200

Hi Renato,

You'll have more chance to get help if you reply to the list, using the
same thread.

Renato Pontefice <renato.pontefice@gmail.com> writes:

> When I start emacs, now I receive this messages:
> ------------------------------------
> Warning (initialization): An error occurred while loading 
> ‘/Users/renatopontefice/.emacs.d/init.el’:
>
> Symbol's value as variable is void: Enable

This is the problem Emacs is telling you about:

  ;;;;;;Org mode configuration
  Enable Org mode
  (require 'org)

it should be:
  ;;;;;;Org mode configuration
  ;; Enable Org mode
  (require 'org)

Did you fix that problem?


> Debugger entered--Lisp error: (void-variable Enable)
>   eval-buffer(#<buffer  *load*> nil
>   "/Users/renatopontefice/.emacs.d/init.el" nil t)  ; Reading at
>   buffer position 972
           ^^^^^^^^^^^^

About moving to the position 972, you'll find the answer in the Emacs
manual. For example:
   https://www.gnu.org/software/emacs/manual/html_node/emacs/Moving-Point.html

Did you try what I told you to do ?

   M-g c 972

If the fixed init.el, that I've sent you, didnt work, you might consider
posting it here so that other people may help.

Hope this help,


Bruno


>   load-with-code-conversion("/Users/renatopontefice/.emacs.d/init.el" 
> "/Users/renatopontefice/.emacs.d/init.el" t t)
>   load("/Users/renatopontefice/.emacs.d/init" noerror nomessage)
>   startup--load-user-init-file(#f(compiled-function () #<bytecode 
> -0x148fea9201ab75f>) #f(compiled-function () #<bytecode -0x1f3c686ddc0d6275>) 
> t)
>   command-line()
>
>
> What does they means?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]