Re: TOC and latex memoir class

2022-04-02 Thread Juan Manuel Macías
Hi Steve, Steve Downey writes: > In order to place the table of contents without a section name > "Contents" the memoir class uses \tableofcontents* rather than > \tableofcontents. > However, `org-latex-toc-command` is documented as: > "LaTeX command to set the table of contents, list of figure

org-cite, CSL styles and space before citation

2022-04-02 Thread Max Nikulin
On 01/04/2022 00:27, Bruce D'Arcus wrote: On Thu, Mar 31, 2022 at 11:27 AM Max Nikulin wrote: Emphasis and bold markers may appear in plain text export. Behavior of styles is not uniform in respect to adding (unbreakable?) space before citation. Sorry; not following here again. Isn't the spac

org-cite and text/Unicode export

2022-04-02 Thread Max Nikulin
Hi. I spent some time playing with org-cite just to get some impression and I noticed some issues with plain text export. The only reason why I used text is that it is fast and the result contains no additional markup like for LaTeX or HTML buffers. Since it was a test example rather than a r

Re: org-cite and text/Unicode export

2022-04-02 Thread Bruce D'Arcus
On Sat, Apr 2, 2022 at 10:50 AM Max Nikulin wrote: > I am unsure to what degree it is Org issue, it may be partially > citeproc.el or CSL style issues. One quick way to narrow this down is to run it through pandoc, which supports org-cite. It uses a different, haskell-based, CSL processor. Bru

org-agenda todos list sorted by earliest deadline first

2022-04-02 Thread Sébastien Gendre
Hello. In org-agenda, for the todos list, I try to have tasks with deadlines at top. With earliest deadline first. But, when I customize the variable "org-agenda-sorting-strategy" by adding "deadline-up" for "todo" and "tags", it has no effect. Any advice ?

Re: org-agenda todos list sorted by earliest deadline first

2022-04-02 Thread Samuel Wales
perhaps try including your code and the emacs and org versins. i think there have been recentish changes insorting strategy. might also try paradoxically deadline-down etc. On 4/2/22, Sébastien Gendre wrote: > Hello. > > In org-agenda, for the todos list, I try to have tasks with deadlines at >

Re: org-agenda todos list sorted by earliest deadline first

2022-04-02 Thread Sébastien Gendre
My Emacs version is 27.2 and Org is 9.4.4. The value of "org-agenda-sorting-strategy" is: ((agenda habit-down time-up priority-down category-keep) (todo priority-down category-keep deadline-up) (tags priority-down category-keep deadline-up) (search category-keep)) Le 2 avril 2022 23:16:23 GMT

[BUG] sparse tree using property name with hyphen not recognised [9.5.2 (release_9.5.2-401-g91681f)]

2022-04-02 Thread Zhuhui Lam
When doing a sparse tree using a property named with a hyphen (e.g. word-word2) this is not found/recognised. Instead if the property is named with an underscore (e.g. word_word2) the sparse tree works as expected. Emacs : GNU Emacs 28.0.92 (build 2, x86_64-w64-mingw32) of 2022-03-24 Package: O