Archiving repeated tasks under corresponding date tree for each repeated item

2020-10-23 Thread Gerardo Moro
Dear all, When I archive a repeated task (let's say, a learning project of 15 minutes every Wednesday day for 2 months), the task gets archived in a date tree all under the day it was closed (cancelled) as a whole. This means that all the LOGGED individual instances of repetition are archived on

Re: Possibility to copy text outside EMACS and send it to orgmode document

2021-01-06 Thread Gerardo Moro
: > On Wed, Jan 6, 2021 at 1:43 AM Gerardo Moro > wrote: > >> Basically that: as I copy (Control-C) text from the browser (Chrome), I >> would like those copied sentences to be sent to a ordered list in an >> OrgMode document: >> >> - copied text 1 >&

Re: Possibility to copy text outside EMACS and send it to orgmode document

2021-01-06 Thread Gerardo Moro
Thanks. Then why is in https://orgmode.org/worg/org-contrib/org-protocol.html#installation this confusing bit? Installation - To load org-protocol.el add the following to your .emacs: (server-start) (add-to-list 'load-path "~/path/to/org/protocol/") (require 'org-protocol)

Re: Possibility to copy text outside EMACS and send it to orgmode document

2021-01-06 Thread Gerardo Moro
Thanks. I have been trying to set org-protocol up, but... I can't find where this package is (silly, innit?). Where is the official org-protocol page where to download it? Thanks! El jue, 7 ene 2021 a las 7:10, Ihor Radchenko () escribió: > Gerardo Moro writes: > > > Thanks, guys. &

Re: Remembrance Agents

2020-11-30 Thread Gerardo Moro
Ok, thanks. How do you specify the location and is the formatting ok when showing you the relevance pieces of text from the local databases? El lun, 30 nov 2020 a las 11:31, Eric S Fraga () escribió: > On Monday, 30 Nov 2020 at 08:48, Gerardo Moro wrote: > > Question: when you say it us

Re: Remembrance Agents

2020-11-29 Thread Gerardo Moro
? Thanks El dom, 29 nov 2020 a las 15:52, Eric S Fraga () escribió: > On Sunday, 29 Nov 2020 at 15:07, Gerardo Moro wrote: > > Has somebody installed it and tried it? It would be great to have a > > screen recording demo. > > I've used it on and off in the past, within

Re: Remembrance Agents

2020-11-30 Thread Gerardo Moro
> * Gerardo Moro [2020-11-30 09:49]: > > Thanks! I get an idea. Will try to use soon and let you know. > > Thanks for the links, very helpful. > > Question: when you say it uses emails, can it read any email database (I > > have old ones from Microsoft outlook both Ma

Re: Bring up a screen giving option to open a series of orgmode files

2020-11-24 Thread Gerardo Moro
Hi, See org-store-link and org-insert-link. org-store-link stores link in a > link ring and the link/links can be later inserted using > org-insert-link. > org-store-link would work only within Emacs, not for the case of copying http links in the browser, right? org-store-link

Remembrance Agents

2020-11-28 Thread Gerardo Moro
Is there currently any (good) implementation of the idea of the Remembrance Agents in Emacs? Thanks!

Re: Bring up a screen giving option to open a series of orgmode files

2020-11-23 Thread Gerardo Moro
> Do you find that useful? Who does? I definitely think it's very, very useful! I constantly leave tabs open or use bookmarks, but it'd be great to add them to ORG with a timestamp to watch later. This way I wouldn't forget about them and they wouldn't take memory on the browser if I don't

Re: Remembrance Agents

2020-11-29 Thread Gerardo Moro
that are related to what you write. Correct me if I'm wrong. Your project sounds intriguing! GM El sáb, 28 nov 2020 a las 20:29, Jean Louis () escribió: > * Gerardo Moro [2020-11-28 20:02]: > > Is there currently any (good) implementation of the idea of the > Remembrance > > Agents in Em

Re: Archiving repeated tasks under corresponding date tree for each repeated item

2020-11-16 Thread Gerardo Moro
last function and call it in > org-trigger-hook, so that repeating items would be archived without > deleting every time you mark the item DONE. > > [1] > https://old.reddit.com/r/orgmode/comments/dg43hs/can_i_archive_a_property_drawer/f3frk2n/ > > Best, > Ihor > > Gera

Re: Archiving repeated tasks under corresponding date tree for each repeated item

2020-11-18 Thread Gerardo Moro
nly possible, but require more complicated function. > > Best, > Ihor > > Gerardo Moro writes: > > > Thank you! Ok, now it works. I had to restart my Emacs, probably that was > > the problem. > > > > So from now on, all the DONE tasks would be archive

Re: Agenda follow mode + indirect window settings

2020-11-17 Thread Gerardo Moro
Thanks a lot for this. Will think about it. El mar., 17 nov. 2020 a las 6:52, Kyle Meyer () escribió: > Gerardo Moro writes: > > > Hi, > > > > I want my agenda to have follow-mode active when starting Emacs. > > I suppose this would do the trick? > > > >

Re: Archiving repeated tasks under corresponding date tree for each repeated item

2020-11-17 Thread Gerardo Moro
tree under today's date (the date when it was archived). The behaviour I was expecting is to archive each of the logged tasks under their corresponding date (on the 11th, 13th, 14th and 15th of November). Just to be clear :) G El lun., 16 nov. 2020 a las 17:21, Gerardo Moro () escribió: > Wow, I’m im

Re: Re: Agenda follow mode + indirect window settings

2020-11-17 Thread Gerardo Moro
Very nice! I don't know much elisp as I am a new Emacs user. What in short would this code do? :) Thanks a million! El mar., 17 nov. 2020 a las 6:56, tumashu () escribió: > > > > > > > > > > > > > > > > > > At 2020-11-17 12:52:06, &q

Re: Archiving repeated tasks under corresponding date tree for each repeated item

2020-11-17 Thread Gerardo Moro
is expected behaviour. That's why I suggested to run > it in org-trigger-hook, which will trigger at the day and time when you > mark the task DONE. > > Best, > Ihor > > Gerardo Moro writes: > > > Hi again, > > > > I actually now realized that your function wil

Re: Archiving repeated tasks under corresponding date tree for each repeated item

2020-11-17 Thread Gerardo Moro
pos (org-get-repeat > (when repeater ;; Only consider tasks with repeater timestamp > anywhere in the task body > (my/org-archive-without-delete) > (add-hook 'org-trigger-hook #'org-trigger-doing) > > Best, > Ihor > > Gerardo Moro writes: &g

Re: Archiving repeated tasks under corresponding date tree for each repeated item

2020-11-17 Thread Gerardo Moro
> > (add-hook 'org-trigger-hook #'org-archive-repeated-task) > > Best, > Ihor > > > Gerardo Moro writes: > > > Thanks for the prompt reply! > > I tried this but I get: "symbol's function definition is void: > > org-trigger-doing" > >

Re: Archiving repeated tasks under corresponding date tree for each repeated item

2020-11-17 Thread Gerardo Moro
n repeater ;; Only consider tasks with repeater timestamp > anywhere in the task body > (my/org-archive-without-delete) > > (add-hook 'org-trigger-hook #'org-archive-repeated-task) > > Best, > Ihor > > Gerardo Moro writes: > > > Now I get the error: &qu

Bring up a screen giving option to open a series of orgmode files

2020-11-22 Thread Gerardo Moro
Basically that :) I'm looking for some setup that allows me to open a menu with a list of files and shortcut access keys to open them. Probably somebody has done this before. Thank you, GM

Re: Bring up a screen giving option to open a series of orgmode files

2020-11-22 Thread Gerardo Moro
quot;RET", what does -iname mean? I am new in Emacs. You mean, this is just using find-dired to browse the org files? Thank you both! El dom, 22 nov 2020 a las 19:35, Berry, Charles () escribió: > > > > On Nov 22, 2020, at 2:09 AM, Jean Louis wrote: > > > > * Gerardo

Re: Bring up a screen giving option to open a series of orgmode files

2020-11-22 Thread Gerardo Moro
be a function of its own? That was shell command. Like in bash, dash, zsh and similar. You mean a shell command to be executed in M-x shell-command? I did so, but the output was <*.org" -exec echo " * [[file:`realpath {}`][{}]]" > meta-org.org \ Thanks, GM El dom, 22 nov 2020 a

Re: Bring up a screen giving option to open a series of orgmode files

2020-11-23 Thread Gerardo Moro
RCHIVE: %S_archive_%y.org::* Habits > :ORG-TIME-BONUS: 0 > :LAST_REPEAT: [2020-11-23 Mon 14:10] > :SHOWFROMDATE: 2020-11-09 > :RESET_CHECK_BOXES: t > :END: > > - [[file:~/Org/]] > - [[file:~/Knowledge_base/2016/Private/Get_started_with_org_mode/]] > - file:/home/y

Re: Bring up a screen giving option to open a series of orgmode files

2020-11-23 Thread Gerardo Moro
Ok, thanks! El lun, 23 nov 2020 a las 11:12, Ihor Radchenko () escribió: > > One question: what does do? Thanks > > Just wanted to indicate the cursor position. > > Best, > Ihor > > Gerardo Moro writes: > > > Excellent stuff. > > One question: what do

Agenda follow mode + indirect window settings

2020-11-12 Thread Gerardo Moro
Hi, I want my agenda to have follow-mode active when starting Emacs. I suppose this would do the trick? (setq org-agenda-start-with-follow-mode t) (setq org-agenda-follow-indirect t) 1) Do I need both? I have observed that having only the second one does not work. 2) Is there a way to make the

Re: Archiving repeated tasks under corresponding date tree for each repeated item

2020-11-12 Thread Gerardo Moro
genda-log-mode > in your weekly agenda (v l). If your tasks are also archived regularly, > you may also need "v A" to include archive files into agenda view. > > Best, > Ihor > > > Gerardo Moro writes: > > > Dear all, > > > > I am resending this

Archiving repeated tasks under corresponding date tree for each repeated item

2020-10-29 Thread Gerardo Moro
Dear all, I am resending this as I believe it's a useful concept to implement, especially by those who track their tasks and do weekly/monthly reviews. When I archive a repeated task (let's say, a learning project of 15 minutes every Wednesday day for 2 months), the task gets archived in a date

