From: Christopher Dimech <dimech@gmx.com>
To: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: Emacs Debugger Error when using org-defkey
Date: Tue, 13 Oct 2020 12:11:05 +0200 [thread overview]
Message-ID: <trinity-c673f1a9-99c8-4ec4-a0da-648713436c55-1602583865587@3c-app-mailcom-bs15> (raw)
I am tryong to set keybindings for dragging line backwards and forwards
using
org-def but emacs is complaining when I do "emacs --debug"
( org-defkey org-mode-map (kbd "C-t l b") 'org-drag-line-backward )
( org-defkey org-mode-map (kbd "C-t l f") 'org-drag-line-forward )
emacs --debug
Debugger entered--Lisp error: (void-function org-defkey)
(org-defkey org-mode-map (kbd "C-t l b") 'org-drag-line-backward)
eval-buffer(#<buffer *load*-254160> nil
"/home/hagbard/GAdmSw/GungaDin--1.0/el/gungadin-org..." nil t) ;
Reading at buffer position 3915
load-with-code-conversion("/home/hagbard/GAdmSw/GungaDin--1.0/el/gungad
in-org..." "/home/hagbard/GAdmSw/GungaDin--1.0/el/gungadin-org..." nil
nil)
load("/home/hagbard/GAdmSw/GungaDin--1.0/el/gungadin-org...")
eval-buffer(#<buffer *load*-555191> nil
"/home/hagbard/GAdmSw/GungaDin--1.0/el/gungadin.el" nil t) ; Reading
at buffer position 4649
load-with-code-conversion("/home/hagbard/GAdmSw/GungaDin--1.0/el/gungad
in.el" "/home/hagbard/GAdmSw/GungaDin--1.0/el/gungadin.el" nil nil)
load("/home/hagbard/GAdmSw/GungaDin--1.0/el/gungadin.el")
eval-buffer(#<buffer *load*> nil "/home/hagbard/.emacs" nil t) ;
Reading at buffer position 777
load-with-code-conversion("/home/hagbard/.emacs"
"/home/hagbard/.emacs" t t)
load("~/.emacs" noerror nomessage)
startup--load-user-init-file(#f(compiled-function () #<bytecode
0x7e3b3d>) #f(compiled-function () #<bytecode 0x7e3b51>) t)
command-line()
normal-top-level()
next reply other threads:[~2020-10-13 10:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-13 10:11 Christopher Dimech [this message]
2020-10-14 6:45 ` Emacs Debugger Error when using org-defkey Michael Heerdegen
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=trinity-c673f1a9-99c8-4ec4-a0da-648713436c55-1602583865587@3c-app-mailcom-bs15 \
--to=dimech@gmx.com \
--cc=help-gnu-emacs@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.