Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
8 views

When trying to modify a face through M-x customize-face, I got this error Symbol’s value as variable is void: tool-bar-map and the buffer shows nothing. I retried with all the contents of my .emacs ...
nougako's user avatar
  • 137
1 vote
1 answer
26 views

I'm using org mode to write some R code. Somehow, the output I get inside my org file with C-c C-c differ from what I get when I run the same code from the command line. Consider for example the ...
red_trumpet's user avatar
2 votes
1 answer
56 views

Follow this question I have error when I look for the missing value : * t1 #+tblname: t1 |----+---| | P1 | 1 | | P2 | 2 | | P3 | 3 | |----+---+ * t2 #+tblname: t2 |----+---| | P1 | ...
flav's user avatar
  • 157
0 votes
0 answers
13 views

My problem is that text with umlauts pasted only from Emacs only to Chromium gets garbled: "oö aä uü" becomes "o� a� u�" Verified with hexdump(and C-u C-x =) that the char in ...
Stefan Kamphausen's user avatar
0 votes
1 answer
13 views

When exporting an org file to HTML, the footnotes are put under a h2-element, like Footnotes: ¹ A footnote. Typically, headings do not end in a colon, and so I would like to get rid of the colon at ...
red_trumpet's user avatar
0 votes
0 answers
12 views

I've been getting this error if I use the ansi-term to ssh into a machine that's on my lan. The cli prompt is prepended by a long OSC character sequence ]3008;start=;user=adsfibonacci;hostname=<...
ADS_Fibonacci's user avatar
1 vote
1 answer
42 views

I try to get value from tables with org-lookup-first by looping on the tblname value : * Papie&Mamie #+tblname: pm |--------------+------+----+--------| | Intense Brut | 5.95 | 6 | 35.70 | ...
flav's user avatar
  • 157
0 votes
0 answers
17 views