Possibility to copy text outside EMACS and send it to orgmode document

2021-01-05 Thread Gerardo Moro
Basically that: as I copy (Control-C) text from the browser (Chrome), I would like those copied sentences to be sent to a ordered list in an OrgMode document: - copied text 1 - copied text 2 - etc. Any ideas? This would be very useful. Thanks!

Re: Possibility to copy text outside EMACS and send it to orgmode document

2021-01-05 Thread Gerardo Moro
Thanks, guys. I'll have a look. I understand that using org-protocol in combo with org-capture I would have to visit the Emacs window for capturing the copied text or not? Because this is crucial, as I aim to avoid this step. Thanks! El mié, 6 ene 2021 a las 8:49, Tom Gillespie () escribió: >

Re: How to open a link to a folder/file in Finder, not Dired

2021-10-20 Thread Gerardo Moro
It works! Thanks so much! El mié, 20 oct 2021 a las 19:08, Mark Barton () escribió: > > > On Oct 20, 2021, at 1:36 AM, Gerardo Moro wrote: > > I am having the same problem as reported here: > https://emacs.stackexchange.com/questions/66593/how-to-open-a-link-to-a-folder-file-i

How to open a link to a folder/file in Finder, not Dired

2021-10-20 Thread Gerardo Moro
I am having the same problem as reported here: https://emacs.stackexchange.com/questions/66593/how-to-open-a-link-to-a-folder-file-in-finder-not-dired I copy paste: I used to be able to create links with open-insert-link pointing to folders or files. When I clicked on them, I would be

