Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.

Questions tagged [code]

Filter by
Sorted by
Tagged with
0 votes
1 answer
32 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
  • 419
0 votes
1 answer
91 views

I am Gnu/linux user and Emacs but at my job I have to use Windows and vscode for a Ts project. So I decided to use Emacs on my job laptop but I cannot navigate through the contollers/services on the ...
Ariel Marcelo Pardo's user avatar
0 votes
0 answers
118 views

I have following in my init.el file: (use-package dumb-jump :straight t :init ) (add-hook 'xref-backend-functions #'dumb-jump-xref-activate) (setq xref-show-definitions-function #'xref-show-...
Kabira  K's user avatar
  • 105
0 votes
1 answer
54 views

I'm using Org-babel to generate a bunch of pdfs from a single Org-mode file, compiling using Beamer. Each subtree starts something like this: * Introduction :PROPERTIES: :EXPORT_FILE_NAME: pdf/...
Joey Eremondi's user avatar
1 vote
0 answers
65 views

Suppose that for Python and only Python, I want #+ATTR_LATEX: :options frame=single to customise my #+begin_src blocks. Does Org Mode have any natural way of doing this?
J. Mini's user avatar
  • 265
2 votes
1 answer
83 views

In markdown, I can write `foo`s to get foos. How do I do the same in Org Mode? ~foo~s doesn't do it and ~foo~ s adds a space.
J. Mini's user avatar
  • 265
1 vote
0 answers
437 views

I want to export my source blocks from org-mode to pdf through latex with the export backend engraved. I installed the package engraved-faces, set the variable with (setq org-latex-src-block-backend '...
lukeflo's user avatar
  • 265
1 vote
0 answers
52 views

I am using emacs-jupyter (commit - 16cbda79167b4e2f2c6b61b218658f0f660d97f9 [otherwise I get an error]) on emacs-29.1 and org-9.7pre. My default header arguments are... org-babel-default-header-args:...
user41177's user avatar
  • 121
2 votes
1 answer
235 views

Publishers set a word count limit you have to meet in writing a manuscirpt. I am trying to write up the manuscript using markdown in emacs. Consider the example below. MWE # Results {-} ## Topic 1 {-}...
doctorate's user avatar
  • 1,909
2 votes
1 answer
348 views

I use text objects with evil like "i(" for the contents of the brackets. I would quite like "magic code aware text objects"? This textobject would: return the entire function if I ...
Att Righ's user avatar
  • 837
0 votes
0 answers
41 views

I'm looking for a mode or hook that automatically opens a generated in read-only and auto-revert-mode mode alongside an associated with a source file. For instance when calling dmd -vgc-ast on a .d-...
Nordlöw's user avatar
  • 577
0 votes
1 answer
511 views

I was wondering if the output plots resulting from org-babel blocks are customizable in size (how they appear in the org-mode buffer, as in its dimensions X and Y). Thanks!
Emmanuel Goldstein's user avatar