From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Salazar Subject: Re: Babel error on init with 8.3.1 Date: Mon, 10 Aug 2015 22:45:14 -0400 Message-ID: References: <0a16ec2b6b884b488bdf01be3be81189@exchsrv2.sgc.loc> <87egjahai2.fsf@kmlap.domain.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b5d9505753aa4051d001705 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOzZ1-0007t1-Ht for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 22:45:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZOzYx-0008B5-VK for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 22:45:19 -0400 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:34153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOzYx-0008Aj-FF for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 22:45:15 -0400 Received: by pawu10 with SMTP id u10so153186162paw.1 for ; Mon, 10 Aug 2015 19:45:14 -0700 (PDT) In-Reply-To: <87egjahai2.fsf@kmlap.domain.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Kyle Meyer Cc: Ryan Schuetzler , "Cook, Malcolm" , "emacs-orgmode@gnu.org" --047d7b5d9505753aa4051d001705 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Did that, same error. When I run $ emacs -Q and then immediately do org-version, I get: Org-mode version 8.2.10 (release_8.2.10 @ /usr/local/Cellar/emacs/24.5/share/emacs/24.5/lisp/org/) Same thing if I run emacs -Q --eval '(setq user-emacs-directory "~/Downloads/tmp/emacsd/")' -l ~/Downloads/tmp/emacsd/scratch.el Is this part of the problem, or is that part OK? On Mon, Aug 10, 2015 at 9:36 PM, Kyle Meyer wrote: > Peter Salazar wrote: > > Thanks. Tried that, but then when I launch regular Emacs with my init > file, > > I still get this error: > > https://gist.github.com/512c4934d5351a47b2a1 > > > > Any other ideas? > > Maybe the builtin Org is being loaded before your elpa version. (In the > backtrace you posted from your startup, I see a find-file call with an > Org file.) What does org-version say? > > > On Mon, Aug 10, 2015 at 7:18 PM, Cook, Malcolm wrote: > > > >> Try that recipe again but without the org-reload. That is forcing org > to > >> load. You don=E2=80=99t WANT org loaded when you build it again insid= e the > package > >> manager. > > Yes, I agree that it is better to install in a clean session without Org > loaded. The idea behind the other recipe is that, if an Org install > with compilation issues is already loaded, it loads the uncompiled files > from the new Org version. > > This seems to help in my tests. > > 1. emacs -Q --eval '(setq user-emacs-directory "/tmp/emacsd/")' -l > /tmp/scratch.el > > ,---- /tmp/scratch.el > | (require 'package) > | (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") > t) > | (package-initialize) > `---- > > 2. Load the builtin Org. > > 3. Go to list-packages and install 'org-20150810'. This results in many > compilation issues (see end of message). > > 4. C-u M-x org-reload > > 5. Uninstall and then reinstall with package-list-packages. This gets > rid of all compilation issues except > > org-gnus.el:305:1:Warning: the following functions might not be > defined at runtime: > gnus-summary-goto-subject, gnus-summary-select-article, > gnus-activate-group, gnus-group-read-group, > gnus-summary-goto-article, gnus-group-jump-to-group > > If I instead run #1-3, restart Emacs and then run #5, I get > > ob-C.el:118:34:Warning: `(c cpp)' is a malformed function > ob-C.el:118:34:Warning: `(c cpp)' is a malformed function > > In org-babel-C-val-to-C-type: > ob-C.el:310:45:Warning: `t' called as a function > > In org-babel-C-utility-header-to-C: > ob-C.el:387:8:Warning: `(c cpp)' is a malformed function > > In org-babel-C-header-to-C: > ob-C.el:413:33:Warning: `(c cpp)' is a malformed function > ob-C.el:413:33:Warning: `(c cpp)' is a malformed function > > In end of data: > ob-C.el:440:1:Warning: the following functions are not known to be > defined: case, c, cpp, > d, t > > in addition to the org-gnus-related message above. > > If I run the same test as above but don't trigger an Org load before > installing 'org-20150810' (i.e., #1 and then #3), there are no > compilation issues. > > ,---- Compilation issues when installing 'org-20150810' with 8.2.10 loade= d > | In org-babel-C-execute: > | ob-C.el:118:34:Warning: `(c cpp)' is a malformed function > | ob-C.el:118:34:Warning: `(c cpp)' is a malformed function > | > | In org-babel-C-val-to-C-type: > | ob-C.el:310:45:Warning: `t' called as a function > | > | In org-babel-C-utility-header-to-C: > | ob-C.el:387:8:Warning: `(c cpp)' is a malformed function > | > | In org-babel-C-header-to-C: > | ob-C.el:413:33:Warning: `(c cpp)' is a malformed function > | ob-C.el:413:33:Warning: `(c cpp)' is a malformed function > | > | In end of data: > | ob-C.el:440:1:Warning: the following functions are not known to be > defined: case, c, cpp, > | d, t > | ob-R.el:72:11:Warning: reference to free variable > `org-babel-safe-header-args' > | > | In end of data: > | ob-R.el:470:1:Warning: the following functions are not known to be > defined: > | org-babel-header-args-safe-fn, org-babel-graphical-output-file > | > | In org-babel-get-src-block-info: > | ob-core.el:266:30:Warning: org-babel-named-src-block-regexp-for-name > called > | with 0 arguments, but requires 1 > | > | In org-babel-set-current-result-hash: > | ob-core.el:1268:8:Warning: function org-babel-set-current-result-hash > used to > | take 1 argument, now takes 2 > | > | In org-babel-exp-src-block: > | ob-exp.el:133:59:Warning: reference to free variable > | `org-babel-exp-reference-buffer' > | > | In org-babel-exp-process-buffer: > | ob-exp.el:157:8:Warning: function org-babel-exp-process-buffer used to > take 0 > | arguments, now takes 1 > | > | In org-babel-exp-do-export: > | ob-exp.el:328:50:Warning: org-babel-exp-code called with 2 arguments, b= ut > | accepts only 1 > | ob-exp.el:331:39:Warning: org-babel-exp-code called with 2 arguments, b= ut > | accepts only 1 > | > | In org-babel-exp-code: > | ob-exp.el:375:8:Warning: function org-babel-exp-code used to take 1 > argument, > | now takes 2 > | ob-exp.el:383:21:Warning: reference to free variable > | `org-babel-exp-reference-buffer' > | > | In org-babel-exp-results: > | ob-exp.el:414:27:Warning: reference to free variable > | `org-babel-exp-reference-buffer' > | > | In end of data: > | ob-exp.el:450:1:Warning: the function `org-babel-remove-inline-result' > is not > | known to be defined. > | > | In org-babel-lob-execute: > | ob-lob.el:159:35:Warning: org-babel-current-result-hash called with 1 > | argument, but accepts only 0 > | ob-lob.el:171:12:Warning: org-babel-set-current-result-hash called with= 2 > | arguments, but accepts only 1 > | > | In end of data: > | ob-maxima.el:128:1:Warning: the function > `org-babel-graphical-output-file' is > | not known to be defined. > | > | In end of data: > | ob-octave.el:277:1:Warning: the function > `org-babel-graphical-output-file' is > | not known to be defined. > | > | In org-babel-ref-resolve: > | ob-ref.el:129:30:Warning: reference to free variable > | `org-babel-exp-reference-buffer' > | > | In org-agenda-show-1: > | org-agenda.el:8704:10:Warning: org-cycle-hide-drawers called with 2 > arguments, > | but accepts only 1 > | > | In org-agenda-insert-diary-as-top-level: > | org-agenda.el:9518:4:Warning: org-insert-heading called with 3 > arguments, but > | accepts only 0-2 > | > | In end of data: > | org-agenda.el:10193:1:Warning: the following functions are not known to > be defined: org-get-at-eol, > | org-end-of-meta-data, org-show-set-visibility > | > | In end of data: > | org-capture.el:1844:1:Warning: the function `org-end-of-meta-data' is n= ot > | known to be defined. > | > | In org-clock-jump-to-current-clock: > | org-clock.el:960:23:Warning: org-flag-drawer called with 2 arguments, b= ut > | accepts only 1 > | > | In org-clock-find-position: > | org-clock.el:1517:35:Warning: reference to free variable > | `org-planning-line-re' > | > | In org-clock-remove-empty-clock-drawer: > | org-clock.el:1659:12:Warning: org-remove-empty-drawer-at called with 1 > | argument, but requires 2 > | > | In org-clock-cancel: > | org-clock.el:1729:17:Warning: org-remove-empty-drawer-at called with 1 > | argument, but requires 2 > | > | In end of data: > | org-clock.el:3036:1:Warning: the function `font-lock-ensure' is not > known to > | be defined. > | > | In end of data: > | org-colview.el:1605:1:Warning: the following functions are not known to > be defined: > | org-get-priority-face, org-in-commented-heading-p > | > | In org-element--get-node-properties: > | org-element.el:864:29:Warning: reference to free variable > | `org-planning-line-re' > | > | In org-element--get-time-properties: > | org-element.el:879:45:Warning: reference to free variable > | `org-planning-line-re' > | > | In org-element-property-drawer-parser: > | org-element.el:1422:8:Warning: function > org-element-property-drawer-parser > | used to take 2 arguments, now takes 1 > | > | In org-element--current-element: > | org-element.el:3747:46:Warning: reference to free variable > | `org-planning-line-re' > | org-element.el:3757:21:Warning: reference to free variable > `org-clock-line-re' > | > | In org-element-interpret-data: > | org-element.el:4397:8:Warning: function org-element-interpret-data used > to > | take 1-2 arguments, now takes 1 > | > | In org-element-at-point: > | org-element.el:5645:8:Warning: function org-element-at-point used to > take 0-1 > | arguments, now takes 0 > | > | In end of data: > | org-element.el:6006:1:Warning: the function > `org-macro-extract-arguments' is > | not known to be defined. > | > | In end of data: > | org-gnus.el:305:1:Warning: the following functions might not be defined > at runtime: > | gnus-summary-goto-subject, gnus-summary-select-article, > | gnus-activate-group, gnus-group-read-group, > | gnus-summary-goto-article, gnus-group-jump-to-group > | > | In org-habit-parse-todo: > | org-habit.el:207:19:Warning: reference to free variable > | `org-ts-regexp-inactive' > | In org-edit-src-code: > | org-src.el:814:8:Warning: function org-edit-src-code used to take 0-3 > | arguments, now takes 0-2 > | > | In org-edit-src-exit: > | org-src.el:933:8:Warning: function org-edit-src-exit used to take 0-1 > | arguments, now takes 0 > | > | In end of data: > | org-timer.el:510:1:Warning: the function `org-get-at-eol' is not known > to be > | defined. > | > | In org-cycle-hide-drawers: > | org.el:7202:18:Warning: org-flag-drawer called with 2 arguments, but > accepts > | only 1 > | > | In org-tree-to-indirect-buffer: > | org.el:7632:17:Warning: org-get-indirect-buffer called with 2 arguments= , > but > | accepts only 0-1 > | > | In org-clone-subtree-with-time-shift: > | org.el:8805:18:Warning: org-remove-empty-drawer-at called with 1 > argument, but > | requires 2 > | > | In org-insert-all-links: > | org.el:10187:8:Warning: function org-insert-all-links used to take 0-1 > | arguments, now takes 1-3 > | > | In org-link-search: > | org.el:11016:8:Warning: function org-link-search used to take 1-4 > arguments, > | now takes 1-3 > | > | In org-store-log-note: > | org.el:13768:12:Warning: org-remove-empty-drawer-at called with 1 > argument, > | but requires 2 > | > | In org-remove-empty-drawer-at: > | org.el:13809:8:Warning: function org-remove-empty-drawer-at used to tak= e > 2 > | arguments, now takes 1 > | > | In org-tags-expand: > | org.el:14648:34:Warning: org-tags-expand called with 4 arguments, but > accepts > | only 1-3 > | > | In org-get-property-block: > | org.el:15547:8:Warning: function org-get-property-block used to take 0-= 3 > | arguments, now takes 0-2 > | > | In org-entry-properties: > | org.el:15658:8:Warning: function org-entry-properties used to take 0-3 > | arguments, now takes 0-2 > | > | In org-entry-delete: > | org.el:15922:8:Warning: function org-entry-delete used to take 2-3 > arguments, > | now takes 2 > | > | In org-delete-property: > | org.el:16381:8:Warning: function org-delete-property used to take 1-2 > | arguments, now takes 1 > | > | In org-format-latex: > | org.el:19024:8:Warning: function org-format-latex used to take 1-7 > arguments, > | now takes 1-6 > | > | In end of data: > | org.el:25234:1:Warning: the following functions are not known to be > defined: > | font-lock-ensure, org-edit-table.el, org-edit-export-block, > | org-edit-footnote-reference > | > | In end of data: > | ox-ascii.el:2138:1:Warning: the function `org-element-lineage' is not > known to > | be defined. > | > | In end of data: > | ox-beamer.el:1191:1:Warning: the function `org-element-lineage' is not > known > | to be defined. > | > | In end of data: > | ox-html.el:3617:1:Warning: the following functions are not known to be > defined: > | font-lock-ensure, org-link-escape-browser > | > | In end of data: > | ox-icalendar.el:964:1:Warning: the function `org-element-lineage' is no= t > known > | to be defined. > | > | In end of data: > | ox-latex.el:3540:1:Warning: the following functions are not known to be > defined: > | org-element-lineage, org-element-insert-before, > | org-element-extract-element > | > | In end of data: > | ox-odt.el:4417:1:Warning: the following functions are not known to be > defined: > | org-element-lineage, font-lock-ensure > | > | In end of data: > | ox-org.el:328:1:Warning: the function `font-lock-ensure' is not known t= o > be > | defined. > | > | In end of data: > | ox-texinfo.el:1673:1:Warning: the function `org-element-lineage' is not > known > | to be defined. > | > | In org-export-as: > | ox.el:2933:11:Warning: org-macro-replace-all called with 3 arguments, b= ut > | accepts only 1 > | ox.el:2972:42:Warning: org-macro-replace-all called with 3 arguments, b= ut > | accepts only 1 > | > | In org-export--inclusion-absolute-lines: > | ox.el:3314:33:Warning: reference to free variable `org-planning-line-re= ' > | > | In org-export-execute-babel-code: > | ox.el:3497:22:Warning: org-babel-exp-process-buffer called with 1 > argument, > | but accepts only 0 > | > | In end of data: > | ox.el:6446:1:Warning: the following functions are not known to be > defined: > | org-element-extract-element, org-element-insert-before, > | org-element-create, org-element-lineage, org-element-copy, > | org-element-remove-indentation, org-element-secondary-p > `---- > > -- > Kyle > --047d7b5d9505753aa4051d001705 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Did that, same error. When I run $ emacs -Q and then immed= iately do org-version, I get: Org-mode version 8.2.10 (release_8.2.10 @ /us= r/local/Cellar/emacs/24.5/share/emacs/24.5/lisp/org/)

