Re: ox-rst still working?

2023-02-28 Thread Angel de Vicente
Hello, just realized that it is ok if I open the file ox-rst.el and evaluate the hole buffer. I do have (require 'ox-rst) in my .emacs file and I have evaluated that a number of times, but for some reason the rst backend is only registered with the Org dispatch when evaluating the ox-rst.el buf

Re: ox-rst still working?

2023-02-27 Thread Angel de Vicente
Ihor Radchenko writes: > I just meant that if you have org-ref installed, it may override the > ox-rst menu item. There is a way to solve this, but I am not sure if the > problem is originated from this guess of mine. Ah, ok. No, I don't have org-ref installed. -- Ángel de Vicente Research So

Re: ox-rst still working?

2023-02-27 Thread Angel de Vicente
Hello, Ihor Radchenko writes: > Works on my side with the latest Org. thanks for the update. > Note that ox-rst menu clashes with default org-ref menu. Not sure what to make out of this. I guess this is the problem in my side, but how do you use the ox-rst menu then (or you don't use the disp

ox-rst still working?

2023-02-24 Thread Angel de Vicente
Hello, I was trying to export an .org file to .rst. I have ox-rst 20200815.1511 installed, and I have run (require 'ox-rst), but despite this, there is no option for rsT in the Org Export Dispatcher. Did I miss something to make it work? Emacs version: 28.2 Orgmode verion: 9.1.3 Thanks, -- Ánge

Re: Compact schedule in agenda day view

2023-02-18 Thread Angel de Vicente
Hello, Marcin Borkowski writes: > And you could have found it out yourself with `C-h l' (`view-lossage'). > `C-h m' (`describe-mode') and `C-h k' (`describe-key') are also useful thanks for the tips. I had used 'view-lossage' in the past, but I had forgotten about it... :-) Cheers, -- Ángel d

Re: Compact schedule in agenda day view

2023-02-15 Thread Angel de Vicente
Hello, Angel de Vicente writes: > Anybody knows off the top of your head how to toggle this? Sorry for the noise. "G" is the magic letter I was looking for. Cheers, -- Ángel de Vicente -- (GPG: 0x64D9FDAE7CD5E939) Research Software Engineer (Supercomputin

Compact schedule in agenda day view

2023-02-15 Thread Angel de Vicente
Hello, I was too quick on the keyboard and I pressed some magic key combination and now my schedule for today shows in a compact way (only showing the appointments). I actually prefer the "expanded" way, in which I get a grid for the whole day (so it easier for me to quickly see if an appointment

Re: Do not show a TODO item in the global TODO list until certain date?

2022-10-21 Thread Angel de Vicente
Hello, Ihor Radchenko writes: > Try the following adjusted version: > > (defun org-agenda-skip-before-SHOWFROMDATE-property () > "Skip agenda item if :SHOWFROMDATE: property is set and the day is before > it" > (when-let* ((showfromdate (if (bound-and-true-p org-ql--current-element) >

Re: Habit tracking (add "DONE" state with configurable date/time)

2022-10-04 Thread Angel de Vicente
Ihor Radchenko writes: > org-todo-yesterday :-) fantastic. Not configurable but certainly enough for my purposes. Many thanks, -- Ángel de Vicente Research Software Engineer (Supercomputing and BigData) Instituto de Astrofísica de Canarias (https://www.iac.es/en)

Habit tracking (add "DONE" state with configurable date/time)

2022-10-03 Thread Angel de Vicente
Hello, I'm lately finding myself in this situation: I have a number of habits that I track, and I want to mark one of them to "DONE", but registering not the date when I change its state, but some other date/time (this usually happens, for example, with my "sports" habit, which I do late at night,

Re: Do not show a TODO item in the global TODO list until certain date?

2022-09-23 Thread Angel de Vicente
Hello, Bastien writes: >> As per the example I was giving, I don't want that entry to be scheduled >> for October 16 (and thus clutter my agenda view), I just want it to be >> visible in my Global TODO list from that date, so then, depending on how >> busy I'm around that date, then I can decide

Re: Do not show a TODO item in the global TODO list until certain date?

2022-09-15 Thread Angel de Vicente
Hello, Ihor Radchenko writes: > Also, I am doing something similar in my personal config using > SHOWFROMDATE property. See > https://github.com/yantar92/emacs-config/blob/master/config.org#properties > for inspiration. I tried the following but without success... my Emacs Lisp lack of knowledg

Re: Do not show a TODO item in the global TODO list until certain date?

2022-09-14 Thread Angel de Vicente
Hello, Ihor Radchenko writes: > Check out org-agenda-skip-function (see A.7 Special Agenda Views section > of the manual). > > Also, I am doing something similar in my personal config using > SHOWFROMDATE property. See > https://github.com/yantar92/emacs-config/blob/master/config.org#properties

Re: Do not show a TODO item in the global TODO list until certain date?

2022-09-14 Thread Angel de Vicente
Hello, "Rohit Patnaik" writes: >> (not a scheduled one, since I don't need to do it on a particular date) > > The `SCHEDULED' property is in fact the correct way to indicate that you wish > to > hide the task from the global to-do list until a particular date. `SCHEDULED' > indicates the day up

Re: org-super-agenda global list of TODO items

2022-09-14 Thread Angel de Vicente
Hello, Angel de Vicente writes: > great. That looks very promising, and without the need to change the > source code. I will try it later on and report back. I ended up with this (and going back to unmodified source code for org-super-agenda, and it now works beautifully. , | (se

Re: org-super-agenda global list of TODO items

2022-09-14 Thread Angel de Vicente
Hello, Christophe Schockaert writes: > If I am right (I am playing with the config, it’s not in my daily setup yet > for > now), I could achieve this by defining "org-agenda-custom-commands" as shown > in > the "Projects" example : > https://github.com/alphapapa/org-super-agenda/blob/master/ex

Do not show a TODO item in the global TODO list until certain date?

2022-09-14 Thread Angel de Vicente
Hello, I'm wondering if it is possible to have a TODO item, but to not show it in the global TODO list until certain date? For example: I need to get a new insurance for my motor bike, but insurance companies will not give me a quote until October 16, so I would like to create a TODO entry (not a

Re: org-super-agenda global list of TODO items

2022-09-13 Thread Angel de Vicente
Hello, > This looks correct. The only suspicious group is the one with > :time-grid. Time grid is not supported in todo list by vanilla > org-agenda. I am not sure how well org-super-agenda handles it. > > I'd try to remove the "Schedule" group for TODO agenda. If it helps the > situation, you may

Re: org-super-agenda global list of TODO items

2022-09-13 Thread Angel de Vicente
Hello, Ihor Radchenko writes: > How do you customize your org-super-agenda-groups variable? via customize-variable, which sets this in my custom-set-variables in my .emacs: , | '(org-super-agenda-groups |'((:name "Schedule" :time-grid t :transformer | (--> it |

Re: org-super-agenda global list of TODO items

2022-09-12 Thread Angel de Vicente
Hello, Ihor Radchenko writes: > Could you please elaborate what you mean by "organize"? Maybe the best is an image... If you look at https://github.com/alphapapa/org-super-agenda/blob/master/images/screenshots/index.org, you can see that the TODO items for a given date in the agenda are neatly

org-super-agenda global list of TODO items

2022-09-12 Thread Angel de Vicente
Hello, I just learnt about org-super-agenda today and it looks brilliant to keep my agenda a bit better organized. But I tend to use the "C-c a h" to view the daily agenda and the tasks. I managed to organize my todo items in the daily agenda view without issues, but I'm not sure what I have to do

Re: Timestamp with repeater interval AND END DATE?

2022-06-10 Thread Angel de Vicente
Hello, Robert Pluim writes: >>>>>> On Tue, 31 May 2022 15:36:01 +0100, Angel de Vicente >>>>>> said: > Angel> , > Angel> | *** Badminton 20:45-22:15 > Angel> | <%%(and (diary-cyclic 7 2022 05 30) (diary-block 202

Re: Timestamp with repeater interval AND END DATE?

2022-05-31 Thread Angel de Vicente
Hello, Eric S Fraga writes: > On Tuesday, 31 May 2022 at 14:46, Angel de Vicente wrote: >> Did I miss something in the manual? > > No, you did not miss anything. What you want cannot be done with a > single time stamp. Instead, there are two alternatives: > > 1. use

Timestamp with repeater interval AND END DATE?

2022-05-31 Thread Angel de Vicente
Hello, I have plenty of timestamps with a repeater interval (https://orgmode.org/manual/Timestamps.html), but on reading the manual I couldn't find how to specify an END DATE, so for example, "prepare homework for students" gets repeated every week, but not beyond June (the last month of the schoo

Re: [O] Is it possible to sort checkboxes?

2017-11-07 Thread Angel de Vicente
Hi, never mind. As so many other times (blush) I figured out the answer right after posting the question. I was trying with a test file like the following and with the org-sort (C-c ^) command. I assumed I had to issue the command in the TODO line, which tells me there is "Nothing to sort". Actual

[O] Is it possible to sort checkboxes?

2017-11-07 Thread Angel de Vicente
Hi, lately I'm using checkboxes a lot. They are fine, but I tend to have items with many checkboxes in them. As I work on an item I check some of them as done C-c C-c, but since I have many checkboxes and I don't always work in them in order, I end up having many checkboxes around, some checked as

Re: [O] Is it possible for a TODO item not to be an outline item?

2017-10-11 Thread Angel de Vicente
Hi Florian, Florian Beck writes: > On 08.10.2017 13:40, Angel de Vicente wrote: >> So basically I would like to have that TODO item but somehow without >> creating a new section. Is it possible? > > Use > > --- > bla bla bla > # TOD

Re: [O] Is it possible for a TODO item not to be an outline item?

2017-10-08 Thread Angel de Vicente
Hi, Marco Wahl writes: > Georgiy Tugai writes: > >> Inline tasks come to mind. Here's your example with inline tasks: >> The command to insert an inline task is 'org-inlinetask-insert-task'; I >> believe that there is no default binding. > > There is. In an Org file > > C-h w org-inlinet

[O] Is it possible for a TODO item not to be an outline item?

2017-10-08 Thread Angel de Vicente
Hi, I'm starting to use org for notes, and I realize that I don't know how to create a TODO item but without it being an outline item. Sorry if this is not the proper terminology. Let me explain what I would like to have. Let's say I have a file where I want to keep details about a new machine ins

Re: [O] Figure not exporting properly in Beamer

2013-05-16 Thread Angel de Vicente
Hi, "Sebastien Vauban" writes: > Angel de Vicente wrote: >> I'm using Org 7.8.03 and I have a test file to create a Beamer >> presentation. At some point I have: >> >> ** Images >> >> #+CAPTION: Sample AMR >> #+label: fig:amr-sam

[O] Figure not exporting properly in Beamer

2013-05-15 Thread Angel de Vicente
Hi, I'm using Org 7.8.03 and I have a test file to create a Beamer presentation. At some point I have: ** Images #+CAPTION: Sample AMR #+label: fig:amr-sample [[file:amr.png]] and a few weeks ago, after processing this I got in the tex file: - \frametitle{Images} \lab

Re: [O] Examples of orgmode+beamer presentations?

2013-04-17 Thread Angel de Vicente
Hi, thanks everybody for the tips and suggestions. In the end, I mostly googled around, took what I liked from here and there, and ended up with something good enough for the time being (later on I will tweak it again, mainly for the greying-out of images, which I didn't do it right now, but shoul

Re: [O] Examples of orgmode+beamer presentations?

2013-04-16 Thread Angel de Vicente
Hi, John Hendy writes: > Sorry if that's not what you're looking for! The recipe page you > posted will show you how to do some various columns and layouts, but > again, this is just doing in Org what you can do manually in Beamer. > The appearance is all going to come from the theme. thanks a l

Re: [O] Examples of orgmode+beamer presentations?

2013-04-15 Thread Angel de Vicente
Hi, Ista Zahn writes: > I'm not clear on whether you are looking for templates or examples, anything will do > but if the later, maybe my slides at > http://projects.iq.harvard.edu/rtc/event/introduction-r will be of > some interest. Scroll down to the bottom and download the .zip file. > The r

[O] Examples of orgmode+beamer presentations?

2013-04-15 Thread Angel de Vicente
Hi, I'm trying to find examples of presentations made with orgmode and beamer. Ideally I would like to see sample presentations first (in PDF), so that I can get one that looks as close to what I would need, and then I would like to get the source code for it. Are there any good templates out ther

Re: [O] automatically mark DONE when all sub checkboxes are checked

2012-02-10 Thread Angel de Vicente
Hi, John Hendy writes: > I don't get any error, but it doesn't work. Also, the example in worg > had an extra parenthesis at the end of it... not sure if that's > goofing it up. I don't know lisp, so I just deleted one of the last > parentheses and loading my .emacs stopped complaining. Not sure

Re: [O] Org without X on Debian

2012-01-31 Thread Angel de Vicente
Hi, Karl writes: > Does anybody use Org in a non-graphical environment? > Is it possible to make the (all) keys work? I use it inside GNUscreen running in a gnome-terminal. I have also tried (for a limited time) to make all the keys work but to no avail. If you find more information on a possib

Re: [O] org-version reported as 6.33x after upgrading to the "latest and greatest" with Emacs' Package Manager

2012-01-31 Thread Angel de Vicente
Hi, Jambunathan K writes: >> Any idea on how to test if org is getting confused with 6.33 beyond >> reporting that as its version? > > In your .emacs file, *just before* package-initialize add this and > restart Emacs. > > (when (featurep 'org) > (error "Some mysterious force has already loade

Re: [O] org-version reported as 6.33x after upgrading to the "latest and greatest" with Emacs' Package Manager

2012-01-31 Thread Angel de Vicente
Hi, Jambunathan K writes: > Angel de Vicente writes: >> which looks good, but if I do M-x org-version I get: >> Org-mode version 6.33x [...] > 1. Did you restart Emacs? yes > 2. If you remove (require 'org-install) does it help? no > 3. Emacs-24.1 (currentl

[O] org-version reported as 6.33x after upgrading to the "latest and greatest" with Emacs' Package Manager

2012-01-30 Thread Angel de Vicente
Hi, I'm running Emacs 23.2.1 (bundled with Ubuntu 11.04), and until now I was running the org-mode package that came with it (6.33x). Today I decided to update to the latest org version, and I followed the instructions at http://orgmode.org/worg/org-faq.html#installing-via-elpa When I do M-x loca

Re: [O] Appointment reminders in Orgmode

2011-10-06 Thread Angel de Vicente
Hi, Carsten Dominik writes: > I'd say this is clearly within the minimum self-search effort > expected before asking on the list, don't you agree? indeed. Shame on me... I had looked in the org manual (texinfo) for the word appointment but didn't find anything (but that's also my fault, since a

[O] Appointment reminders in Orgmode

2011-10-06 Thread Angel de Vicente
Hi, I'm moving all my appointments to OrgMode, and I'm trying to find a way to get reminders of those appointments (something like the AppointmentMode http://www.emacswiki.org/emacs/AppointmentMode). Is there something that can be made to work with Org? Thanks, -- Ángel de Vicente http://angel-

Re: [O] Web bookmarks in ORG?

2011-07-15 Thread Angel de Vicente
Bastien writes: > Hi Angel, > > maybe you can have a look at GNU recutils: > > http://www.gnu.org/s/recutils/ > > I'd be curious to know if recutils has been used to store > and manage bookmarks, but I think it's a natural fit. > > We had some discussion with the author, Jose E. Marchesi, > wh

Re: [O] Web bookmarks in ORG?

2011-07-11 Thread Angel de Vicente
Hi, Jambunathan K writes: >> Hi, >> >> Is there anyone using ORG for keeping web bookmarks? Basically I'm >> looking at Delicious-like functionality, where I just put tags to web >> addresses and I can search the bookmarks either for their name or with >> tags. > > Look at quickurl. I have been

Re: [O] Web bookmarks in ORG?

2011-07-11 Thread Angel de Vicente
Hi, Jason Dunsmore writes: > Angel de Vicente writes: > >> Is there anyone using ORG for keeping web bookmarks? Basically I'm >> looking at Delicious-like functionality, where I just put tags to web >> addresses and I can search the bookmarks either for their na

[O] Web bookmarks in ORG?

2011-07-11 Thread Angel de Vicente
Hi, Is there anyone using ORG for keeping web bookmarks? Basically I'm looking at Delicious-like functionality, where I just put tags to web addresses and I can search the bookmarks either for their name or with tags. I have looked at webjump and w3m but they seem to keep old-fashioned ways for

Re: [Orgmode] Re: C-c l failing to create link in BBDB??

2007-05-14 Thread Angel de Vicente
Hi, > Could it be that there is a mismatch between the coding systems? > Things are working ok here (org 4.73, bbdb from cvs, emacs 22.1.50) Yes, apparently that was the trick. I'm not sure exactly what was causing the problem, but I started over with a fresh .bbdb file, and copied the old record

[Orgmode] C-c l failing to create link in BBDB??

2007-05-10 Thread Angel de Vicente
Hi, before my query, let me say that ORG just rocks... I've been using for a couple of weeks now, and I'm not looking back... Now, about my problem. I've got ORG 4.71, Emacs 21.3.1 and BBDB 2.35. When I insert by hand a link to a bbdb record, such as [[bbdb:Emma Mallon][Emma]] all is well, an