Bug: Weird error message whenever creating org file [8.2.5h (8.2.5h-elpa @ /Users/kevin/.emacs.d/elpa/org-20140130/)]

2020-04-14 Thread Kevin Van Horn



Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

 http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.


Whenever I create a new *.org file, I get this error message:

File mode specification error: (error "'recenter'ing a window that does
not display current-buffer.")

Emacs  : GNU Emacs 26.3 (build 1, x86_64-apple-darwin18.2.0, NS appkit-1671.20 
Version 10.14.3 (Build 18D109))
of 2019-09-02
Package: Org-mode version 8.2.5h (8.2.5h-elpa @ 
/Users/kevin/.emacs.d/elpa/org-20140130/)

current state:
==
(setq
org-src-mode-hook '(org-src-babel-configure-edit-buffer
 org-src-mode-configure-edit-buffer)
org-after-todo-state-change-hook '(org-clock-out-if-current)
org-metadown-hook '(org-babel-pop-to-session-maybe)
org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
org-agenda-files '("~/org/")
org-mode-hook '(#[nil "\300\301\302\303\304$\207"
   [org-add-hook change-major-mode-hook org-show-block-all
append local]
   5]
 #[nil "\300\301\302\303\304$\207"
   [org-add-hook change-major-mode-hook
org-babel-show-result-all append local]
   5]
 org-babel-result-hide-spec org-babel-hide-all-hashes
 turn-on-visual-line-mode)
org-confirm-elisp-link-function 'yes-or-no-p
org-startup-indented t
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-metaup-hook '(org-babel-load-in-session-maybe)
org-babel-pre-tangle-hook '(save-buffer)
org-tab-first-hook '(org-hide-block-toggle-maybe
  org-src-native-tab-command-maybe
  org-babel-hide-result-toggle-maybe
  org-babel-header-arg-expand)
org-log-done 'time
org-occur-hook '(org-first-headline-recenter)
org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point
  org-babel-execute-safely-maybe)
org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
  org-cycle-hide-inline-tasks org-cycle-show-empty-lines
  org-optimize-window-after-visibility-change)
org-todo-keywords '((sequence "TODO" "WAITING" "DONE"))
org-speed-command-hook '(org-speed-command-default-hook
  org-babel-speed-command-hook)
org-confirm-shell-link-function 'yes-or-no-p
)



Re: [O] M- does not work as described in the manual

2014-05-23 Thread Kevin Van Horn
I also see this with GNU Emacs 24.2.1, same org-mode version, still Windows 7, 
but a different machine.

Kevin S. Van Horn, Ph.D. | Principal Engineer
D: 801.290.3823 | Salt Lake City Office (Mountain Time)


-Original Message-
From: Kevin Van Horn 
Sent: Thursday, May 22, 2014 12:16 PM
To: Bastien
Cc: emacs-orgmode@gnu.org
Subject: RE: M- does not work as described in the manual

Org-mode version 8.2.6 (8.2.6-22-gb11b4a-elpa).

Emacs: GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601)  of 2013-03-17 on MARVIN

Kevin S. Van Horn, Ph.D. | Principal Engineer
D: 801.290.3823 | Salt Lake City Office (Mountain Time)


-Original Message-
From: Bastien Guerry [mailto:bastiengue...@gmail.com] On Behalf Of Bastien
Sent: Thursday, May 22, 2014 11:01 AM
To: Kevin Van Horn
Cc: emacs-orgmode@gnu.org
Subject: Re: M- does not work as described in the manual

Hi Kevin,

Kevin Van Horn  writes:

> Thank you for your response, but... 
>
> Using the most recent stable version of emacs I still see the bug.

What gives M-x org-version RET?

> When I override the built-in version of org and install version
> 20140519 of org using the package manager, I still see the bug.
>
> I am working under Windows 7, and my emacs version is 24.3.1.

I'm still unable to reproduce this, sorry.

--
 Bastien




Re: [O] M- does not work as described in the manual

2014-05-22 Thread Kevin Van Horn
Org-mode version 8.2.6 (8.2.6-22-gb11b4a-elpa).

Emacs: GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601)
 of 2013-03-17 on MARVIN

Kevin S. Van Horn, Ph.D. | Principal Engineer
D: 801.290.3823 | Salt Lake City Office (Mountain Time)


-Original Message-
From: Bastien Guerry [mailto:bastiengue...@gmail.com] On Behalf Of Bastien
Sent: Thursday, May 22, 2014 11:01 AM
To: Kevin Van Horn
Cc: emacs-orgmode@gnu.org
Subject: Re: M- does not work as described in the manual

Hi Kevin,

Kevin Van Horn  writes:

> Thank you for your response, but... 
>
> Using the most recent stable version of emacs I still see the bug.

What gives M-x org-version RET?

> When I override the built-in version of org and install version
> 20140519 of org using the package manager, I still see the bug.
>
> I am working under Windows 7, and my emacs version is 24.3.1.