Same thing if I run=C2=A0emacs -Q --eval '(setq user-emacs= -directory "~/Downloads/tmp/emacsd/")' -l ~/Downloads/tmp/ema= csd/scratch.el

Is this part of= the problem, or is that part OK?



On Mon, Aug 10, 2015 at 9:36 PM, Kyle Meyer <<= a href=3D"mailto:kyle@kyleam.com" target=3D"_blank">kyle@kyleam.com>= wrote:
Peter Sal= azar <cycleofsong@gmail.com= > wrote:
> Thanks. Tried that, but then when I launch regular Emacs with my init = file,
> I still get this error:
> https://gist.github.com/512c4934d5351a47b2a1 >
> Any other ideas?

Maybe the builtin Org is being loaded before your elpa version.=C2= =A0 (In the
backtrace you posted from your startup, I see a find-file call with an
Org file.)=C2=A0 What does org-version say?

> On Mon, Aug 10, 2015 at 7:18 PM, Cook, Malcolm <MEC@stowers.org> wrote:
>
>> Try that recipe again but without the org-reload.=C2=A0 That is fo= rcing org to
>> load.=C2=A0 You don=E2=80=99t WANT org loaded when you build it ag= ain inside the package
>> manager.

Yes, I agree that it is better to install in a clean session without= Org
loaded.=C2=A0 The idea behind the other recipe is that, if an Org install with compilation issues is already loaded, it loads the uncompiled files from the new Org version.

