[O] latest org-attach.el change (commit "4939b4175") invalid download sub-command

2019-06-20 Thread stardiviner


This latest org-attach.el change (commit "4939b4175") make some command like
=org-attach= + =[u]= for downloading is invalid. I git check out before this 
commit,
confirmed.

-- 
[ stardiviner ]
   I try to make every word tell the meaning what I want to express.

   Blog: https://stardiviner.github.io/
   IRC(freenode): stardiviner, Matrix: stardiviner
   GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
  



Re: [O] org-mode table element selection WITH blanks elements

2019-06-20 Thread Nick Dokos
This was posted on the Emacs SE and I replied there:

   
https://emacs.stackexchange.com/questions/51141/org-mode-table-element-selection-with-blanks
   
-- 
Nick

"There are only two hard problems in computer science: cache
invalidation, naming things, and off-by-one errors." -Martin Fowler




Re: [O] Help with dblocks and table formulas (and an RFC on quantitative logging)

2019-06-20 Thread Eric Abrahamsen
"Fraga, Eric"  writes:

> On Tuesday, 18 Jun 2019 at 20:18, Eric Abrahamsen wrote:
>> I'm finally trying to scratch a very old itch of mine: quantitative
>> logging in Org. 
> [...]
>
>> 1. I can't reliably trigger the note prompting using TODO keyword setup.
>
> What about using org-after-todo-stage-change-hook?

Hmm, that's a possibility, thanks. There are so many fiddly bits with
getting the right information out of the right dynamic variables, it
might take a while to pin this down...

>> Anyway, this is a total work in progress, but I would be curious if
>> anyone would find this useful, and for what.
>
> It's interesting and I can see at least one use: logging expenses.  I
> normally use ledger but this is overkill for some simple tasks.

Cool, well, I'll report back when I have something a little more
mature...

eric



[O] org-mode table element selection WITH blanks elements

2019-06-20 Thread Niclas Borlin

Hi,

How do you send a list of elements from a table, including blank cells, 
to an elisp function?


I have the table below with points on exam questions in columns 2-4. The 
second row contains the maximum number of points for each question. The 
student rows contain the actual points received. I want to compute the 
maximum possible sum for a student, to be updated while I grade the 
questions.


I have written an elisp function that takes two lists as arguments and 
does the necessary computations. However, the standard selection 
argument ignores blank elements. In the function call below, the 
function will receive the (fontified) lists '("3" "4") '("6" "4" "6") 
and '("6" "2") '("6" "4" "6"), respectively. I need a selection where 
each blank element is kept as, e.g., fontified "". Thus, I would like 
the function to receive '("3" "4" "") '("6" "4" "6"), etc.


Is that possible?

Have tried google and the org manual to no avail.

#+NAME: PTS
|   | Q1| Q2| Q3| | Max |
|---+---+---+---+-+-|
|   | 6 | 4 | 6 | Sum | Sum |
|---+---+---+---+-+-|
| Student 1 | 3 | 4 |   |   7 |  13 |
| Student 2 | 6 |   | 2 |   8 |  12 |
#+TBLFM: @3$6..@>$6='(sum-with-defaults '(@0$2..@0$4) '(@2$2..@2$4)))

Thanks,
/Niclas Börlin
--
Niclas Borlin, PhD  email: niclas.bor...@cs.umu.se
Department of Computing Science phone: +46 (0)90-786 68 32
Umea University   fax: +46 (0)90-580 14
SE-901 87 Umea, SWEDENlat/long: 63.49 N, 20.19 E



Re: [O] Minibuffer popup for org-contacts contact linking?

2019-06-20 Thread John Kitchin
No particular reasons, it is somewhat low in the priority list right now.
There are a lot of experiments in there that I got to a point useful for
me, but maybe not to others, and dependencies on helm and ivy that aren't
common in org. I would probably like a better cache mechanism, etc.

John

---
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu



On Wed, Jun 19, 2019 at 10:41 PM Daryl Manning 
wrote:

> This looks impressive. Thanks! I need to spend some time with it but loos
> like I can definitely steal stuff from what you’ve done for my use-cases.
>
> Out of curiosity, since this looks superior, why did you not
> fork/contribute PRa to .org-contact to fold these into the package.
>
> thanks again!
> Daryl.
>
> On Mon, 17 Jun 2019 at 18:24, John Kitchin 
> wrote:
>
>> I use https://github.com/jkitchin/scimax/blob/master/contacts.el for
>> something like this. There are helm/ivy interfaces in there for doing
>> things like you describe. Mostly I use it to fill in email fields in
>> messages.
>>
>>
>> Daryl Manning  writes:
>>
>> > I'm trying to figure out a way to hotkey bringing up a minibuffer in
>> > ivy/ivy-rich much as I would with say `C-x b/k` for switching/killing
>> > buffers, but allowing me to filter down to a contact and then, when
>> > selected, have that put a `C-c l` link into a document for them.
>> >
>> > Is there any way to do this? org-contacts documentation is light and
>> while
>> > there is a search function in there, having trouble bending it as much
>> as
>> > I'd like to my will (see previous message about a week's notice on
>> > birthdays/anniversaries) though I like the fact it's nice and
>> lightweight
>> > and seems to do most of what I want within the workflow I've sort of
>> > created for myself (
>> > https://daryl.wakatara.com/a-better-gtd-and-crm-flow-for-emacs-org-mode
>> )
>> >
>> > Anyone have any idea or tips on how they've handled that?
>> > thanks!
>> > Daryl.
>>
>>
>> --
>> Professor John Kitchin
>> Doherty Hall A207F
>> Department of Chemical Engineering
>> Carnegie Mellon University
>> Pittsburgh, PA 15213
>> 412-268-7803
>> @johnkitchin
>> http://kitchingroup.cheme.cmu.edu
>>
>


Re: [O] Bug: Org-habit: org-log-note-headings configuration is not processed [9.2.3 (9.2.3-11-g42abf5-elpaplus @ /home/pyro/.emacs.d/elpa/26.2/develop/org-plus-contrib-20190429/)]

2019-06-20 Thread Anton Latukha
Good day,Then decided to informThank you for clear response. All that I could want.Nice day everyone. 19.06.2019, 22:17, "Nicolas Goaziou" :Hello,Anton Latukha  writes:  Informing. After I changed the form of records in 'org-log-note-headings', in particular 'state', and Emacs saves the logbook records in new format. But Org-habit silently skips over them and processes only old records of the format set by default. The one related issue was raised in 2011, resulting just in confirmation of the code state: https://lists.gnu.org/archive/html/emacs-orgmode/2011-01/msg00144.htmlAs explained in `org-log-note-headings', changing the `state' entry isnot a good idea. Org needs to be able to parse logbook records, and itmust be picky about the syntax. I.e., we cannot allow any string.In a nutshell, this is unlikely to be fixed.Regards, --Nicolas Goaziou  Regards,Anton Latukha 

Re: [O] converting many ics files to a single org file

2019-06-20 Thread Alan Schmitt

On 2019-06-19 14:01, Robert Horn  writes:

The golang ical2org (https://github.com/rjhorniii/ical2org) 
definitely

does this.


It seems to have many features that I would use. Thanks!

Alan


signature.asc
Description: PGP signature