* Void-variable ntent when starting org-mode @ 2006-10-26 14:02 Pradyumna 2006-10-27 10:09 ` Carsten Dominik 0 siblings, 1 reply; 3+ messages in thread From: Pradyumna @ 2006-10-26 14:02 UTC (permalink / raw) To: emacs-orgmode Hi, I have started using the org mode in Emacs 22 and am facing error while starting it. I tried to start the org mode in emacs 22 by: M-x org-mode: This is from the *Messages* buffer: Loading org... call-interactively: Symbol's value as variable is void: ntent I then created a file foo.org and tried opening it from emacs 22 and got the following error: This is from the *Messages* buffer: Loading org... File mode specification error: (void-variable ntent) Do I need to define this variable anywhere? Or am I missing any other configuration in .emacs? This is my org mode setting in my emacs file ;;org mode (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) (define-key global-map "\C-cl" 'org-store-link) (define-key global-map "\C-ca" 'org-agenda) (global-font-lock-mode 1) ; for all buffers (add-hook 'org-mode-hook 'turn-on-font-lock) ; org-mode buffers only ;; Tried to load the org mode at startup but this also does not work. ;;(require 'org) ;;(load "org") ;;org mode Emacs version is: emacs-version is a variable defined in `version.el'. Its value is "22.0.50.1" Org version is: org-version's value is "4.49" Thanks, Prad -------------------------------------------------------------------- Mail Disclaimer: This e-mail and any files transmitted with it are confidential and the views expressed in the same are not necessarily the views of Synechron, and its Directors, Management or Employees. This communication represents the originator's personal views and opinions. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, be advised that you have received this e-mail by error, and that any use, dissemination, forwarding, printing, or copying of this e-mail is strictly prohibited. You shall be under obligation to keep the contents of this e-mail, strictly confidential and shall not disclose, disseminate or divulge the same to any Person, Company, Firm or Entity. Even though Synechron uses up-to-date virus checking software to scan it's emails please ensure you have adequate virus protection before you open or detach any documents from this transmission. Synechron does not accept any liability for viruses or vulnerabilities. The rights to monitor all e-mail communication through our network are reserved with us. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Void-variable ntent when starting org-mode 2006-10-26 14:02 Void-variable ntent when starting org-mode Pradyumna @ 2006-10-27 10:09 ` Carsten Dominik 2006-10-27 18:33 ` Pradyumna 0 siblings, 1 reply; 3+ messages in thread From: Carsten Dominik @ 2006-10-27 10:09 UTC (permalink / raw) To: Pradyumna; +Cc: emacs-orgmode Seems to me that your org.el file is corrupted. - Carsten On Oct 26, 2006, at 16:02, Pradyumna wrote: > Hi, > > I have started using the org mode in Emacs 22 and am facing error while > starting it. > > I tried to start the org mode in emacs 22 by: > M-x org-mode: > > This is from the *Messages* buffer: > Loading org... > call-interactively: Symbol's value as variable is void: ntent > > I then created a file foo.org and tried opening it from emacs 22 and > got > the following error: > > This is from the *Messages* buffer: > Loading org... > File mode specification error: (void-variable ntent) > > Do I need to define this variable anywhere? > Or am I missing any other configuration in .emacs? > > This is my org mode setting in my emacs file > ;;org mode > (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) > (define-key global-map "\C-cl" 'org-store-link) > (define-key global-map "\C-ca" 'org-agenda) > (global-font-lock-mode 1) ; for all buffers > (add-hook 'org-mode-hook 'turn-on-font-lock) ; org-mode buffers > only > > ;; Tried to load the org mode at startup but this also does not work. > ;;(require 'org) > ;;(load "org") > > ;;org mode > > Emacs version is: > emacs-version is a variable defined in `version.el'. > Its value is "22.0.50.1" > > Org version is: > org-version's value is "4.49" > > Thanks, > Prad > > > -------------------------------------------------------------------- > Mail Disclaimer: This e-mail and any files transmitted with it are > confidential and the views expressed in the same are not necessarily > the views of Synechron, and its Directors, Management or Employees. > This communication represents the originator's personal views and > opinions. If you are not the intended recipient or the person > responsible for delivering the e-mail to the intended recipient, be > advised that you have received this e-mail by error, and that any use, > dissemination, forwarding, printing, or copying of this e-mail is > strictly prohibited. You shall be under obligation to keep the > contents of this e-mail, strictly confidential and shall not disclose, > disseminate or divulge the same to any Person, Company, Firm or > Entity. Even though Synechron uses up-to-date virus checking software > to scan it's emails please ensure you have adequate virus protection > before you open or detach any documents from this transmission. > Synechron does not accept any liability for viruses or > vulnerabilities. The rights to monitor all e-mail communication > through our network are reserved with us. > > -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Void-variable ntent when starting org-mode 2006-10-27 10:09 ` Carsten Dominik @ 2006-10-27 18:33 ` Pradyumna 0 siblings, 0 replies; 3+ messages in thread From: Pradyumna @ 2006-10-27 18:33 UTC (permalink / raw) To: Carsten Dominik; +Cc: emacs-orgmode Hi Carsten, I tried to open the org.el file in $EMACS/./lisp/textmodes/org.el and its contents are proper. It does not seem to be corrupted. Also I renamed the org.elc file and tried to start org mode again but am getting the same error. Would you want me to forward you the org file? Since it is to large I am not sending it. Also will try to get the latest version from cvs. Thanks, Pradyumna Borge. Carsten Dominik wrote: > Seems to me that your org.el file is corrupted. > > - Carsten > > On Oct 26, 2006, at 16:02, Pradyumna wrote: > >> Hi, >> >> I have started using the org mode in Emacs 22 and am facing error while >> starting it. >> >> I tried to start the org mode in emacs 22 by: >> M-x org-mode: >> >> This is from the *Messages* buffer: >> Loading org... >> call-interactively: Symbol's value as variable is void: ntent >> >> I then created a file foo.org and tried opening it from emacs 22 and got >> the following error: >> >> This is from the *Messages* buffer: >> Loading org... >> File mode specification error: (void-variable ntent) >> >> Do I need to define this variable anywhere? >> Or am I missing any other configuration in .emacs? >> >> This is my org mode setting in my emacs file >> ;;org mode >> (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) >> (define-key global-map "\C-cl" 'org-store-link) >> (define-key global-map "\C-ca" 'org-agenda) >> (global-font-lock-mode 1) ; for all buffers >> (add-hook 'org-mode-hook 'turn-on-font-lock) ; org-mode buffers >> only >> >> ;; Tried to load the org mode at startup but this also does not work. >> ;;(require 'org) >> ;;(load "org") >> >> ;;org mode >> >> Emacs version is: >> emacs-version is a variable defined in `version.el'. >> Its value is "22.0.50.1" >> >> Org version is: >> org-version's value is "4.49" >> >> Thanks, >> Prad >> >> >> -------------------------------------------------------------------- >> Mail Disclaimer: This e-mail and any files transmitted with it are >> confidential and the views expressed in the same are not necessarily >> the views of Synechron, and its Directors, Management or Employees. >> This communication represents the originator's personal views and >> opinions. If you are not the intended recipient or the person >> responsible for delivering the e-mail to the intended recipient, be >> advised that you have received this e-mail by error, and that any >> use, dissemination, forwarding, printing, or copying of this e-mail >> is strictly prohibited. You shall be under obligation to keep the >> contents of this e-mail, strictly confidential and shall not >> disclose, disseminate or divulge the same to any Person, Company, >> Firm or Entity. Even though Synechron uses up-to-date virus checking >> software to scan it's emails please ensure you have adequate virus >> protection before you open or detach any documents from this >> transmission. Synechron does not accept any liability for viruses or >> vulnerabilities. The rights to monitor all e-mail communication >> through our network are reserved with us. >> >> > > -- > Carsten Dominik > Sterrenkundig Instituut "Anton Pannekoek" > Universiteit van Amsterdam > Kruislaan 403 > NL-1098SJ Amsterdam > phone: +31 20 525 7477 > > > -------------------------------------------------------------------- Mail Disclaimer: This e-mail and any files transmitted with it are confidential and the views expressed in the same are not necessarily the views of Synechron, and its Directors, Management or Employees. This communication represents the originator's personal views and opinions. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, be advised that you have received this e-mail by error, and that any use, dissemination, forwarding, printing, or copying of this e-mail is strictly prohibited. You shall be under obligation to keep the contents of this e-mail, strictly confidential and shall not disclose, disseminate or divulge the same to any Person, Company, Firm or Entity. Even though Synechron uses up-to-date virus checking software to scan it's emails please ensure you have adequate virus protection before you open or detach any documents from this transmission. Synechron does not accept any liability for viruses or vulnerabilities. The rights to monitor all e-mail communication through our network are reserved with us. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-10-27 18:30 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2006-10-26 14:02 Void-variable ntent when starting org-mode Pradyumna 2006-10-27 10:09 ` Carsten Dominik 2006-10-27 18:33 ` Pradyumna
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.