Re: org-agenda-tag-filter-preset: maybe a recent bug?

2022-10-18 Thread Garjola Dindi
On Tue 18-Oct-2022 at 05:39:27 +02, Liu Hui wrote: > Hi Garjola, > > The preset of filter is not supposed to be used with individual > command. The docstring of 'org-agenda-tag-filter-preset' says: > >> The preset filter is a global property of the entire agenda

org-agenda-tag-filter-preset: maybe a recent bug?

2022-10-17 Thread Garjola Dindi
ondering if some of the changes recently made to solve a bug with sticky agendas caused the issue. But if nobody else noticed anything, I may have a misunderstanding in my way of defining the custom command that was revealed by recent bugfixes? Thanks for your help. Garjola --

Re: Invalid duration format error with active timestamp

2021-05-19 Thread Garjola Dindi
On Tue 18-May-2021 at 23:23:39 +02, Rainer Hansen wrote: > Hi Garjola, > > I had the same problem. > > I fixed it by downloading manually the last working version of Org from > https://orgmode.org/elpa/, > i.e. https://orgmode.org/elpa/org-20210503.tar > and manua

Re: Invalid duration format error with active timestamp

2021-05-18 Thread Garjola Dindi
On Mon 17-May-2021 at 16:01:25 +02, Nicolas Goaziou wrote: > Hello, > > Garjola Dindi writes: > >> I am using the most recent elpa version of org >> 9.4.5 (9.4.5-93-gbc857b-elpa @ >> /home/garjola/.emacs.d/elpa/org-20210510/) with emacs master branch. >> >

Invalid duration format error with active timestamp

