I want to share this little recipe in the hope that it is useful to
someone. It is a partial solution to exporting with MathML to ODT from
Org. I am not a fan of ODT, but my boss need DOCX like dope.
To get a working file
1. To get siunitx (partially) working, download
[[https://github.com/Aut
Previous email was sent my mistake, sorry about that.
On Tue, May 15, 2018 at 1:20 PM, Nathan A wrote:
> evil go to center when using G
>
>
> (defun scroll-to-center-advice (&rest args)
> (evil-scroll-line-to-center (line-number-at-pos)))
>
> (advice-add #'evil-goto-line :after #'scroll-to-cent
evil go to center when using G
(defun scroll-to-center-advice (&rest args)
(evil-scroll-line-to-center (line-number-at-pos)))
(advice-add #'evil-goto-line :after #'scroll-to-center-advice)
On 2018-05-14 18:47 +02, Nicolas Goaziou wrote:
> (org-element-property :header (org-element-at-point)) => (":foo bar")
[...]
>> I can't find any documentation on Org-mode's internal APIs and how
>> different parts fit together, so I'm having to figure things out reading
>> source code.
>
> See
alain.coch...@unistra.fr writes:
> ...
> (setq org-agenda-files '"/tmp/bug-agenda.org") ; <- bad syntax!
> ...
> NB: there is no message caused by "-debug-init" related to the bad
> syntax in the setq instruction.
>
That's because it's legal: it's not bad syntax:
'"foo" is equivalent to (quo
Hi,
I encountered a bug in cature (so I think).
I have among other the following template:
#+begin_src emacs-lisp
("hr" "Rechnung erfassen" table-line
(file+function "~/git/org-priv/Univ_Beih.org"
th:capure-find-open-vers-regn)
"| # | %^u | %^{Arzt/Apotheke} | %^{für wen|Lida|Oleg|Vict
Nicolas Goaziou writes:
> Bernt Hansen writes:
>
>> Nope. I think you found another one (org-tag-persistent-alist) and
>> fixed that instead. org-tag-alist is the one I reported.
>>
>> $ git grep -n engroup
>> lisp/org.el:3424:`:startgrouptag', `:grouptags', `:engroup',
>> `:endgrouptag' or
>>
Hello.
I do the following.
The file ~/.emacs.debug contains:
(add-to-list 'load-path "/home/cochard/Org/Coch-git/org-mode/lisp")
(setq org-agenda-files '"/tmp/bug-agenda.org") ; <- bad syntax!
(find-file "/tmp/bug-agenda2.org") ; <- empty file
The file /tmp/bug-agenda.org contains:
On Tuesday, 15 May 2018 at 04:49, ZHUO QL (KDr2) wrote:
> 2. The bug Eric just found while putting a <> link within
> quotes, although, it may be easy to fix.
I realised afterwards that it is not a bug but is a feature: org assumes
that anything before the << start of the link should be repeated
Hi all
There seems to be an inconsistency in parsing. When
org-log-states-order-reversed is nil (which I am new to) and a TODO
with the manually written state log lines
- State "DONE" from "TODO" [2018-05-12 Sat]
- State "DONE" from [2018-05-13 Sun]
- State "DONE"
Bastien writes:
> @Christian: I don't remember if you are still using and
> maintaining ox-taskjuggler.el -- feel free to correct me
> if I'm wrong!
No I'm barely using it anymore, let alone maintaining it.
As for Edgars question
> Is there a way to set starting and ending times with a resolut
11 matches
Mail list logo