Re: File Scoped Properties?

2020-03-05 Thread Fraga, Eric
On Thursday, 5 Mar 2020 at 10:28, Tim Visher wrote: > I _am_ able to get it to work by adding a file local variable like > > ``` > # Local Variables: > # org-attach-id-dir: "~/.foo/data" > # End: > ``` > > but then whenever I open the file it tells me it's possibly not safe to set > that. You've

Re: Typo in Org Manual

2020-03-05 Thread Kyle Meyer
Sebastian Miele writes: > In an example for Org table range references it says: > > ‘@2$1..@4$3’ six fields between these two fields (same as ‘A2..C4’) Oh, that mistake has been around for a long time. > However, it are nine fields instead of six. If we were to simply replace "six" with "nin

Re: [PATCH] Do not ignore org-odt-styles-file

2020-03-05 Thread Kyle Meyer
Thanks for the patch. Eric Timmons writes: > :odt-styles-file was duplicated in ox-odt's org-export-define-backend > form. This lead to the org-odt-styles-file custom being completely ignored. That change looks good, and, while I'm not an ox-odt user, light testing on my end confirms the issue

Re: [PATCH]: org-attach.el: Use `force' arg everywhere in `org-attach-delete-all'

2020-03-05 Thread Kyle Meyer
Applied with 70c1eec55.

RE: File Scoped Properties?

2020-03-05 Thread Gustav Wikström
Hi Tim, First you must make sure to allow property inheritance. That can be done by setting org-attach-use-inheritance to t. Then add the DIR property to a property block for the file, or using a property keyword. I.e. either this: #+begin_src org :PROPERTIES: :DIR: ~/.foo/data :END:

Re: Nested quote blocks?

2020-03-05 Thread Tim Visher
On Thu, Mar 5, 2020 at 1:45 AM Fraga, Eric wrote: > > IIUC, your solution should work but it's necessarily tied to specific > > export backends, right? > > It is partly but the general concept of using special blocks works for > HTML also. You end up with code that looks like this: > > , > |

[PATCH] strike-through text in tables

2020-03-05 Thread Mark E. Shoulson
Make a org-mode table.  In one of the cells of the table, have some text that is +struck out+.  Note that the struck-out text is default text color (black, for me), and not org-table text color (blue, for me).  It's even worse if you're running org-variable-pitch-

File Scoped Properties?

2020-03-05 Thread Tim Visher
Hello, I'm trying to get org-attach to use a different data directory for a particular file. My understanding is that this is controlled by `org-attach-id-dir` by default but can be overridden at the file or entry level by use of the `DIR` property. I can successfully override it at the entry lev

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-03-05 Thread Kaushal Modi
On Thu, Mar 5, 2020 at 9:04 AM Bastien wrote: > Hi Kaushal, > > Kaushal Modi writes: > > > I'm just pinging again on this thread to bring it to attention. > > I'm reading the list but I didn't find the time to reply to the > threads yet, I'll get back to this. > > Thanks, > Thanks, no hurry. I

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-03-05 Thread Bastien
Hi Kaushal, Kaushal Modi writes: > I'm just pinging again on this thread to bring it to attention. I'm reading the list but I didn't find the time to reply to the threads yet, I'll get back to this. Thanks, -- Bastien

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-03-05 Thread Kaushal Modi
Hello, I'm just pinging again on this thread to bring it to attention. Thanks. Kaushal

Re: Bug: org-agenda fails to interpret UTF-8 filenames in some cases

2020-03-05 Thread Fraga, Eric
On Thursday, 5 Mar 2020 at 11:41, Lubos Boucek wrote: > Hello, > > After adding file "úkoly.org" (filename written with Czech keyboard) > with `C-c [`, immediate `M-x org-agenda t` goes through. However, > after restarting emacs, the same command stops with warning > "Non-existent agenda file c:/U

Bug: org-agenda fails to interpret UTF-8 filenames in some cases

2020-03-05 Thread Lubos Boucek
Hello, After adding file "úkoly.org" (filename written with Czech keyboard) with `C-c [`, immediate `M-x org-agenda t` goes through. However, after restarting emacs, the same command stops with warning "Non-existent agenda file c:/Users/lubos/Documents/org/úkoly.org. [R]emove from list or [A]bort