I want to insert a table from a email (gnus) into org-mode but before it
gets saved it should first be converted.
I can do it manually, copy the ascii table to a org-file:
mark it then use that command:
#+begin_src emacs-lisp
(defun my-make-table ()
"docstring"
(interactive)
(or
Hello,
Eric S Fraga writes:
> On Wednesday, 4 Jul 2018 at 07:37, alain.coch...@unistra.fr wrote:
>> Hello.
>>
>> In the comment line
>>
>># [[foo]]
>>
>> there is only 'foo' which remains visible (which I understand), but
>> 'foo' is not even underlined.
>
> This is probably because the f
Hello,
Colin Baxter writes:
> If I launch emacs -q, create an org-mode file and enter a comment as
>
> # Blah blah [[bib:blah]] blah blah.
>
> then the brackets close up such that only one pair is visible. If I
> want both pairs visible then I have to write [ [bib:blah] ]. If I use
> #+begin_c
Hello,
alain.coch...@unistra.fr writes:
> Now, I visit a file which contains only
>
>* head
>foo[fn:1] bar
>* Footnotes
>
>[fn:1] tnote
>
> If the cursor is anywhere within the 1st instance of '[fn:1] ' (that
> is, including the space) and I type 'C-c C-c' the cursor ends up on
>
Hello,
Henrik Frisk writes:
> I have been trying out ob-lilypond and it works really well, except for the
> arrange mode. Any attempt to run ly-tangle results in 'Symbol’s function
> definition is void: org-babel-get-header' and so does an attempt to export
> a file, such as the example file, in
Hello,
Florian Lindner writes:
> doing C-a s on an entry with an existing attachement produces
>
> make-directory: Die Datei existiert bereits: /home/florian/test/data/
>
> (translation: File already exists)
>
> Actually, I implemented this functionality with the help of Nicolas Goaziou,
> but
Hello,
Samuel Wales writes:
> i used to be able to do (setq org-duration-format '(("h" . nil)
> (special . 2)) to get decimal hours for clocking, like 43.22h meaning
> 43 hours and 22/60 minutes.
>
> in recent org maint, this seems to show up like 2d 11:22.
Org maint is more or less outdated. I
Hello,
HIRATA Tadashi writes:
> I found a bug that org-indent-boundary-char doens't have
> org-indent face property in org-indent-mode. This causes an
> appearance issue when you use org-mode with whitespace-mode
> that you can't control org-indent-boundary-char's face
> neither whitespace-space
seems to work in maint now. :]
On 8/21/18, Nicolas Goaziou wrote:
> Org maint is more or less outdated. It was mainly used for merge with
> Emacs. Now we are waiting for Org 9.2 to be released so that master can
> become the new maint branch.
On 8/21/18, Nicolas Goaziou wrote:
> Indeed. If any volunteer wants to tweak the fontification code. Here be
> dragons...
i know it is possible at least as a kludge, because in maint, links in
comments show and work. that's probably because i have a hook that
highlights them or something.
dunno
;; make links in org comments fontified
(highlight-regexp org-any-link-re 'org-link)
;; fixme maybe a different re here
(highlight-regexp org-ts-regexp3 'org-date)
;; fixme in comments -- fixme refactor
;; fixme is this needed?
(highlight-regexp "fixme" 'red)
When I use ~org-store-link~ in an opened src block to create a coderef
link, then I ~org-insert-link-global~ in another Org file, but it only
has "~(use formdata to send url with params)~" in link source (without
file path). It should contains the source file path like following. (I
have to manuall
12 matches
Mail list logo