Top new questions this week:
|
Is it possible to somehow sort of save a view in org-mode?;) Many times, if the org file is large, I work on several sections of the file and feel I would want to jump between views, like where the …
|
org-time-stamp-inactive RET 1969-05-02 inserts [1970-05-02 Sat] in the active buffer, and generates this message: “year was forced into compatible range (1970-2037)”. Thus this question: can …
|
The term “constant” appears many times in the GNU Emacs Lisp Reference Manual. However, its definition is not clarified UNTIL section 6.2: For purposes of evaluation, the array is a constant—i.e., it …
|
I heard that Vim has an ex mode which is line-oriented. That means users can use the editor by echoing commands to it, e.g., bash$ echo “123” > 123.txt # 123.txt: 123 bash$ echo “…
|
I tried to use term-mode on MS-Windows, but my attempt failed. I first started Emacs: PS D:\Progs\emacs-28.2\bin> .\emacs.exe -nw -q Then I used M-x term, and Emacs prompted a query string (…
|
I have following yas-snippet (for python-mode): # -*- mode: snippet -*- # name: .s-np_array_shape # key: .s # — .shape And now, .s Tab gives .shape as expected. What I want: This doesn’t expand if …
|
Greatest hits from previous weeks:
|
org-mode has the ability to render source code, with blocks of the following syntax: #+NAME: <name> #+BEGIN_SRC <language> <switches> <header arguments> <body> #+…
|
When I run Emacs in a text terminal instead of the normal GUI mode, I can copy in Emacs by activating the start of a region with C-SPC, and then select what I want, and then do M-w. Is there any way …
|
I’ve installed the solarized theme package via MELPA. I can select one of the two solarized themes via `customize-theme and it activates it. When I save the theme settings it adds the following to my …
|
If I am editing a .tex file in emacs, by default (for me) the bottom right corner of the frame will say “LaTeX/P”. However, I won’t get to that mode by typing “M-x LaTeX/P-mode”; I can only get to it …
|
I would like to know how to start troubleshooting the following: C-SPC is not doing anything. It’s not appearing in the mini-buffer when I type it but when I look at M-x set-mark-commandit’s showing …
|
Is anyone successfully running a windowed emacs, (not terminal emacs), on one of the new Mac M1s? Does this port work? emacsformacosx.com Is there another?
|
I love using Emacs and I want to have the latest version of Emacs always. But on my Ubuntu machine Emacs won’t be upgraded automatically during the regular software updates. Even when I run sudo apt-…
|
Can you answer this question?
|
This is a follow-up of: emacs.stackexchange.com/a/73564/2247. I use the following code in Beamer export to create 1) a table of content, and 2) intermediate tables of contents between each …
|