With your instructions I can now generate a document with an index. Thanks.
However, I have one hitch. How do I generate an index with an entry that has
an “@“ symbol in it?
For example
#+index: @ terms
I’ve tried \@ and \verb{@} and several other ideas but once there is an @ sign,
no entr
johanna@th-koeln.de writes:
> maybe I did not search the right way in google alias startpage. But I
> could not figure out how to write next to the date e.g. 2000-04-01 the
> weekday, i.e. the specific day of the week. It would come very handy to
> have the date displayed as 2019-05-14 Tu and
Hi Johanna,
johanna@th-koeln.de writes:
> maybe I did not search the right way in google alias startpage. But I
> could not figure out how to write next to the date e.g. 2000-04-01 the
> weekday, i.e. the specific day of the week. It would come very handy to
> have the date displayed as 2019-
Hi org-mode community,
maybe I did not search the right way in google alias startpage. But I
could not figure out how to write next to the date e.g. 2000-04-01 the
weekday, i.e. the specific day of the week. It would come very handy to
have the date displayed as 2019-05-14 Tu and 2019-05-15 We and
Dear Ihor,
> Note that indirect buffers always share *all* the contents with the master
> buffer. As a result, it may not be easy to make things like flyspell
> work on code blocks in org-mode, if these code blocks are treated as
> lenses.
I tried flyspell w/ different dictionaries on 2 buffers.
Repro:
1. emacs -Q
2. Eval:
(setq org-tag-alist '(("agenda" . ?a)))
(add-to-list 'load-path "~/.emacs.d/elpa/org-plus-contrib-20190506")
(define-key global-map (kbd "C-c a") #'org-agenda)
(setq switch-to-buffer-preserve-window-point t)
3. Make a tmp.org containing:
* TODO foo
* TODO bar
4. Add