emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Problem with Org-capture mode
@ 2017-01-04 18:50 Doyley, Marvin M.
  2017-01-04 19:06 ` Doyley, Marvin M.
  2017-01-04 19:30 ` Kaushal Modi
  0 siblings, 2 replies; 4+ messages in thread
From: Doyley, Marvin M. @ 2017-01-04 18:50 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 407 bytes --]

Hi there,

Org capture template is not working.

I get the following message when I try to use it. Does anybody know how to fix this ?

Thanks
M


For information about GNU Emacs and the GNU system, type C-h C-a.
Problems while trying to load feature ‘org-mac-message’
File mode specification error: (void-function org-set-local)
Capture abort: (void-function org-set-local)








[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 496 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem with Org-capture mode
  2017-01-04 18:50 Problem with Org-capture mode Doyley, Marvin M.
@ 2017-01-04 19:06 ` Doyley, Marvin M.
  2017-01-04 19:30 ` Kaushal Modi
  1 sibling, 0 replies; 4+ messages in thread
From: Doyley, Marvin M. @ 2017-01-04 19:06 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Here is the backtrace
Debugger entered--Lisp error: (void-function org-set-local)
  (org-set-local (quote yas/trigger-key) [tab])
  (lambda nil (org-set-local (quote yas/trigger-key) [tab]) (define-key yas/keymap [tab] (quote yas/next-field-or-maybe-expand)))()
  run-hooks(change-major-mode-after-body-hook text-mode-hook outline-mode-hook org-mode-hook)
  apply(run-hooks (change-major-mode-after-body-hook text-mode-hook outline-mode-hook org-mode-hook))
  run-mode-hooks(org-mode-hook)
  org-mode()
  set-auto-mode-0(org-mode nil)
  set-auto-mode()
  normal-mode(t)
  after-find-file(nil t)
  find-file-noselect-1(#<buffer Master-todo.org> "~/Org-files/General/Master-todo.org" nil nil "~/Dropbox/Filing_Cabinet/O/Org-files/General/Master-todo.org" (31210154 16777218))
  find-file-noselect("/Users/doyley/Org-files/General/Master-todo.org")
  org-capture-target-buffer("~/Org-files/General/Master-todo.org")
  org-capture-set-target-location()
  org-capture(nil "t")
  (lambda (template-shortcut) (org-capture nil template-shortcut))("t")
  helm-execute-selection-action-1()
  helm-execute-selection-action()
  #[0 "\311\211\211\211\305\206\n

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem with Org-capture mode
  2017-01-04 18:50 Problem with Org-capture mode Doyley, Marvin M.
  2017-01-04 19:06 ` Doyley, Marvin M.
@ 2017-01-04 19:30 ` Kaushal Modi
  2017-01-04 22:59   ` Doyley, Marvin M.
  1 sibling, 1 reply; 4+ messages in thread
From: Kaushal Modi @ 2017-01-04 19:30 UTC (permalink / raw)
  To: Doyley, Marvin M., emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 683 bytes --]

You seem to have mixed installations.

org-set-local has been deprecated for a while now.

What are your org and emacs versions?

On Wed, Jan 4, 2017 at 2:23 PM Doyley, Marvin M. <m.doyley@rochester.edu>
wrote:

> Hi there,
>
> Org capture template is not working.
>
> I get the following message when I try to use it. Does anybody know how to
> fix this ?
>
> Thanks
> M
>
>
> For information about GNU Emacs and the GNU system, type C-h C-a.
> Problems while trying to load feature ‘org-mac-message’
> File mode specification error: (void-function org-set-local)
> Capture abort: (void-function org-set-local)
>
>
>
>
>
>
>
> --

Kaushal Modi

[-- Attachment #2: Type: text/html, Size: 1478 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem with Org-capture mode
  2017-01-04 19:30 ` Kaushal Modi
@ 2017-01-04 22:59   ` Doyley, Marvin M.
  0 siblings, 0 replies; 4+ messages in thread
From: Doyley, Marvin M. @ 2017-01-04 22:59 UTC (permalink / raw)
  To: Kaushal Modi; +Cc: emacs-orgmode@gnu.org, Doyley, Marvin M.

[-- Attachment #1: Type: text/plain, Size: 879 bytes --]

Thanks,
The problem is now solved
It turns out that the problem was yasnippet.
Cheers,
M
On Jan 4, 2017, at 2:30 PM, Kaushal Modi <kaushal.modi@gmail.com<mailto:kaushal.modi@gmail.com>> wrote:

You seem to have mixed installations.

org-set-local has been deprecated for a while now.

What are your org and emacs versions?

On Wed, Jan 4, 2017 at 2:23 PM Doyley, Marvin M. <m.doyley@rochester.edu<mailto:m.doyley@rochester.edu>> wrote:
Hi there,

Org capture template is not working.

I get the following message when I try to use it. Does anybody know how to fix this ?

Thanks
M


For information about GNU Emacs and the GNU system, type C-h C-a.
Problems while trying to load feature ‘org-mac-message’
File mode specification error: (void-function org-set-local)
Capture abort: (void-function org-set-local)







--

Kaushal Modi


[-- Attachment #2: Type: text/html, Size: 2364 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-04 22:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-04 18:50 Problem with Org-capture mode Doyley, Marvin M.
2017-01-04 19:06 ` Doyley, Marvin M.
2017-01-04 19:30 ` Kaushal Modi
2017-01-04 22:59   ` Doyley, Marvin M.

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).