Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

orgtbl should hijack major mode compile command SPC m , #6539

Closed
alejandroerickson opened this issue Jul 9, 2016 · 1 comment
Closed

orgtbl should hijack major mode compile command SPC m , #6539

alejandroerickson opened this issue Jul 9, 2016 · 1 comment
Labels
- Mailling list - Key Bindings Org stale marked as a stale issue/pr (usually by a bot)

Comments

@alejandroerickson
Copy link

Description

orgtbl mode hijacks C-c C-c, as expected, and a number of other bindings, but not the major mode compile command, tested in LaTeX. i.e., , , on the orgtbl opens helm with latex compile options, but does not "compile" the table like it should

Reproduction guide

  • Start Emacs
    open a latex file minimal document and start orgtbl-mode
    Insert the code below and compare typing , , with C-c C-c inside and outside the table, | bar |
#+ORGTBL: SEND foo orgtbl-to-latex
| bar |
% BEGIN RECEIVE ORGTBL foo
% END RECEIVE ORGTBL foo

Observed behaviour:
see above

Expected behaviour:
see above

System Info

  • OS: darwin
  • Emacs: 24.5.1
  • Spacemacs: 0.105.21
  • Spacemacs branch: myconfig (rev. 287df0f)
  • Graphic display: t
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: helm
  • Layers:
(auto-completion emacs-lisp misc xkcd osx gnus latex themes-megapack
                 (shell :variables shell-default-shell 'ansi-term)
                 org speed-reading spell-checking syntax-checking
                 (c-c   :variables c-c  -enable-clang-support t)
                 ruby python yaml cscope media markdown pandoc search-engine sagemath typography vim-powerline git)
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- Mailling list - Key Bindings Org stale marked as a stale issue/pr (usually by a bot)
Projects
Mailing list
  
Other
Development

No branches or pull requests

3 participants