[BUG] org-agenda-clock-cancel does not update agenda buffer [9.6.15 (release_9.6.15 @ /nix/store/5hl68vr85cagmwaycqy652r2g2isjcyq-emacs-29.2/share/emacs/29.2/lisp/org/)]

2024-03-20 Thread z
After clocking into an entry (org-agenda-clock-in) from an agenda buffer (such as org-agenda-list), the entry is highlighted with a face (org-agenda-clocking). When the entry is no longer clocked in, e.g., by clocking out or marking it DONE, the org-agenda-clocking face is normally removed.

[BUG] org tangle ignores :dir header arg [9.6.6 ( @ /home/me/.config/emacs/elpa/org-9.6.6/)]

2023-06-30 Thread A Z
hello all :) is this a bug the way that the src block ignores the :dir args? #+PROPERTY: header-args :dir "/sudo::/" :results drawer #+begin_src conf :tangle /require-root test :) #+end_src `emacs -Q`; C-c C-c on the property line; C-u C-c C-v C-t on the src line; permission denied. Emacs :

[BUG] RFE: Including src-blocks from different files when tangling the code [9.5.5 (release_9.5.5 @ /usr/share/emacs/28.2/lisp/org/)]

2023-04-22 Thread Garid Z.
(release_9.5.5 @ /usr/share/emacs/28.2/lisp/org/) -- Garid Z.

Re: [BUG] Org-LaTeX-export: >> and << (inside of ~code~/=verbatim=) gets exported to single monospace symbol instead of 2 monospace symbols [9.5.5 (release_9.5.5 @ /usr/share/emacs/28.2/lisp/org/)]

2023-04-20 Thread Garid Z.
Ihor Radchenko writes: > "Garid Z." writes: > >> | 3 | =>>>=| =<<<=| >> | 4 | =>>>>= | =<<<<= | >> ... >> Resulted PDF file has » and « symbols (maybe: U+00BB, U+00AB) >> instead of 2 norma

[BUG] Org-LaTeX-export: >> and << (inside of ~code~/=verbatim=) gets exported to single monospace symbol instead of 2 monospace symbols [9.5.5 (release_9.5.5 @ /usr/share/emacs/28.2/lisp/org/)]

2023-04-18 Thread Garid Z.
(cond ((equal m ">>") ">{}>{}") +(cond ((equal m "<<") "<{}<{}") Best, Garid Zorigoo Emacs : GNU Emacs 28.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.36, cairo version 1.17.6) of 2023-01-03 Package: Org mode version 9.5.5 (release_9.5.5 @ /usr/share/emacs/28.2/lisp/org/) -- Garid Z.

Re: [O] [PATCH] Export: Override headline numbering via properties

2013-05-16 Thread Albert Z. Wang
Mark Edgington edgi...@gmail.com writes: Anyway, your patch will not work on back-ends that rely on Org to compute section numbers (e.g., ascii, html...) because even if you ignore numbering for a particular headline, it still adds up internally. IOW, you also need to patch

[O] fill paragraph: math and latex environments

2012-09-17 Thread Albert Z. Wang
Hello, First off, thanks for this great piece of software! It's made document/markup management so much easier since I've discovered it. I've just recently been having an issue I was wondering if anybody could help with, namely, that fill-paragraph does not seem to work as expected. For

Re: [O] fill paragraph: math and latex environments

2012-09-17 Thread Albert Z. Wang
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, a...@fastmail.fm (Albert Z. Wang) writes: I've just recently been having an issue I was wondering if anybody could help with, namely, that fill-paragraph does not seem to work as expected. For display math equations delimited as \[ a^2

Re: [O] fill-paragraph: wrong behaviour after latex-environments

2012-05-03 Thread Albert Z. Wang
Benjamin Motz b.m...@uni-muenster.de writes: Hi, invoking fill-paragraph on the following org-code will delete the newline after \end{equation}: The relation \begin{equation} E=mc^2 \end{equation} won't be further discussed here. This behaviour is undesirable because it makes the

Re: [O] Orgmode markups inside LaTeX fragments

2012-03-13 Thread Albert Z. Wang
I had a similar issue with typesetting in theorem and proof environments; what saved me from messy LaTeX syntax was org-special-blocks. More info is on Worg: http://orgmode.org/worg/org-contrib/org-special-blocks.html This is not *exactly* your situation, since this is using org syntax within