debugging why a latex preview fails

2020-01-28 Thread Alan Schmitt
Hello, I'm trying to add some diagrams in a note, and I want to use latex preview for that. Unfortunately the result is not what I expect: I do see an image, but there seem to be errors in the latex processing. How can I see what latex is produced to find where the issue is? To be precise, my not

Re: can't sign in to code.orgmode.org

2020-01-28 Thread Adam Porter
"Tyler Smith" writes: > I am trying to set up an account with code.orgmode.org. I have already > done this, but when I try to sign in, I get an error about incorrect > username or password. I have clicked the link to send a password reset > several times this morning, but no email has shown up in

Re: New page https://orgmode.org/worg/donate.html

2020-01-28 Thread Adam Porter
FYI, Jonas Bernoulli also maintains a similar page for Emacs in general: https://github.com/tarsius/elisp-maintainers

Re: [RFC] C-c C-c in agenda

2020-01-28 Thread Adam Porter
Marco Wahl writes: > For some days now C-c C-c disables column view in Org files. This helps > me a bit and never got in my way. And I thought it would be quite > natural and consistent to use this binding for the agenda too. > > What do you think about all that? Hi Marco, I've always had the

Re: [RFC PATCH] specify a time, not number of minutes to keep, with org-resolve-clock

2020-01-28 Thread Dan Drake
Thank you, Nicolas, for the review of my first patch. I've updated my code and have the new patch attached. I didn't inline the "time to minutes to keep function"; yes, that function is very short, but the function name makes the intent/purpose of the code obvious, and the org-clock-resolve a bit

special treatment of one org-file in org-publish

2020-01-28 Thread John Kitchin
Hi everyone, I have one org file I have to publish in a special way in an org-publish project. I have this sub-component setup as: ("references" :base-directory "/Users/jkitchin/2020/01/26/org-files/" :exclude "org" :include ("c.org") :publishing-directory "docs" :publishing-function ox-ma

Re: [RFC] C-c C-c in agenda

2020-01-28 Thread Samuel Wales
i think it can be confusing to new users to have column mode accidentally activated. what are the things they will try to get out of it? maybe worth considering all the panic commands they'd try, and either deactivate or message what to do to deactivate? if c-c c-c is being weighed, maybe consid

Re: Testimony on how to publish a book using Org-mode

2020-01-28 Thread Devin Prater
I write my Fanfiction in Org-mode, I’d love to publish it using that, but ArchiveOfOurOwn doesn’t support Markdown, let alone Org. I love the fact that I can export subtrees (chapters,) giving them specific titles, like “Chapter 1” as output file names and page titles, and can, no matter what, h

Re: Testimony on how to publish a book using Org-mode

2020-01-28 Thread Diego Zamboni
Hi everyone, I have self-published 3 books so far written with org-mode, using Leanpub. I have been meaning to write a proper post about my setup, which allows me a fully-automated export from org-mode to the Leanpub format and structure. In the meantime, if anyone is interested, you can see my co

can't sign in to code.orgmode.org

2020-01-28 Thread Tyler Smith
Hello, I am trying to set up an account with code.orgmode.org. I have already done this, but when I try to sign in, I get an error about incorrect username or password. I have clicked the link to send a password reset several times this morning, but no email has shown up in my account, or in my

Re: [RFC] C-c C-c in agenda

2020-01-28 Thread Marco Wahl
Bastien writes: >> Thanks - I still don't see any real usecase. > > Ok, I constructed one: > > #+COLUMNS: %30ITEM %MYPROP > #+PROPERTY: MYPROP_ALL "[x]" "[ ]" > > * NEXT Rien > :PROPERTIES: > :MYPROP: [ ] > :END: > > In this case, when the cursor is on the MYPROP column in column > (a

New page https://orgmode.org/worg/donate.html

2020-01-28 Thread Bastien
Hi all, I've started a page on Worg to list contributors who accept donations: https://orgmode.org/worg/donate.html I see many great Org contributions, on this list and elsewhere, and I think it would be both nice and more efficient to have a central place to promote to let anyone know how Org c

Re: [RFC] C-c C-c in agenda

2020-01-28 Thread Bastien
Bastien writes: > Thanks - I still don't see any real usecase. Ok, I constructed one: #+COLUMNS: %30ITEM %MYPROP #+PROPERTY: MYPROP_ALL "[x]" "[ ]" * NEXT Rien :PROPERTIES: :MYPROP: [ ] :END: In this case, when the cursor is on the MYPROP column in column (agenda or not) view, C-c

Re: [RFC] C-c C-c in agenda

2020-01-28 Thread Bastien
Hi Marco, Marco Wahl writes: >>> You miss the lines which have not been transformed into columns by >>> column view, and I think that's all. >> >> When I turn on `org-agenda-columns', all the lines of my agenda are >> transformed into columns. Can you give me an example where some lines >> are

Re: [RFC] C-c C-c in agenda

2020-01-28 Thread Marco Wahl
>> You miss the lines which have not been transformed into columns by >> column view, and I think that's all. > > When I turn on `org-agenda-columns', all the lines of my agenda are > transformed into columns. Can you give me an example where some lines > are not transformed into columns? My ex

Re: [RFC] C-c C-c in agenda

2020-01-28 Thread Bastien
Hi Marco, Marco Wahl writes: > You miss the lines which have not been transformed into columns by > column view, and I think that's all. When I turn on `org-agenda-columns', all the lines of my agenda are transformed into columns. Can you give me an example where some lines are not transformed

Re: [RFC] C-c C-c in agenda

2020-01-28 Thread Marco Wahl
Bastien writes: >> I've now tested this and see how it can be useful, but having C-c C-c >> perform this unique deactivation in agenda view seems unfinished. > > Also, when columns are activated in an agenda view, org-columns-map > already bind C-c C-c to org-columns-toggle-or-columns-quit, so C-

Re: [RFC] C-c C-c in agenda

2020-01-28 Thread Bastien
Hi Marco, Bastien writes: > I've now tested this and see how it can be useful, but having C-c C-c > perform this unique deactivation in agenda view seems unfinished. Also, when columns are activated in an agenda view, org-columns-map already bind C-c C-c to org-columns-toggle-or-columns-quit, s

Re: [RFC] C-c C-c in agenda

2020-01-28 Thread Bastien
Hi Marco and all, Marco Wahl writes: > Off list I have politely been pointed to possibly have gone too far with > a recent commit to master. Thanks for that. Yes - someone I overlooked this addition, my bad. > To the issue: With the current master branch C-c C-c disables column > view in the

[RFC] C-c C-c in agenda

2020-01-28 Thread Marco Wahl
Hello community, Off list I have politely been pointed to possibly have gone too far with a recent commit to master. Thanks for that. To the issue: With the current master branch C-c C-c disables column view in the agenda. For some days now C-c C-c disables column view in Org files. This help