Skip to main content

Questions tagged [text]

0 votes
1 answer
40 views

Have made this function to use espeak on a region. How can this be adapted to use espoak or festival? (defun rina-espeak-region () "Speak the selected region using espeak via shell command.&...
Filangieri's user avatar
1 vote
1 answer
97 views

The text to be processed has special words marked with a special font. The required text is copied to the clipboard with the mouse (from firefox). The text is pasted into the clipboard emacs("...
uanr81's user avatar
  • 169
2 votes
1 answer
154 views

I often find myself swapping pieces of text. How can I make a command to replace the current text with the latest kill, then put the text I just replaced at the position of the previous kill? Or is ...
Zaz's user avatar
  • 143
0 votes
1 answer
42 views

I have defined expand and execute functions for 'text' source blocks as follows: (defun org-babel-expand-body:text (body params) (org-trim body)) (defun org-babel-execute:text (body params) (org-...
JMurp's user avatar
  • 11
1 vote
1 answer
320 views

I'm using #+INCLUDE: "./file.txt" to organize documents but including files this way is messing with linefeeds on org-mode export to LaTeX/Pdf. Is there a property or attribute that could ...
David Borges's user avatar
0 votes
1 answer
685 views

So i basically want to (as the title suggest) to center a region of text, in the center of the screen. Current example is using part of this site. From this To this And here a small gif video to ...
secemp9's user avatar
  • 367
1 vote
2 answers
334 views

windows 10, Emacs 26.1 Suppose I has the next text [ { "id": 1, "finished": 1573550444.4444, "orgn": 17 }, { "id": 1, "finished": 1573550444.4444, "orgn": 17 }, { ...
a_subscriber's user avatar
  • 4,386
2 votes
1 answer
735 views

Suppose I has text: test hello The cursor is after word test. I need to insert random number? Also I need to set range of random (e.g. from 0 to 1000) The result maybe like this: test100 hello
a_subscriber's user avatar
  • 4,386

15 30 50 per page