Skip to main content

Questions tagged [header-line]

The header line appears, optionally, at the top of a window.

0 votes
1 answer
94 views

I want the full path to be displayed in the header-line, but if the window is too narrow, it won't span multiple lines. ok, but since Dired is able to span multiple lines, why can't header-line do it, ...
Jason Hunter's user avatar
  • 1,234
2 votes
1 answer
200 views

I'm trying to process tens of tables (from multiple org-files) in python src-block at once. Suppose that the following file: /tmp/file1.org contains some tables: * This org contains the tables #+name: ...
Garid's user avatar
  • 864
0 votes
1 answer
89 views

I have the path displayed in the Header Line, but it is truncated when the path is too long. Is there any way to wrap it to go on the next line?
Jason Hunter's user avatar
  • 1,234
0 votes
1 answer
106 views

Suppose I have the following org file (example.org): * Alpha ** Aleph * Beta * Gamma When I export it to HTML I get: 1. Alpha 1.1. Aleph 2. Beta 3. Gamma Which is quite useful in most cases. Now ...
crocefisso's user avatar
  • 1,529
0 votes
1 answer
159 views

How can I restrict the which-func-mode and the header bar to python-mode buffers only? I like to use which-func-mode in the headline for Python files/buffers only. In my current config it works that ...
buhtz's user avatar
  • 789
2 votes
1 answer
88 views

I want to move my mode-line to the top of each window. So, I've copied its contents into the header-line. (setq-default header-line-format mode-line-format) (setq-default mode-line-format nil) But, I'...
bluekeys's user avatar
  • 123
3 votes
3 answers
1k views

I'm using centaur tabs, and when lsp-headerline enables my tabs hides. I want to disable that headerline using lsp-headerline-bradcrumb-mode in a hook (use-package lsp-mode :commands (lsp lsp-...
Paolo Donato Navarro's user avatar
0 votes
1 answer
93 views

I have an org-mode file as such: * Header level 1 :header-args: :var filename="somefile.csv" ** Header level 2 :header-args: :var foo="bar" #+begin_src emacs-lisp foo #+end_src #+...
Albert Vonpupp's user avatar

15 30 50 per page