emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bruno Barbier <brubar.cs@gmail.com>
To: Renato Pontefice <renato.pontefice@gmail.com>, emacs-orgmode@gnu.org
Subject: Re: Still prob the I cannot solve....
Date: Sat, 29 Oct 2022 16:16:48 +0200	[thread overview]
Message-ID: <635d3487.050a0220.d56cc.391b@mx.google.com> (raw)
In-Reply-To: <0FFCA471-67F7-4D75-B4B0-FC1B39466D30@gmail.com>


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?


      parent reply	other threads:[~2022-10-29 14:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-28 17:02 Still prob the I cannot solve Renato Pontefice
2022-10-28 18:04 ` Bruno Barbier
2022-10-29 14:16 ` Bruno Barbier [this message]

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=635d3487.050a0220.d56cc.391b@mx.google.com \
    --to=brubar.cs@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=renato.pontefice@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).