Not load emacs config.org file

hi linux users

na emacs editor la
init.el and
config.org
2 files create panitan
but
config file load panna matikidu

Can you type Alt+x and type ielm

  • Once it is opened, type user-emacs-directory and share your result.

  • Also i like to know where the config.org file is saved, share the absolute file path of the file
    eg: For me the config.org file is store inside the .emacs.d/config.org

Where is config.org file is saved ?

path

Okay nice

can you type this command in ielm (Alt+x and type ielm)

(org-babel-load-file (expand-file-name "config.org" user-emacs-directory))

What is version of emacs you are using ?

you can find this using

Alt+x emacs-version

27.1
emacs5

Can you share your whole config.org file, seems like it has some issues

* Basic Configuration

** User Interface
*** Hide menubar
#+begin_src emacs-slip
(menu-bar-mode 0)
#+end_src

*** Hide Toolbar and Scrollbar
#+begin_src emacs-slip
(when (display-graphic-p)
  (tool-bar-mode 0)
  (scroll-bar-mode 0))
#+end_src
*** No inhibit startup message
#+begin_src emacs-slip
(setq inhibit-startup-screen t)
#+end_src
*** set number
#+begin_src emacs-slip
(column-number-mode)
(global-display-line-numbers-mode t)
#+end_src
*** Theme
#+begin_src emacs-slip
(load-theme 'wombat)
#+end_src

*** Font Configuration
#+begin_src emacs-slip
#+end_src


** Behavior
*** No (Backup, Lock, Autosave)
#+begin_src emacs-slip
(setq
make-backup-files nil
auto-save-default nil
create-lockfiles nil)
#+end_src
*** Y or N instead of Yes or No
#+begin_src emacs-slip
(fset 'yes-or-no-p 'y-or-n-p)
#+end_src

brother na
ellam line run pani pathan(ctrl+x+e)
no error
font mattum empty ha vitutan

The begin_src block should be emacs-lisp or elisp not emacs-slip

can you try changing the all the blocks language and try again

emacs replace keybind sollunga bro

Move the cursor to the begining of the file and do the following

press Alt+% (Alt + Shift + 5) and then type slip and lisp,

Once you are in replace mode then press ! (Shift + 1) which will replace all the occurance


replace panitan bro

Super, save the file and restart emacs

save panitu
emacs close pani
open pannan bro
no changes:(

Can you check the changes are saved in the file ?

save pannan bro