Re: Org mode for meeting minutes

2020-03-24 Thread Christian Egli
Hi Timm Timm Lichte writes: > Just for your amusement: I've developed a very different but effective > way of taking minutes with org-mode that uses just lists and > enumerations. I have been using this solution for more than a year on > a daily basis and I'm really happy with it (and colleagues

Re: Org mode for meeting minutes

2020-03-24 Thread Eric S Fraga
On Monday, 23 Mar 2020 at 21:03, Timm Lichte wrote: > You can have a look at the style and code here: > > https://github.com/timmli/org-minutes-dev This is also very nice! I wish I'd had either of these solutions when I used to take minutes... I know have somebody take minutes for me when I

Re: Org mode for meeting minutes

2020-03-24 Thread Pankaj Jangid
Nick Dokos writes: >> I have an off-topic query though: How do you right align tags? > , > | org-tags-column is a variable defined in ‘org.el’. > | Its value is -120 > | Original value was -77 > | > | You can customize this variable. > | > | Documentation: > | The column to which tags

Re: Org mode for meeting minutes

2020-03-24 Thread Eric S Fraga
*now -- : Eric S Fraga via Emacs 28.0.50, Org release_9.3.6-433-g4b2628

Re: New org-store-link on headlines contains tags

2020-03-24 Thread Nicolas Goaziou
Hello, stardiviner writes: > Hi, Nicolas, I found the link part is fixed, Another itch is that the link > description part still contains the statistic cookie [1/2]. For example: > > #+begin_src org > * headline statistics [/] > > [[*headline statistics][headline statistics [/]​]] > #+end_src

Show full outline path when insert link

2020-03-24 Thread Tung Clive
Hi all, When I am trying to store a link to an outline like this: “ * Headline 1 ** Headline 2 Point here. “ How can I automatically make it’s description to be “Headline 1/Headline 2” instead of just “Headline 2”? Best, Clive

Agenda: Default view missing 40th character

2020-03-24 Thread Nathan Neff
Hello all, I have had the 40th character missing from my agenda view, like this: Weeklytodo Expenses - Intern t and Friends :hab: habittodo [#A] Inbox, Check Calendars :hab: habittodo [#A] Unmount / Ba kup Notes Note how the 40th character is rendered as a

Re: Show full outline path when insert link

2020-03-24 Thread Ihor Radchenko
Something like (defun org-id-link-desk (link desk) "Description function for id: link." (let ((id (cadr (split-string link ":" (org-with-point-at (org-id-find id 'marker) (s-join "/" (org-get-outline-path 'with-self) (org-link-set-parameters "id"

Re: Agenda: Default view missing 40th character

2020-03-24 Thread Samuel Wales
i presume you've already tried -Q, but do you have anything like a fill column marker package? yes, it is a long shot. On 3/24/20, Nathan Neff wrote: > Hello all, I have had the 40th character missing > from my agenda view, like this: > > Weeklytodo Expenses - Intern t and Friends >

Re: File Scoped Properties?

2020-03-24 Thread Tim Visher
On Mon, Mar 9, 2020 at 9:24 AM Tim Visher wrote: > On Fri, Mar 6, 2020 at 9:09 AM Tim Visher wrote: > >> Thanks for the response, Eric. :) >> >> On Fri, Mar 6, 2020 at 1:51 AM Fraga, Eric wrote: >> >>> On Thursday, 5 Mar 2020 at 10:28, Tim Visher wrote: >>> > I _am_ able to get it to work by