2021-05-17 Thread Garjola Dindi
Hi, I am using the most recent elpa version of org 9.4.5 (9.4.5-93-gbc857b-elpa @ /home/garjola/.emacs.d/elpa/org-20210510/) with emacs master branch. Since updating org yesterday, when I use a timestamp like , | <2021-05-17 Mon 10:00-11:00> ` building the agenda fails wit

Re: Viewing link information

2020-10-30 Thread Garjola Dindi
On Fri 30-Oct-2020 at 17:14:37 +01, Russell Adams wrote: > Are there other ways to view information about an org link that I > don't list below? > > - M-x org-insert-link, the prompts for link and description show the >current values. Requires interacting with the prompts. > > - Switch to f

Agenda buffer name after following a time stamp

2020-10-24 Thread Garjola Dindi
Hi, Accidentally pressing or on an inactive time stamp in an org mode buffer, I found myself in an agenda buffer with name "*Org Agenda(a:2020-10-22)" corresponding to the agenda of the date of the time stamp. I understand that this is the expected behaviour (jumping to that date), but I am puz

Re: When will 9.4 be on orgmode/elpa ?

2020-09-18 Thread Garjola Dindi
eadline where this phenomen happens, changes. Well, I would like to > try 9.4 first before asking for further help. > Hi, I am having exactly the same behaviour and I have also been unable to generate a minimum working example. I have observed that the misbehaviour happens when cycling with , but works OK. Garjola.

Re: Display in minibuffer link under point

2020-05-16 Thread Garjola Dindi
(let* ((object (org-element-context)) (type (org-element-property :type object)) (link-content (org-element-property :path object))) (save-excursion (message "%s:%s" type link-content)))))) It seems to do what I want. Thank you very

Re: org-caldav-sync hanging

2020-05-12 Thread Garjola Dindi
On Tue 12-May-2020 at 12:59:22 +02, "Loris Bennett" wrote: > Eric S Fraga writes: > >> On Tuesday, 12 May 2020 at 09:29, Loris Bennett wrote: >>> The Nextcloud instance at work is version 15 and is accessible via the >>> browser, but there was some outage recently and some server-side >>> tweaka

Re: Display in minibuffer link under point

2020-05-10 Thread Garjola Dindi
Hi, Thanks both of you for your answers. What would be the way to automatically trigger =display-local-help= when the point is on the link? Org-ref does that beautifully ;) Thanks again. Garjola On Fri 08-May-2020 at 22:48:37 +02, John Kitchin wrote: > It looks like that variable

Display in minibuffer link under point

2020-05-08 Thread Garjola Dindi
Hi, Is there a way to display in the minibuffer the URL of the link under the point in the same way as when the mouse pointer is over the link? Thanks! Garjola --

Re: [O] Effort estimates on repeating tasks

2019-10-03 Thread garjola
On Thu 19-Sep-2019 at 21:39:10 +02, garj...@garjola.net wrote: > Hi, > > I like the warning in the mode line when the time clocked on a task goes > beyond the effort estimates in the properties drawer. > > However, I don’t know how to use this for repeating tasks or habits. > That is, I want to wo

[O] Effort estimates on repeating tasks

2019-09-19 Thread garjola
Hi, I like the warning in the mode line when the time clocked on a task goes beyond the effort estimates in the properties drawer. However, I don’t know how to use this for repeating tasks or habits. That is, I want to work on a given task every day for less than N minutes and be warned when goin

Re: [O] Disable typo-mode in org source code blocks

2019-09-02 Thread garjola
On Mon 02-Sep-2019 at 20:26:22 +02, John Kitchin wrote: > You can use cursor-sensor mode for this if you have emacs 26ish. The idea is > you set cursor-sensor functions on a region that do something depending on > whether you enter or leave the region. Below, I tie into > the org font lock mech

Re: [O] Disable typo-mode in org source code blocks

2019-09-02 Thread garjola
On Mon 02-Sep-2019 at 10:35:02 +02, Tim Cross wrote: > I think Eric is correct. There is also another reason. If you edit the > source blocks with C-', then any escaping needed (such as putting a ',' > before '*') will also be automatically handled, plus of course you get > all the programing mod

[O] Disable typo-mode in org source code blocks

2019-09-02 Thread garjola
Hi, I am using typo-mode (https://github.com/jorgenschaefer/typoel) in my org buffers (actually with a hook for text-mode), but I would like to disable it in source code blocks. I have been unable to find a hook to do so (I understand that org-src-mode-hook is used when editing with ‘C-c '’ but n

Re: [O] Converting tags to TODO states

2019-04-16 Thread garjola
a python script to do >> this, but maybe there is already a way to do this conversion with >> org-mode itself? >> >> The tricky thing I see with parsing is dealing with the ":" in the case >> of multiple tags (I know how to do this in python, but I don't in &g

[O] Converting tags to TODO states

2019-04-15 Thread garjola
the case of multiple tags (I know how to do this in python, but I don't in elisp). Thanks for any hint you can provide. Garjola --

[O] org-babel: capturing the output of a shell command that does not return

2018-09-19 Thread garjola
Hi, I need to capture the output of a shell command run from a babel code block, but this command does not return. By that, I mean that the command prints some text to the terminal, but does not end (it launches a deamon). Something like this: #+BEGIN_SRC bash jupyter kernel #+END_SRC When r

[O] C++ sessions for Babel with cling interpreter

2017-11-05 Thread garjola
n how to proceed. Thank you. Garjola. Footnotes: [1] https://root.cern.ch/cling [2] https://www.youtube.com/watch?v=Lbi7MLS03Yc [3] https://root.cern.ch/ [4] https://github.com/brianqq/inferior-cling -- Dr. Dindi Dad, Philosopher, Hacker

Re: [O] Bug in latex export figure labels?

2015-10-16 Thread garjola
Nicolas Goaziou wrote: > > Hello, >> Am I doing something wrong? > > This is a feature. See `org-latex-prefer-user-labels'. > > Oups! Thank you and apologies! -- Dr. Dindi Dad, Philosopher, Hacker

[O] Bug in latex export figure labels?

2015-10-16 Thread garjola
gt;>>>>>>>>>>>>>>>>>>>>>>>>> > > \begin{figure}[H]> > \centering > > \includegraphics[width=0.9\textwidth]{irregular_red.png} > > \caption{\label{fig:irreg2}Comparison} > > \end{figure} > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > I noticed this when updating the melpa package to the latest one. Using the git repository I have tried several versions of org-mode and the "bug" was introduced between release 8.2.9 and release 8.3. Since I am a little bit surprised that this has not been noticed, I am reluctant to say that this is a bug, but the same file gets exported differently with these 2 releases. I have also tried to change +NAME to +LABEL and the result is the same. Am I doing something wrong? Thank you. Garjola -- Dr. Dindi Dad, Philosopher, Hacker