Newest Questions

0 votes
1 answer
14 views

Clojure mismatch completion behaviour

Current behavior: Mismatch of completions. I want to have a completion similar to the REPL in the buffer. Not intentional; I want them to match (following the cider-repl completion behaviour). My ...
BuddhiLW's user avatar
  • 307
2 votes
2 answers
43 views

Can you jump to the next bookmark?

Currently, all of my Emacs bookmarks are for the same file. They indicate parts of the file that I regularly edit and are helpfully named. I want to skim through all of them to remind myself what I ...
J. Mini's user avatar
  • 241
0 votes
0 answers
27 views

emacs maybe some error with language setup

I've seen that if a set a date (with command C-u C-c .) I can setup a date choosing from an Italian calendar (Italian that is my language) but in my org file, that date is in English <2025-04-05 ...
RenatoP's user avatar
  • 123
0 votes
1 answer
33 views

Getting savehist to remeber only directories not files

When I move a large number of files in Emacs dired, I rely on previous-history-element and next-history-element to save me time having to retype the directory of destination. However, there are also ...
Raoul Comninos's user avatar
0 votes
2 answers
44 views

emacs diary expression entry:is it correct?

On my emacs file, I use: ** TODO bla bla bla SCHEDULED: <2025-04-11 Fri 18:20> [%%(diary-float t 3 3) I expect, it produce 3 entry on my calendar view C-c a, but it produce just one entry. Do ...
RenatoP's user avatar
  • 123
1 vote
0 answers
14 views

How to restrict the regions to skip (or "hide") in ediff buffer comparison, to those that completely match the whole regex?

I have a file that is automatically generated, and another one based on a version of the former with lots of systematic additions. Those additions are always the same text for the whole line, so it ...
JMB's user avatar
  • 11
0 votes
1 answer
26 views

Pass 'export_file_name' option in elisp when export to LaTeX/PDF

I'd like to export an org file to different outputs, changing the file options and the export file name. In particular, I'd change the #+LANGUAGE, the #+SELECT_TAGS and the #+EXPORT_FILE_NAME. As the ...
erpreciso's user avatar
0 votes
0 answers
17 views

Different sorting in tramp buffer

Emacs 30.1 manjaro 25 bash 5.2.37 Buffer ~/Documents/work/sql/ drwxr-xr-x 10 alex2 alex2 4.0K Apr 3 09:28 . drwxr-xr-x 13 alex2 alex2 4.0K Mar 21 13:03 .. drwxr-xr-x 2 alex2 alex2 4.0K Apr 3 09:16 ....
Alex's user avatar
  • 1
2 votes
2 answers
74 views

Where does emacs store the options when I choose Options from the menu

I have installed a fresh copy of emacs on a new linux machine. Instead of creating an init.el file in the ~/.emacs.d folder, I just used the menu and set some options and set a default font. I exited ...
EddieRich's user avatar
0 votes
0 answers
36 views

Possible to send text file to Emacs via command line and receive processed text back?

I want to use Gitit to display org files as webpages. It uses Pandoc to convert org files to HTML on the fly. The problem is that I also want to use org-transclusion, which Pandoc doesn't understand. ...
Anonymous's user avatar
3 votes
1 answer
55 views

How to get more information from flycheck about a checker

I am starting to use flycheck. I am using use-package and the form for flycheck looks like this: (use-package flycheck :ensure t :config (setq flycheck-highlighting-mode 'lines) (...
Matthias Pfeifer's user avatar
1 vote
1 answer
29 views

git add not autocompleting filenames

I have a git repo and I'm trying to add some new files. If I do ls I can see the files. If I do git status, git tells me they're untracked but if I do git add and press tab, the autocomplete doesn't ...
Richard Wheeldon's user avatar
1 vote
1 answer
30 views

Restoring M-q behavior back to fill-paragraph

M-q used to be bound to fill-paragraph. It used to be if I highlighted a block of text and M-q it would nicely wrap it up to the value of fill-column. Very useful. Now on v30.1 it's calling prog-fill-...
Richard Wheeldon's user avatar
0 votes
1 answer
47 views

--debug-init on Windows

I just installed GNU Emacs 30.1 on my computer at work that runs on Windows 11 but I'm getting this message ■ Warning (initialization): An error occurred while loading ‘c:/Users/jdioses/.emacs.d/...
JorgeXD's user avatar
0 votes
1 answer
24 views

Minus sign inside circular parens in regex is confusing

In Appendix A.3 of org manual, Adding Hyperlink Types, there is this function org-man-get-page-name that extracts the page name from buffer name. Like the buffer name is "Man printf*", it ...
Saravana's user avatar
  • 2,103

15 30 50 per page
1
3 4
5
6 7
1860