I'm still unable to reproduce this, sorry.

-- 
 Bastien




Re: [O] M- does not work as described in the manual

2014-05-22 Thread Kevin Van Horn
Thank you for your response, but... 

Using the most recent stable version of emacs I still see the bug.

When I override the built-in version of org and install version 20140519 of org 
using the package manager, I still see the bug.

I am working under Windows 7, and my emacs version is 24.3.1.

Kevin S. Van Horn, Ph.D. | Principal Engineer
D: 801.290.3823 | Salt Lake City Office (Mountain Time)

-Original Message-
From: Bastien Guerry [mailto:bastiengue...@gmail.com] On Behalf Of Bastien
Sent: Tuesday, May 20, 2014 7:46 PM
To: Kevin Van Horn
Cc: emacs-orgmode@gnu.org
Subject: Re: M- does not work as described in the manual

Hi Kevin,

There used to be such a problem but it has been fixed.

When you report a bug, please first check it's not here anymore with the latest 
stable version, or at least provide the version string of Org.

Thanks,

--
 Bastien




[O] M- does not work as described in the manual

2014-05-20 Thread Kevin Van Horn
Section 2.5 of the online manual states that "If [M-] is used at the 
beginning of a headline the new headline is created before the current line."

This is not what happens. If I have

* Foo
** Bar
*** Baz

with the cursor at the beginning of headline "Bar", and use M-, I get

* Foo
** Bar
**
*** Baz

instead of

* Foo
**
** Bar
*** Baz 

That is, I get a blank headline AFTER the current headline, and it becomes the 
new parent of the original headline's children.

As far as I can tell, that leaves me with no easy way of creating a new heading 
as the first subheading of an existing heading.





Kevin S. Van Horn, Ph.D. | Senior Developer III
The Modellers
6995 Union Park Center Ste 300 | Salt Lake City, UT 84047
Salt Lake City Office (Mountain Time)

D: 801.290.3823
E: kevin.vanh...@themodellers.com 

www.themodellers.com




[O] Bug: Unsure about warning messages [8.2.5h (8.2.5h-elpa @ /Users/kevin/.emacs.d/elpa/org-20140130/)]

2014-02-22 Thread Kevin Van Horn

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

 http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.


When installing org-mode using M-x package-install RET org, I got the
following warnings, and I cannot tell if this is an actual problem or not:


Compiling file /Users/kevin/.emacs.d/elpa/org-20140130/ob-C.el at Sat Feb 22 
01:13:21 2014
Entering directory `/Users/kevin/.emacs.d/elpa/org-20140130/'

In org-babel-C-val-to-C-type:
ob-C.el:174:35:Warning: `(type (org-babel-C-val-to-C-list-type val))' is a
malformed function
ob-C.el:182:20:Warning: reference to free variable `type'

In end of data:
ob-C.el:244:1:Warning: the function `lexical-let' is not known to be defined.


Compiling file /Users/kevin/.emacs.d/elpa/org-20140130/org-gnus.el at Sat Feb 
22 01:13:46 2014

In end of data:
org-gnus.el:301:1:Warning: the following functions might not be defined at 
runtime:
gnus-summary-goto-subject, gnus-summary-select-article,
message-narrow-to-headers, message-generate-headers,
message-unquote-tokens, message-tokenize-header,
gnus-activate-group, gnus-find-method-for-group,
gnus-group-read-group, gnus-summary-goto-article,
gnus-group-jump-to-group


Emacs  : GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)
 of 2013-03-12 on bob.porkrind.org
Package: Org-mode version 8.2.5h (8.2.5h-elpa @ 
/Users/kevin/.emacs.d/elpa/org-20140130/)

current state:
==
(setq
 org-tab-first-hook '(org-hide-block-toggle-maybe
  org-src-native-tab-command-maybe
  org-babel-hide-result-toggle-maybe
  org-babel-header-arg-expand)
 org-speed-command-hook '(org-speed-command-default-hook
  org-babel-speed-command-hook)
 org-occur-hook '(org-first-headline-recenter)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-html-format-drawer-function '(lambda (name contents) contents)
 org-latex-format-inlinetask-function 'ignore
 org-confirm-shell-link-function 'yes-or-no-p
 org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-latex-format-drawer-function '(lambda (name contents) contents)
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
 org-src-mode-configure-edit-buffer)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-mode-hook '(#[nil "\300\301\302\303\304$\207"
   [org-add-hook change-major-mode-hook org-show-block-all
append local]
   5]
 #[nil "\300\301\302\303\304$\207"
   [org-add-hook change-major-mode-hook
org-babel-show-result-all append local]
   5]
 org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-ascii-format-drawer-function '(lambda (name contents width) contents)
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point
  org-babel-execute-safely-maybe)
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
  org-cycle-hide-inline-tasks org-cycle-show-empty-lines
  org-optimize-window-after-visibility-change)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-html-format-headline-function 'ignore
 org-html-format-inlinetask-function 'ignore
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 )