Most Popular

1500 questions
11
votes
4 answers

Disable enlarged org-mode header appearance

I am using org-mode on Macintosh GNU Emacs version 24.5.1 in GUI mode and the headers are enlarged. I would like to disable this feature so they rendered in the default font size. I have tried this... (with-eval-after-load "monokai-theme" …
lookyhooky
  • 949
  • 7
  • 18
11
votes
1 answer

A non-free package in Emacs?

A while ago, I installed Emacs from the Ubuntu repositories, and have been using it occasionally. Recently, just for fun, I installed vrms, a tool designed to detect non-free software according to the Debian definitions. My system was relatively…
11
votes
2 answers

Use `git commit -p` or `git add -p` with magit

How do git commit -p in magit? Not have this section in man page
11
votes
1 answer

How to prevent Emacs from showing passphrase in `M-x shell`?

I tried using attic with a passphrase to backup my files from inside M-x shell. The shell exposed the passphrase as plain text in the buffer and made it available by typing M-r as well as by looking through the shell input history with C-c C-l. When…
wdkrnls
  • 3,657
  • 2
  • 27
  • 46
11
votes
2 answers

Avoid displaying "=>" when a field is clipped in org-table?

How can I avoid displaying "=>" when a field is clipped in org-table? Those arrows dominate some narrow cells, and I can view the full field in a tool-tip window anyway, so I'd like to get rid of them.
stacko
  • 1,577
  • 1
  • 11
  • 18
11
votes
3 answers

Figures with multiline captions in Org-Mode

I would like to include figures with long comments in an org-mode file. The problem is that the #+CAPTION directive only recognizes the text on its same line. If you write many sentences in a very long line it becomes cumbersome to work with. Take a…
El Diego Efe
  • 1,601
  • 1
  • 19
  • 24
11
votes
4 answers

One window per project

I am working on several projects right now. I want a single instance of Emacs to handle them all. What I want is a tmux-like behavior wherein every 'window' (in the Emacs sense) corresponds to a projects which contains buffers of the files related…
sudeepdino008
  • 213
  • 1
  • 6
11
votes
1 answer

Org-mode external links not working when exported to HTML

I have 2 .org files: // a.org contains the anchor <> // b.org contains the link to my_anchor [[file:a.org::my_anchor][My Link]] When I click on the link in org-mode, it links correctly to the position of my_anchor in a.org. But when I…
vicch
  • 173
  • 6
11
votes
1 answer

How to use a local version of a package in spacemacs?

This is similar to this question but the answer there seems to be deprecated. Let's say I'm using a layer and want hack the code of a particular package that layer is using. How do I go about it? To better illustrate what I want to accomplish in…
11
votes
1 answer

Is it possible to read user input from STDIN while tangling a source block?

Is it possible to read user input from STDIN while tangling a source block with org-babel-tangle? I am aware of this: Org Mode Babel - Interactive code block evaluation. That doesn't help solve this particular use-case, as it still doesn't allow…
gsl
  • 1,742
  • 17
  • 34
11
votes
1 answer

How to set my own date format for Org

Hello I am new to Emacs and I have started using org mode for improving my productivity. Currently when I press C-c . the date format displayed is <2016-01-26 Thu> I would like to change it to How do I make the corresponding…
smilingbuddha
  • 1,131
  • 10
  • 26
11
votes
2 answers

How can I use Helm File Finder to copy a file path to a buffer?

Is there a way, in the buffer launched from helm-find-files, to copy a file path to the kill ring?
DJG
  • 213
  • 2
  • 5
11
votes
1 answer

use-package: Can :after be used instead of with-eval-after-load?

If my :config section is entirely wrapped in with-eval-after-load, is that equivalent to simply specifying an :after directive? That is, can I replace this: (use-package company-tern :config (with-eval-after-load 'company (add-to-list…
Jorge Israel Peña
  • 1,265
  • 9
  • 17
11
votes
2 answers

Word wrap line option by default

Recently I discovered emacs as a text editor for my latex documents. So far, I am excited with how powerful the editor is. However, I have a problem with line wrapping. More precisely, in the option menu I choose line wrapping in this buffer -->…
Yorgos
  • 255
  • 2
  • 9
11
votes
0 answers

Use helm-company as default for company autocompletion?

I want helm-company as the default selection method for company. Helm-company is meant to be invoked manually after company completion started. But I would really like to invoke helm automatically on completion (after . etc) instead of using the…
clemera
  • 3,401
  • 13
  • 40