Re: contact management in emacs

2021-03-08 Thread Jose E. Marchesi
>> I am recommending that you start using PostgreSQL database. I can >> guide you. My software is not so finished for public, but I can guide >> you personally and you will get stable system that lasts for years. > > Thank you for the suggestion, but for the moment I think I will > experiment

Re: Org as a book publisher

2021-03-08 Thread Jonathan McHugh
To build on your analogy, would Tikz be the Graphics Designer? Jonathan Juan Manuel Macías writes: > Hi Diego, > > Thank you very much for your comments. > > Diego Zamboni writes: > >> I think with Org and a setup like you describe, we are one step closer >> to separating content (what) from

Re: Org agenda to Android calendar without Google Calendar in the middle

2021-03-08 Thread James Harkins
Peter Hardy: > An alternative Android app that you might like to look at is Orgzly Hm, I think I'll start here. Good tip, thanks! hjh

org to beamer structure not working

2021-03-08 Thread Luca Ferrari
Hi all, I'm running emacs 26.3, and there's something I cannot reproduce in my beamer presentation. In my org file I've: #+OPTIONS: H:2 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc #+INFOJS_OPT: view:nil toc:nil

Problem with org-ref

2021-03-08 Thread Marvin M. Doyley
Hi there, When I use crossref-add-bibtex-entry it download the BibTeX entry but cannot download the associated pdf. I get the following error (wrong-type-argument stringp ("/Users/doyley/Dropbox/Filing_Cabinet/B/refs/pdf/“)) I configured org-ref as follows (setq org-ref-bibliography-notes

Re: org to beamer structure not working

2021-03-08 Thread Eric S Fraga
On Monday, 8 Mar 2021 at 15:43, Luca Ferrari wrote: > therefore I would like to have a frame for ever second level title. > The result in latex is: How are you actually exporting? Are you choosing a beamer export option as it looks like article LaTeX output. Your settings look fine otherwise.

Re: org to beamer structure not working

2021-03-08 Thread Luca Ferrari
On Mon, Mar 8, 2021 at 4:29 PM Eric S Fraga wrote: > > How are you actually exporting? Are you choosing a beamer export option > as it looks like article LaTeX output. Your settings look fine > otherwise. Shame on me! I was exporting it as latex-pdf file (C-c C-e l p) instead of beamer (C-c

Re: contact management in emacs

2021-03-08 Thread John Kitchin
This question is going to go a little off the original topic. I wonder how far you can push your model of replacing the org-file with a database. It looks like it would be easy to extend to something like a shared bibliography. How far could you push it for something like a shared set of

Bug 9.4.4; org babel blocks show unexpected colors with leuven theme

2021-03-08 Thread Niall Dooley
Reporting this bug to the mailing list on request of the leuven theme author as they believe the issue may be within Org and/or Emacs. The bug as reported to the theme author can be found here [1] and includes screenshots to illustrate what I mean. In short, the colors defined by the leuven

Bug: 28.0.50; `org-clocking-buffer` definition was removed, but it is still being referenced [9.4.3]

2021-03-08 Thread Eduardo Bellani
On 16b5ee0efb5592f78faeffa07048bfe741331a18 `org-clocking-buffer` was removed as a symbol. That symbol is still being referenced throughout the current(4d463ee4baf8a7ce8b7c633149a9452bc70ef557) `org-clock.el` file. Emacs : GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5,

Re: org-in-org

2021-03-08 Thread Berry, Charles
Greg, > On Mar 7, 2021, at 11:44 PM, Greg Minshall wrote: > > i guess when i used the term "recursive execute function" (i tend to > confuse "execute" and "export"), i was thinking of something like: when > i export an org file, and it runs into an org-in-org block to export, > then your code

bug#47008: 28.0.50; `org-clocking-buffer` definition was removed, but it is still being referenced

2021-03-08 Thread Basil L. Contovounesios
[Keeping the bug address CCed for posterity.] Eduardo Bellani writes: > Indee, I'll forward it to org, thanks, sorry for the noise. Thanks, no need to apologise. Closing this report in favour of the new one on the Org list: https://lists.gnu.org/r/emacs-orgmode/2021-03/msg00107.html > Basil

[PATCH] org-src.el Do not ask to revert unmodified buffers

2021-03-08 Thread pillule
Hi, it is asked to the user if we want to revert changes when re-entering in a org-source buffer. Even if the buffer have no modifications. This patch ask to revert the buffer only if there are modifications to the source buffer. @@ -493,8 +493,9 @@ (old-edit-buffer

Re: [PATCH] org-src.el Do not ask to revert unmodified buffers

2021-03-08 Thread pillule
hm I hope this is better. Hi, it is asked to the user if we want to revert changes when re-entering in a org-source buffer. Even if the buffer have no modifications. This patch ask to revert the buffer only if there are modifications to the source buffer. @@ -493,8 +493,9 @@

Re: [PATCH] org-src.el Do not ask to revert unmodified buffers

2021-03-08 Thread pillule
hm I hope this is better.² Hi, it is asked to the user if we want to revert changes when re-entering in a org-source buffer. Even if the buffer have no modifications. This patch ask to revert the buffer only if there are modifications to the source buffer. @@ -493,8 +493,9 @@

Re: org-in-org

2021-03-08 Thread Greg Minshall
Chuck, > I admit to being baffled by this. > > If you have nested org src blocks and you recursively enter each org > block using `org-edit-special' and execute the src blocks other than > org lang, then exit with `org-edit-src-exit', when you complete this > the org buffer will have nested src

[PATCH] ox-html: Add webp as an inline image format

2021-03-08 Thread Jay Kamat
Hi, By default, ox-html inlines most image links (such as png and jpg). However, this is currently not the case for webp. Webp is a image format introduced in 2010 by Google, which now has widespread adoption in mainstream browsers. I personally would like to use it because it has much

Re: overloading of internal priority calculations in agenda

2021-03-08 Thread Jack Kamm
Hi Adam, > I further noticed that this overloading of the internal priority by > including timestamp and habit data causes disruption to the behaviour > I imagine most users would expect from `org-agenda-sorting-strategy'. > For example, if you have `priority-down' as the first entry in the >

Re: Using lexical-binding

2021-03-08 Thread Kyle Meyer
Looking at this one more time before applying, I noticed a couple of backward compatibility issues. Stefan Monnier writes: > Subject: [PATCH] * lisp/org-agenda.el: Use lexical-binding [...] > + (pcase type > + ('agenda > +(org-agenda-list

Re: Bug: 28.0.50; `org-clocking-buffer` definition was removed, but it is still being referenced [9.4.3]

2021-03-08 Thread Kyle Meyer
Eduardo Bellani writes: > On 16b5ee0efb5592f78faeffa07048bfe741331a18 `org-clocking-buffer` was > removed as a symbol. That symbol is still being referenced throughout > the current(4d463ee4baf8a7ce8b7c633149a9452bc70ef557) `org-clock.el` > file. In 16b5ee0ef, org-clocking-buffer was moved from

Re: [PATCH] Reduce code duplication in ob-sql.el and ob-sqlite.el

2021-03-08 Thread Kyle Meyer
Nick Savage writes: > Please see the attached updated patch with the changes requested. Thanks. Pushed (37749c165). > + (declare (obsolete "use `org-babel-sql-expand-vars' instead." "Org 9.4")) ... changing "Org 9.4" to "Org 9.5".