> > The backtrace is not very useful as is because of the byte code. You
> > might try to reproduce with uncompiled code and see if it is any
> > clearer.
>
> How to do that? I had used
> C-u M-x org-reload RET
> before, as described in the org-mode documentation to get a backtrace from
> unco
> The backtrace is not very useful as is because of the byte code. You
> might try to reproduce with uncompiled code and see if it is any
> clearer.
How to do that? I had used
C-u M-x org-reload RET
before, as described in the org-mode documentation to get a backtrace from
uncompiled code. App
Felix Fernandes writes:
>> It does not bother me as much as the following keyboard macro
>>
>> (fset 'jk
>> [?\M-x ?o ?r ?g ?- ?c ?a ?p ?t ?u ?r ?e return ?t return ?\C-e ? ?j ?k
>> ?\C-c ?\C-c])
>>
>> that should invoke the following template:
>> (setq org-capture-templates '(("t" "Todo" en
> It does not bother me as much as the following keyboard macro
>
> (fset 'jk
> [?\M-x ?o ?r ?g ?- ?c ?a ?p ?t ?u ?r ?e return ?t return ?\C-e ? ?j ?k
> ?\C-c ?\C-c])
>
> that should invoke the following template:
> (setq org-capture-templates '(("t" "Todo" entry (file "~/org/j.org"
>
If
> ... and where did that load-path get initialized?
According to
https://www.gnu.org/software/emacs/manual/html_node/elisp/Library-Search.html,
the load-path got initialized to default sources when emacs was compiled.
Then after I did the elpa org-mode update, the elpa directories got placed
at th
Felix Fernandes writes:
> Not sure if this helps but in my load path, I find
> "usr/share/emacs24/site-lisp/org-mode" and at this location, grep shows that
> the obsolete function is defined:
> [vadmin@ubu1004:/usr/share/emacs24/site-lisp/org-mode] $
> grep "org-export-icalendar-this-file" or
> Try loading a minimal init file (e.g. check
>
>http://thread.gmane.org/gmane.emacs.orgmode/80179/focus=80213
>
> for an example) and start emacs with
>
>emacs -q -l /path/to/minimal/.emacs
>
> If org-export-icalendar-this-file is undefined (as it should be), then
> the problem is some
Felix Fernandes writes:
>> Any suggestions on how to fix the installation problems? I have placed
>> package-initialize at the beginning of my .emacs but that doesn't help.
>
> I re-installed org-mode from elpa after deleting all org-related entries
> from my .emacs (I don't have init.el) and ens
> Any suggestions on how to fix the installation problems? I have placed
> package-initialize at the beginning of my .emacs but that doesn't help.
I re-installed org-mode from elpa after deleting all org-related entries
from my .emacs (I don't have init.el) and ensuring that no org buffers were
op