Take any Fedora version released between November 2023 and August 2025 (I don't think it matters too much which one), with Gnome (and systemd of course). Incidentally, I think the default installation ...
user47573's user avatar
2 votes
0 answers
25 views

While capturing a task, it is possible to add a scheduled date. Consider this capture template: ("y" "Repeating Task" entry (file "~/inbox.org") &...
Deshmukh's user avatar
3 votes
1 answer
193 views

I can reproduce the following behavior with emacs -Q. When I use m-x man , it opens the man page in another window. When only one window is open, it even splits the frame. More annoyingly, when I ...
Philipp Ludwig's user avatar
1 vote
1 answer
110 views

I configured Emacs so I can use tabs similarly to a browser : (use-package intuitive-tab-line :vc (:url "https://github.com/thread314/intuitive-tab-line-mode") :defer 0 :init ...
crocefisso's user avatar
  • 1,549
1 vote
0 answers
48 views

Suppose I have a repeated task, let say the vacuum floor habit to do every 4 days, scheduled for the following date: <2025-11-20 jeu.>. Suppose that I physically do the habit on <2025-11-20 ...
crocefisso's user avatar
  • 1,549
0 votes
1 answer
22 views

usr is https://code.launchpad.net/~scymtym/+junk/dbus-proxy And I got: brz branch lp:~scymtym/+junk/dbus-proxy brz: ERROR: Invalid url supplied to transport: "Unknown Launchpad path: lp:~...
godblessfq's user avatar
  • 1,311
0 votes
0 answers
9 views

I'm trying to map C-j and C-k in Evil (normal) so that: if a Corfu completion popup is visible → move selection (next/previous), else if an eldoc-box frame is visible → scroll that eldoc box, ...
kay's user avatar
  • 45
0 votes
1 answer
18 views

I've already posted this question on stackoverflow but I figured this is the appropriate place for it. I'm trying to follow steps from the official website: https://emacs-lsp.github.io/lsp-mode/page/...
Questioner's user avatar
0 votes
1 answer
134 views

In a very long text, I'd like to search for strings with the following properties: Starts with (let's say) #. Ends with (let's say) @. Does not contain # or @. Does not contain the substring (let's ...
pglpm's user avatar
  • 397
0 votes
1 answer
37 views

I'm using Emacs org-mode and when I run M-x org-agenda, the agenda dispatcher menu (the buffer named *Org Agenda Commands* where you select options like "a" for agenda, "t" for ...
Jason Hunter's user avatar
  • 1,236
0 votes
0 answers
19 views

When using Emacs' built-in project.el functionality with git repositories containing submodules over Tramp, there's a significant performance issue caused by repeated, unsuccessful attempts to access ....
bilgin's user avatar
  • 11
0 votes
0 answers
25 views

emacs freezes when I try to package-upgrade-all - the buffers become unresponsive and the last message I see in the minibuffer is "Contacting host: elpa.nongnu.org:443" or the same but MELPA....
Ewig Kaiwelo's user avatar
0 votes
0 answers
23 views

I've been using typescript-mode and tide for a long time but I wanted to try out tree-sitter and lsp-mode. I've got most things working except for one problem with syntax highlighting. When I first ...
ironchicken's user avatar
1 vote
0 answers
19 views

I have an issue where Corfu's popupinfo and eldoc-box show different documentation for the same symbol. corfu-popupinfo-mode shows one kind of documentation eldoc-box shows a different one on calling ...
kay's user avatar
  • 45
-1 votes
0 answers
36 views

The mode line for an elisp file shows the mode as elisp/d or elisp/l, where the /d is shown in red. I now understand /d to refer to dynamic scoping and /l to refer to lexical scoping. Mouse 1 can be ...
Alan Wehmann's user avatar
0 votes
0 answers
10 views

Is it possible to show when a buffer was accessed in a column for this command or something that is called from C-x b?;)
Jason Hunter's user avatar
  • 1,236
2 votes
1 answer
48 views

I'm trying to shift to using Emacs for email. I've set up Gnus and it's working nicely for me with one thing missing, and it's a deal-breaker. I need it to autocomplete email addresses when I'm ...
Toby 1 Kenobi's user avatar
0 votes
0 answers
21 views

In org-agenda, I would like to have tasks without repeater listed at the top followed by tasks with repeater. Within that, the sorting can continue to be default. org-agenda-sorting-strategy has org-...
Deshmukh's user avatar
2 votes
1 answer
48 views

By that, I mean as if I were already at the target location and had called org-tree-to-indirect-buffer. I see that org-link-use-indirect-buffer-for-internals almost does this. However, that setting ...
mmarshall540's user avatar
  • 1,240
3 votes
2 answers
433 views

It's Emacs, so I'm sure it's possible to do a query-replace-regexp that replaces any [a-zA-Z] letter with the following one in the alphabet, at least for ASCII letters. So for instance "sgd" ...
pglpm's user avatar
  • 397
0 votes
1 answer
35 views

I am using emacs 30.2 with c++ treesit mode enabled. I can jump to function end with C-M-e, how can I jump to function define under current cursor?
lucky1928's user avatar
  • 1,774
1 vote
2 answers
14 views

I'm using tramp to edit remote files, and helm-mini to switch between buffers. But having multiple remote files open with a slow SSH connection, opening helm-mini takes very long. In a backtrace I saw ...
jo-so's user avatar
  • 61
0 votes
0 answers
34 views

I am using Emacs 30.1 on MacOS and have configured Elpy. The auto complete popup is working properly in python file (for e.g. typing 'a'.l shows me below popup ). However, when I type 'a'.l in the ...
Amit Tendulkar's user avatar
2 votes
1 answer
24 views

Is it possible to show repeater cookie in org agenda? category:Sched.99x:++99d:TODO Some task How can I do that? org-agenda-prefix-format does not provide any direct repeater element. It talks about %...
Deshmukh's user avatar
0 votes
0 answers
12 views

I found this reddit post which has a config to hide the header context of a inline src block. So, using the config, inline source like src_python{return 123}, becomes {return 123}. I customized it so ...
Gangula's user avatar
  • 429
1 vote
1 answer
110 views

I'm writing a really long file that it has more than 1000 lines. Somehow, starting at line 1000, all text is moved one char to the right (see how the ruler at line 1000 is misaligned in the picture ...
Sn4red's user avatar
  • 21
0 votes
0 answers
18 views

I'm using doom emacs, which has in-built configuration to search for text in buffers with key binding / (evil-ex-search-forward). Once I search, I can hit RET and use either n or S-n to cycle through ...
Gangula's user avatar
  • 429
0 votes
1 answer
34 views

I know that we can customize org source block begin and end line colors using below config (custom-set-faces! ;; Customize the header line of the source block '(org-block-begin-line :background &...
Gangula's user avatar
  • 429
0 votes
0 answers
28 views

Every time I start up spacemacs, some variables are not defined. I get: "Symbols function definition is void: nil" However, when I refresh the configuration (SPC f e R), everything works ...
kai90's user avatar
  • 113
0 votes
0 answers
38 views

I am using Emacs 31.0.50 in Windows. I have a shell command string which includes some unicode characters in its arguments. I can run this command in Windows command prompt without any problems. But I ...
T. E.'s user avatar
  • 1
0 votes
0 answers
37 views

When I do an export to latex from org mode lists are treated as follows: a list item that has text has a newline (\\ in the tex file) at the end of that item if there is any text for that item. If ...
djkuzenko's user avatar
3 votes
0 answers
30 views

Is there an Emacs tool that show the dependencies for every file from a project? I have undeclared errors at an Emacs project. If the variable or the function/macro into file is not declare yet, Emacs ...
Mitu Gabriel's user avatar
0 votes
1 answer
44 views

The view-read-only variable, when set, ensures view-mode is enabled on all read-only buffers, which I find generally good. But sometimes, the major mode already has similar functionality, so I'd ...
JeanPierre's user avatar
  • 7,632
0 votes
0 answers
25 views

Suppose the following lines (AUCTeX mode active): \documentclass{article} \begin{document} \begin{tabular}{lrr} Foo & 42.00 & 242.50 \\ Foo bar & 3242.00 & 10.50 \\ \end{tabular} \...
Denis Bitouzé's user avatar
0 votes
0 answers
12 views

in my treemacs file tree, i see icons for .c,.cpp,.rust, but not zig. So i downloaded the zig png, put it under ~/.emacs.d/icons/zig.png and updated my treemacs config to this (use-package lsp-...
Hackerman's user avatar
0 votes
0 answers
25 views

For example, visually, some code actually has two ~, left and right, they are there occupying the space, but invisible to eyes. Taking one step further, can we customize the width of the two ...
Alex's user avatar
  • 435
1 vote
0 answers
37 views

I have a file test.org that includes files a.org and b.org: test.org: #+include: a.org #+include: b.org a.org: * AAA * COMMENT BBB b.org: * CCC * DDD When I export test.org the only section that is ...
Andreas Matthias's user avatar
0 votes
2 answers
47 views

When writing utilities that operate on "strings", the syntax-table can be used along with the parse state (syntax-ppss), however some major modes (such as text-mode) won't treat quoted text ...
ideasman42's user avatar
  • 9,513
0 votes
1 answer
28 views

The two inline images are supposed to be on the same line, but I want the image path on separate lines because the path is too long. #+ATTR_ORG: :width 300 [[/this/is/a/very/long/file/path/to/an/...
godblessfq's user avatar
  • 1,311
1 vote
1 answer
61 views

How to identify the parent group(s) of a symbol defined with a defcustom form with elisp code? For instance I would like to use or write a function custom-group-of such that (custom-group-of 'delete-...
PRouleau's user avatar
  • 924
3 votes
1 answer
173 views

I get this message after updating packages. How can I fix it? I load my file, then press C-g, and it shows Recent commits. After pressing any usual key, I get the message with the error, and magit ...
ruby_object's user avatar
3 votes
0 answers
56 views

Today, all of a sudden (possibly because of a system Emacs version update to 30.1?), loading packages broke for me. Specifically, my .emacs looks like this: (require 'package) (setq package-user-dir &...
Natalie Weizenbaum's user avatar
1 vote
1 answer
126 views

I have Emacs 30.2 installed on MacBook Pro (Mac Monterey Version 12.7.6). I cannot make pdf-tools to work. Please see my .emacs file: **** .emacs file **************** ;; Initialize package sources (...
Partha Pratim Ghosh's user avatar

15 30 50 per page
1
2 3 4 5
562