This seems to help in my tests.

1. emacs -Q --eval '(setq user-emacs-directory "/tmp/emacsd/"= )' -l /tmp/scratch.el

=C2=A0 =C2=A0,---- /tmp/scratch.el
=C2=A0 =C2=A0| (require 'package)
=C2=A0 =C2=A0| (add-to-list 'package-archives '("org" . &= quot;http://orgmode.org/elpa/") t)
=C2=A0 =C2=A0| (package-initialize)
=C2=A0 =C2=A0`----

2. Load the builtin Org.

3. Go to list-packages and install 'org-20150810'.=C2=A0 This resul= ts in many
=C2=A0 =C2=A0compilation issues (see end of message).

4. C-u M-x org-reload

5. Uninstall and then reinstall with package-list-packages.=C2=A0 This gets=
=C2=A0 =C2=A0rid of all compilation issues except

=C2=A0 =C2=A0 org-gnus.el:305:1:Warning: the following functions might not = be defined at runtime:
=C2=A0 =C2=A0 =C2=A0 =C2=A0 gnus-summary-goto-subject, gnus-summary-select-= article,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 gnus-activate-group, gnus-group-read-group,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 gnus-summary-goto-article, gnus-group-jump-to-g= roup

If I instead run #1-3, restart Emacs and then run #5, I get

=C2=A0 =C2=A0 ob-C.el:118:34:Warning: `(c cpp)' is a malformed function=
=C2=A0 =C2=A0 ob-C.el:118:34:Warning: `(c cpp)' is a malformed function=

=C2=A0 =C2=A0 In org-babel-C-val-to-C-type:
=C2=A0 =C2=A0 ob-C.el:310:45:Warning: `t' called as a function

=C2=A0 =C2=A0 In org-babel-C-utility-header-to-C:
=C2=A0 =C2=A0 ob-C.el:387:8:Warning: `(c cpp)' is a malformed function<= br>
=C2=A0 =C2=A0 In org-babel-C-header-to-C:
=C2=A0 =C2=A0 ob-C.el:413:33:Warning: `(c cpp)' is a malformed function=
=C2=A0 =C2=A0 ob-C.el:413:33:Warning: `(c cpp)' is a malformed function=

=C2=A0 =C2=A0 In end of data:
=C2=A0 =C2=A0 ob-C.el:440:1:Warning: the following functions are not known = to be defined: case, c, cpp,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 d, t

in addition to the org-gnus-related message above.

If I run the same test as above but don't trigger an Org load before installing 'org-20150810' (i.e., #1 and then #3), there are no
compilation issues.

,---- Compilation issues when installing 'org-20150810' with 8.2.10= loaded
| In org-babel-C-execute:
| ob-C.el:118:34:Warning: `(c cpp)' is a malformed function
| ob-C.el:118:34:Warning: `(c cpp)' is a malformed function
|
| In org-babel-C-val-to-C-type:
| ob-C.el:310:45:Warning: `t' called as a function
|
| In org-babel-C-utility-header-to-C:
| ob-C.el:387:8:Warning: `(c cpp)' is a malformed function
|
| In org-babel-C-header-to-C:
| ob-C.el:413:33:Warning: `(c cpp)' is a malformed function
| ob-C.el:413:33:Warning: `(c cpp)' is a malformed function
|
| In end of data:
| ob-C.el:440:1:Warning: the following functions are not known to be define= d: case, c, cpp,
|=C2=A0 =C2=A0 =C2=A0d, t
| ob-R.el:72:11:Warning: reference to free variable `org-babel-safe-header-= args'
|
| In end of data:
| ob-R.el:470:1:Warning: the following functions are not known to be define= d:
|=C2=A0 =C2=A0 =C2=A0org-babel-header-args-safe-fn, org-babel-graphical-out= put-file
|
| In org-babel-get-src-block-info:
| ob-core.el:266:30:Warning: org-babel-named-src-block-regexp-for-name call= ed
|=C2=A0 =C2=A0 =C2=A0with 0 arguments, but requires 1
|
| In org-babel-set-current-result-hash:
| ob-core.el:1268:8:Warning: function org-babel-set-current-result-hash use= d to
|=C2=A0 =C2=A0 =C2=A0take 1 argument, now takes 2
|
| In org-babel-exp-src-block:
| ob-exp.el:133:59:Warning: reference to free variable
|=C2=A0 =C2=A0 =C2=A0`org-babel-exp-reference-buffer'
|
| In org-babel-exp-process-buffer:
| ob-exp.el:157:8:Warning: function org-babel-exp-process-buffer used to ta= ke 0
|=C2=A0 =C2=A0 =C2=A0arguments, now takes 1
|
| In org-babel-exp-do-export:
| ob-exp.el:328:50:Warning: org-babel-exp-code called with 2 arguments, but=
|=C2=A0 =C2=A0 =C2=A0accepts only 1
| ob-exp.el:331:39:Warning: org-babel-exp-code called with 2 arguments, but=
|=C2=A0 =C2=A0 =C2=A0accepts only 1
|
| In org-babel-exp-code:
| ob-exp.el:375:8:Warning: function org-babel-exp-code used to take 1 argum= ent,
|=C2=A0 =C2=A0 =C2=A0now takes 2
| ob-exp.el:383:21:Warning: reference to free variable
|=C2=A0 =C2=A0 =C2=A0`org-babel-exp-reference-buffer'
|
| In org-babel-exp-results:
| ob-exp.el:414:27:Warning: reference to free variable
|=C2=A0 =C2=A0 =C2=A0`org-babel-exp-reference-buffer'
|
| In end of data:
| ob-exp.el:450:1:Warning: the function `org-babel-remove-inline-result'= ; is not
|=C2=A0 =C2=A0 =C2=A0known to be defined.
|
| In org-babel-lob-execute:
| ob-lob.el:159:35:Warning: org-babel-current-result-hash called with 1
|=C2=A0 =C2=A0 =C2=A0argument, but accepts only 0
| ob-lob.el:171:12:Warning: org-babel-set-current-result-hash called with 2=
|=C2=A0 =C2=A0 =C2=A0arguments, but accepts only 1
|
| In end of data:
| ob-maxima.el:128:1:Warning: the function `org-babel-graphical-output-file= ' is
|=C2=A0 =C2=A0 =C2=A0not known to be defined.
|
| In end of data:
| ob-octave.el:277:1:Warning: the function `org-babel-graphical-output-file= ' is
|=C2=A0 =C2=A0 =C2=A0not known to be defined.
|
| In org-babel-ref-resolve:
| ob-ref.el:129:30:Warning: reference to free variable
|=C2=A0 =C2=A0 =C2=A0`org-babel-exp-reference-buffer'
|
| In org-agenda-show-1:
| org-agenda.el:8704:10:Warning: org-cycle-hide-drawers called with 2 argum= ents,
|=C2=A0 =C2=A0 =C2=A0but accepts only 1
|
| In org-agenda-insert-diary-as-top-level:
| org-agenda.el:9518:4:Warning: org-insert-heading called with 3 arguments,= but
|=C2=A0 =C2=A0 =C2=A0accepts only 0-2
|
| In end of data:
| org-agenda.el:10193:1:Warning: the following functions are not known to b= e defined: org-get-at-eol,
|=C2=A0 =C2=A0 =C2=A0org-end-of-meta-data, org-show-set-visibility
|
| In end of data:
| org-capture.el:1844:1:Warning: the function `org-end-of-meta-data' is= not
|=C2=A0 =C2=A0 =C2=A0known to be defined.
|
| In org-clock-jump-to-current-clock:
| org-clock.el:960:23:Warning: org-flag-drawer called with 2 arguments, but=
|=C2=A0 =C2=A0 =C2=A0accepts only 1
|
| In org-clock-find-position:
| org-clock.el:1517:35:Warning: reference to free variable
|=C2=A0 =C2=A0 =C2=A0`org-planning-line-re'
|
| In org-clock-remove-empty-clock-drawer:
| org-clock.el:1659:12:Warning: org-remove-empty-drawer-at called with 1 |=C2=A0 =C2=A0 =C2=A0argument, but requires 2
|
| In org-clock-cancel:
| org-clock.el:1729:17:Warning: org-remove-empty-drawer-at called with 1 |=C2=A0 =C2=A0 =C2=A0argument, but requires 2
|
| In end of data:
| org-clock.el:3036:1:Warning: the function `font-lock-ensure' is not k= nown to
|=C2=A0 =C2=A0 =C2=A0be defined.
|
| In end of data:
| org-colview.el:1605:1:Warning: the following functions are not known to b= e defined:
|=C2=A0 =C2=A0 =C2=A0org-get-priority-face, org-in-commented-heading-p
|
| In org-element--get-node-properties:
| org-element.el:864:29:Warning: reference to free variable
|=C2=A0 =C2=A0 =C2=A0`org-planning-line-re'
|
| In org-element--get-time-properties:
| org-element.el:879:45:Warning: reference to free variable
|=C2=A0 =C2=A0 =C2=A0`org-planning-line-re'
|
| In org-element-property-drawer-parser:
| org-element.el:1422:8:Warning: function org-element-property-drawer-parse= r
|=C2=A0 =C2=A0 =C2=A0used to take 2 arguments, now takes 1
|
| In org-element--current-element:
| org-element.el:3747:46:Warning: reference to free variable
|=C2=A0 =C2=A0 =C2=A0`org-planning-line-re'
| org-element.el:3757:21:Warning: reference to free variable `org-clock-lin= e-re'
|
| In org-element-interpret-data:
| org-element.el:4397:8:Warning: function org-element-interpret-data used t= o
|=C2=A0 =C2=A0 =C2=A0take 1-2 arguments, now takes 1
|
| In org-element-at-point:
| org-element.el:5645:8:Warning: function org-element-at-point used to take= 0-1
|=C2=A0 =C2=A0 =C2=A0arguments, now takes 0
|
| In end of data:
| org-element.el:6006:1:Warning: the function `org-macro-extract-arguments&= #39; is
|=C2=A0 =C2=A0 =C2=A0not known to be defined.
|
| In end of data:
| org-gnus.el:305:1:Warning: the following functions might not be defined a= t runtime:
|=C2=A0 =C2=A0 =C2=A0gnus-summary-goto-subject, gnus-summary-select-article= ,
|=C2=A0 =C2=A0 =C2=A0gnus-activate-group, gnus-group-read-group,
|=C2=A0 =C2=A0 =C2=A0gnus-summary-goto-article, gnus-group-jump-to-group |
| In org-habit-parse-todo:
| org-habit.el:207:19:Warning: reference to free variable
|=C2=A0 =C2=A0 =C2=A0`org-ts-regexp-inactive'
| In org-edit-src-code:
| org-src.el:814:8:Warning: function org-edit-src-code used to take 0-3
|=C2=A0 =C2=A0 =C2=A0arguments, now takes 0-2
|
| In org-edit-src-exit:
| org-src.el:933:8:Warning: function org-edit-src-exit used to take 0-1
|=C2=A0 =C2=A0 =C2=A0arguments, now takes 0
|
| In end of data:
| org-timer.el:510:1:Warning: the function `org-get-at-eol' is not know= n to be
|=C2=A0 =C2=A0 =C2=A0defined.
|
| In org-cycle-hide-drawers:
| org.el:7202:18:Warning: org-flag-drawer called with 2 arguments, but acce= pts
|=C2=A0 =C2=A0 =C2=A0only 1
|
| In org-tree-to-indirect-buffer:
| org.el:7632:17:Warning: org-get-indirect-buffer called with 2 arguments, = but
|=C2=A0 =C2=A0 =C2=A0accepts only 0-1
|
| In org-clone-subtree-with-time-shift:
| org.el:8805:18:Warning: org-remove-empty-drawer-at called with 1 argument= , but
|=C2=A0 =C2=A0 =C2=A0requires 2
|
| In org-insert-all-links:
| org.el:10187:8:Warning: function org-insert-all-links used to take 0-1 |=C2=A0 =C2=A0 =C2=A0arguments, now takes 1-3
|
| In org-link-search:
| org.el:11016:8:Warning: function org-link-search used to take 1-4 argumen= ts,
|=C2=A0 =C2=A0 =C2=A0now takes 1-3
|
| In org-store-log-note:
| org.el:13768:12:Warning: org-remove-empty-drawer-at called with 1 argumen= t,
|=C2=A0 =C2=A0 =C2=A0but requires 2
|
| In org-remove-empty-drawer-at:
| org.el:13809:8:Warning: function org-remove-empty-drawer-at used to take = 2
|=C2=A0 =C2=A0 =C2=A0arguments, now takes 1
|
| In org-tags-expand:
| org.el:14648:34:Warning: org-tags-expand called with 4 arguments, but acc= epts
|=C2=A0 =C2=A0 =C2=A0only 1-3
|
| In org-get-property-block:
| org.el:15547:8:Warning: function org-get-property-block used to take 0-3<= br> |=C2=A0 =C2=A0 =C2=A0arguments, now takes 0-2
|
| In org-entry-properties:
| org.el:15658:8:Warning: function org-entry-properties used to take 0-3 |=C2=A0 =C2=A0 =C2=A0arguments, now takes 0-2
|
| In org-entry-delete:
| org.el:15922:8:Warning: function org-entry-delete used to take 2-3 argume= nts,
|=C2=A0 =C2=A0 =C2=A0now takes 2
|
| In org-delete-property:
| org.el:16381:8:Warning: function org-delete-property used to take 1-2
|=C2=A0 =C2=A0 =C2=A0arguments, now takes 1
|
| In org-format-latex:
| org.el:19024:8:Warning: function org-format-latex used to take 1-7 argume= nts,
|=C2=A0 =C2=A0 =C2=A0now takes 1-6
|
| In end of data:
| org.el:25234:1:Warning: the following functions are not known to be defin= ed:
|=C2=A0 =C2=A0 =C2=A0font-lock-ensure, org-edit-table.el, org-edit-export-b= lock,
|=C2=A0 =C2=A0 =C2=A0org-edit-footnote-reference
|
| In end of data:
| ox-ascii.el:2138:1:Warning: the function `org-element-lineage' is not= known to
|=C2=A0 =C2=A0 =C2=A0be defined.
|
| In end of data:
| ox-beamer.el:1191:1:Warning: the function `org-element-lineage' is no= t known
|=C2=A0 =C2=A0 =C2=A0to be defined.
|
| In end of data:
| ox-html.el:3617:1:Warning: the following functions are not known to be de= fined:
|=C2=A0 =C2=A0 =C2=A0font-lock-ensure, org-link-escape-browser
|
| In end of data:
| ox-icalendar.el:964:1:Warning: the function `org-element-lineage' is = not known
|=C2=A0 =C2=A0 =C2=A0to be defined.
|
| In end of data:
| ox-latex.el:3540:1:Warning: the following functions are not known to be d= efined:
|=C2=A0 =C2=A0 =C2=A0org-element-lineage, org-element-insert-before,
|=C2=A0 =C2=A0 =C2=A0org-element-extract-element
|
| In end of data:
| ox-odt.el:4417:1:Warning: the following functions are not known to be def= ined:
|=C2=A0 =C2=A0 =C2=A0org-element-lineage, font-lock-ensure
|
| In end of data:
| ox-org.el:328:1:Warning: the function `font-lock-ensure' is not known= to be
|=C2=A0 =C2=A0 =C2=A0defined.
|
| In end of data:
| ox-texinfo.el:1673:1:Warning: the function `org-element-lineage' is n= ot known
|=C2=A0 =C2=A0 =C2=A0to be defined.
|
| In org-export-as:
| ox.el:2933:11:Warning: org-macro-replace-all called with 3 arguments, but=
|=C2=A0 =C2=A0 =C2=A0accepts only 1
| ox.el:2972:42:Warning: org-macro-replace-all called with 3 arguments, but=
|=C2=A0 =C2=A0 =C2=A0accepts only 1
|
| In org-export--inclusion-absolute-lines:
| ox.el:3314:33:Warning: reference to free variable `org-planning-line-re&#= 39;
|
| In org-export-execute-babel-code:
| ox.el:3497:22:Warning: org-babel-exp-process-buffer called with 1 argumen= t,
|=C2=A0 =C2=A0 =C2=A0but accepts only 0
|
| In end of data:
| ox.el:6446:1:Warning: the following functions are not known to be defined= :
|=C2=A0 =C2=A0 =C2=A0org-element-extract-element, org-element-insert-before= ,
|=C2=A0 =C2=A0 =C2=A0org-element-create, org-element-lineage, org-element-c= opy,
|=C2=A0 =C2=A0 =C2=A0org-element-remove-indentation, org-element-secondary-= p
`----

--
Kyle

--047d7b5d9505753aa4051d001705--