Erich L Foster

Results 26 comments of Erich L Foster

I had another issue with inline messages sent to me. The ticks came out as some weird '_'. * emacs-slack interpretation ![image](https://user-images.githubusercontent.com/1392578/93471066-d938a980-f8c0-11ea-8f1b-6e91a64bace1.png) * slack message ![image](https://user-images.githubusercontent.com/1392578/93470975-ba3a1780-f8c0-11ea-908d-51c1504e6a87.png) I have never seen...

Seems to work pretty well, thanks. Now to figure out how to remove things from the agenda when they are complete... I don't really want to see all the done...

I went with the SCHEDULED solution. Only issue that seems to come up is that org-agenda doesn't see that the item is scheduled if the message is more than one...

One issue I am having with the schedule or archive method is that I am constantly being asked if I want to save changes to slack.org and slack.org_archive. But sometimes...

That didn't seem to work. The problem is that when marking an entry as complete in org-agenda it doesn't save. So I am guessing there probably needs to be a...

I switched to the original method and added a keybinding to set as done and archive ``` (defun my/org-agenda-todo-archive () (interactive) (org-agenda-todo 'done) (org-agenda-archive)) (add-hook 'org-agenda-mode-hook (lambda () (local-set-key (kbd...

One other issue I ran into is saving the org file when someone has typed a unsupported character.

I finally came up with something that works. It still needs a bit of touch-up, since whenever an org-agenda item is archived, using "T", the slack buffers will be saved,...

This also seems to fix the same sort of issue with `slack-message-add-reaction`.

> Also having this problem. > > Looks like reconnecting ws will mark user as active again, so I'm using an ugly hack to keep myself as active: Set a...