Taking notes of videos in Emacs

2022-07-08 Thread Gerardo Moro
Hi, I recently discover the Obsidian Media Extended plugin ( https://www.youtube.com/watch?v=GQXVWtNkeZw) to take notes while watching videos / listening to audios with keybindings to stop the video and create timestamps with link to the specific moment of the video, etc. Is there something

Re: Taking notes of videos in Emacs

2022-07-09 Thread Gerardo Moro
Thank you, all, for the pointers! As for your own package, Juan Manuel, I understand the main purpose is to take screenshots of movies. Am I correct? Thanks! El vie, 8 jul 2022 a las 16:25, Juan Manuel Macías () escribió: > Gerardo Moro writes: > > > Hi, > > >

Re: Change both width and height of R plot in SRC block

2022-06-30 Thread Gerardo Moro
Oh my god, this works! I honestly tried everything but... Apologies. Where can I read more about the possible options at header in source blocks? Thanks! El jue, 30 jun 2022 a las 15:50, Ihor Radchenko () escribió: > Gerardo Moro writes: > > > I have been trying for over a ye

Change both width and height of R plot in SRC block

2022-06-30 Thread Gerardo Moro
Hi, I have been trying for over a year to change the output plot size when using Orgmode SRC blocks with R. I have tried both using orgmode settings and R settings. I have a table from which I take some values. #+name: cost #+begin_src R :results output file graphics :file imag/cost.jpg :var

Updating Emacs

2022-08-22 Thread Gerardo Moro
Dear all, I currently use Emacs 27.2 (9.0) and need to update to the last version. No idea how my current Emacs was installed on my Mac. In case this helps, when I do on Terminal: § which -a- emacs /usr/local/bin/emacs /opt/local/bin/emacs /usr/local/bin/emacs What would the way to go to