Max Nikulin writes:
> On 22/09/2022 19:46, Tyler Grinn wrote:
>> Ihor Radchenko writes:
>>
>>> Why don't just modify :activate-func in the ordinary file links?
>> I like this idea, in fact so much I got rid of the todo style
>> link. But
>> one
Ihor Radchenko writes:
I've moved the project to gitlab:
https://gitlab.com/tygrdev/org-todo-link
> Why don't just modify :activate-func in the ordinary file links?
I like this idea, in fact so much I got rid of the todo style link. But
one thing that's still problematic is that I'd like org-t
ol-todo.el --- Store symbolic link to a TODO entry -*- lexical-binding: t
-*-
;; Copyright (C) 2014-2022 Free Software Foundation, Inc.
;; Author: Tyler Grinn
;; Package-Requires: ((emacs "27.2"))
;; Version: 0.0.1
;;; Commentary:
;; When this type of link is inserted, the todo keyword of t
András Simonyi writes:
That works! Thank you.
> Could you try Alt-j?
>
> best wishes,
> András
>
> On Sat, 13 Aug 2022 at 03:22, Tyler Grinn wrote:
>>
>> "Bruce D'Arcus" writes:
>>
>> > You need to use whatever keybinding exits.
>>
>> I've tried every key in the mode map.
>>
"Bruce D'Arcus" writes:
> You need to use whatever keybinding exits.
I've tried every key in the mode map.
I need help inserting a citation with fido-mode (icomplete) enabled. I
call org-cite-insert, select the citation I want, and press return, and
it asks for another citation to add, filling the minibuffer with the
most likely option. I see no way to insert the citations I've already
selected, it
Hello,
In general, I like to order my headings from newest to oldest top to
bottom. I'm looking for a function which will prepend a heading at the
current level in the current subtree. Some examples:
* Subtree * Subtree
** Item 2 >>> ** |
Hello all,
I've had this project functionally completed for a while and it works
quite well for me. It's "yet another alert package for org", which
supports Termux. I saw a discussion here a couple days ago about using
Termux and I thought some people in this group might be interested.
If you w
Ihor Radchenko writes:
>> From f474cb25840fdc6b24618b1452cb7fdd32545092 Mon Sep 17 00:00:00 2001
>> From: Tyler Grinn
>> Date: Mon, 9 May 2022 15:52:58 -0400
>> Subject: [PATCH] lisp/org.el: Add org-property-separators option
>
> LGTM!
>
> I will leave this f
gt; Best,
> Ihor
Setting ':value-type string' is confusing, in my opinion, because the
default single space looks like: in the customization buffer, which is
indistinguishable from no space: . I just found out about the restricted-sexp
type, which I think makes the customization buffer
Ihor Radchenko writes:
> Tyler Grinn writes:
>
>> Ihor Radchenko writes:
>>
>>> Tyler Grinn writes:
>>>
>>>>
>>>> Could you provide an example of what the value of that variable would be
>>>> if, for instance, I wante
Ihor Radchenko writes:
> Tyler Grinn writes:
>
>>
>> Could you provide an example of what the value of that variable would be
>> if, for instance, I wanted PROP_A and PROP_B to be joined with a single
>> space and PROP_C and PROP_D to be concatenated? Or better
Ihor Radchenko writes:
> Tyler Grinn writes:
>
>> John Kitchin writes:
>>
>>> I like the variable idea. I would make it a concatenation string for
>>> joining. That way “” would concatenate the way Tyler wants, “ “ would
>>> preserve current beha
12-268-7803
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu
>
> On Fri, May 6, 2022 at 11:40 AM Tyler Grinn
> wrote:
>
> Thanks for the advice. I've added the caret symbol
> (:EXPORT_FILE_NAME^:
> assignment-1) to mean 'concatenate' as opposed to + for
John Kitchin writes:
> I like the variable idea. I would make it a concatenation string for
> joining. That way “” would concatenate the way Tyler wants, “ “ would
> preserve current behavior, and “,” could lead to a comma separated
> list for example. Other things like “\n” might lead to a colum
John Kitchin writes:
> I believe this is hard coded in org-entry-get-with-inheritance. The
> fastest option would be an override advice with your own function that
> replaces (and value " ") with (and value ""), and maybe the two other
> " " with "".
>
> John
>
> --
I'm exporting sub-trees as pdf files for some classes I'm taking:
# -*- org-use-property-inheritance: t; -*-
* Class A
:PROPERTIES:
:EXPORT_FILE_NAME: support/Class A
:END:
** Assignment 1
:PROPERTIES:
:EXPORT_FILE_NAME+: /assignment-1
:END:
Some assignment for Class A
** Assi
17 matches
Mail list logo