emacs-orgmode@gnu.org

2019-12-11 Thread Justin Vallon
When I use "emacs --no-init-file", I get the default distribution org packages, and "

Re: [O] FW: [RFC] Link-type for attachments, more attach options

2019-12-11 Thread Gustav Wikström
Hi stardiviner, It is my belief that =[Ctrl-C Ctrl-l]= already is supported. You will only get suggestions for attachments if there are any attachments on the outline node you're in. Or in any of its parents if inheritance is configured. Regards Gustav From: Ema

Best way to template a big table

2019-12-11 Thread Lawrence Bottorff
I've got a big table that I would like to create a template for, i.e., the rows and columns and the myriad | and -. Then a key chord would produce it in an org file ready for values to be entered. I've seen the post-9.2 tempo-define-template, but that looks more suited to smaller things. There is E

Re: [O] FW: [RFC] Link-type for attachments, more attach options

2019-12-11 Thread stardiviner
Hi Gustav, I suggest to add support for =[Ctrl-C Ctrl-l]= like ~file:~ link type. which will auto in completion list. It will be convenient for user. -- [ stardiviner ] I try to make every word tell the meaning what I want to express. Blog: https://stardiviner.github.io/

[PATCH] Fix verbatim block fontification to end blocks on headlines

2019-12-11 Thread Tom Gillespie
This patch is a change to how org fontifies verbatim source blocks re: [1]. Hopefully it answers Nicolas's question from that thread. Best! Tom On Sun, Dec 8, 2019 at 12:05 AM Nicolas Goaziou wrote: > I do not understand. Source and example blocks are verbatim blocks, > whereas verse blocks are n

Re: How to mark task as done at specified (past) time?

2019-12-11 Thread Kyle Meyer
Tim Landscheidt writes: [...] > I want Gnus to mark the task as done /at the time when the mail was > sent/, i. e. in: > |- State "DONE" from "TODO" [2019-11-27 Mi 16:44] > > I want "2019-11-27 Mi 16:44" not to be the current time, but > some other (past) time. > > How can I mark a

Re: Bug: org-use-fast-todo-selection prefix option removed [9.3 (9.3-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20191203/)]

2019-12-11 Thread Kyle Meyer
Allen Li writes: > The option to set org-use-fast-todo-selection to 'prefix was removed > without my noticing. This breaks my workflow since I like the default > cycling behavior and only occasionally use fast todo selection to > switch between todo state sets. > > It was removed in commit f1c03

Re: need to increase contrast in all emacs faces for legibility

2019-12-11 Thread wry
On 12/10, Samuel Wales wrote: at night, i need much more contrast in my emacs faces in order to increase legibility. This is counterintuitive, normally you need to increase contrast during the day and decrease contrast (and lower brightness) at night to prevent eye strain. Unless you're using a

Bug: org-use-fast-todo-selection prefix option removed [9.3 (9.3-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20191203/)]

2019-12-11 Thread Allen Li
The option to set org-use-fast-todo-selection to 'prefix was removed without my noticing. This breaks my workflow since I like the default cycling behavior and only occasionally use fast todo selection to switch between todo state sets. It was removed in commit f1c030bed54737319aeb1d592e3340d6a48

bug#36984: 27.0.50; Calling newline in org src opens org src edit

2019-12-11 Thread Nicolas Goaziou
Hello, Deric Bytes writes: > Calling M-x newline when in org src block. Turns it yellow and prevents > editing (it opens org edit src ) > > I have tried the latest emacs and org-mode. And run the following code > in an emacs -q I didn't try with Emacs 27, but with Org 9.3 and Emacs 26.3, I cann

bug#37333: Org-mode python output not working

2019-12-11 Thread Nicolas Goaziou
Hello, Michael Wu writes: > In the following block: > > #+BEGIN_SRC python :results value :session > def f(): > return 5 > f() > #+END_SRC > > > It gives the message > > "Code block returned no value" FWIW, I cannot reproduce it. You may want to update Org. Mine is 9.3. Regards, -- Nicol

Re: [SOLVED] (was: org-ref-insert-cite-link inserts citep)

2019-12-11 Thread John Kitchin
That is the default value of that variable. I guess you had set it elsewhere to be getting citep before. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin

[SOLVED] (was: org-ref-insert-cite-link inserts citep)

2019-12-11 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I enjoy org-ref, but I struggle to configure org-ref-insert-link. (setq org-ref-default-citation-link "cite") Is your friend smime.p7s Description: S/MIME cryptographic signature

org-ref-insert-cite-link inserts citep

2019-12-11 Thread Uwe Brauer
Hi I enjoy org-ref, but I struggle to configure org-ref-insert-link. It inserts, per default, citep for example citep:wald84:_gener_relat How can I change that to plain cite:wald84:_gener_relat Thanks and regards Uwe Brauer

Need to increase contrast in all emacs faces for legibility

2019-12-11 Thread Bruce Russell
Protesilaos Stavrou has uploaded two (light and dark) “accessibility” themes with “consistent minimum contrast ratio between background and foreground values of 7:1 or higher" to Melpa. See https://www.youtube.com/watch?v=zofd0O12XWE . The source cod

Re: File tags prevent autocomplete of global tags

2019-12-11 Thread Berry, Charles
> On Dec 10, 2019, at 4:54 PM, E R wrote: > > Hello, > > following the post below, by the same title, I was advised to notify the > org-mode mailing list. > > https://emacs.stackexchange.com/questions/54277/file-tags-prevent-autocomplete-of-global-tags > > To summarize, tags defined inside

File tags prevent autocomplete of global tags

2019-12-11 Thread E R
Hello, following the post below, by the same title, I was advised to notify the org-mode mailing list. https://emacs.stackexchange.com/questions/54277/file-tags-prevent-autocomplete-of-global-tags To summarize, tags defined inside a file interfere with auto-complete of tags defined globally, tha

auto scheduling task

2019-12-11 Thread claude fuhrer
Hi all Trying to organise my day I faced to a small problem I would like be able to create a list of task with duration and start time for the first one. For example (this is pseudo code, do not work for real) ** Day 11-dec-2019 *** Task 1     scheduled: <2019-12-11 Wed 09:25> duration:0:3

Re: need to increase contrast in all emacs faces for legibility

2019-12-11 Thread Pankaj Jangid
> is it possible to programmatically increase foreground contrast > against their background in all faces? For shr (the built-in browser), there is something. But in general I am not aware if there is something related to this. shr-color-visible-distance-min, shr-color-visible-luminance-min The

Re: documenting python module examples in orgmode

2019-12-11 Thread Divan Santana
Thanks John Kitchin. Your suggestion works.

Re: need to increase contrast in all emacs faces for legibility

2019-12-11 Thread Marco
Hello, > is it possible to programmatically increase foreground contrast > against their background in all faces? While I can't answer your question, which is an interesting one (don't think it's org related, though), I just wanted to ask: can't you just adjust the temperature of your display wit