Re: [BUG] Warning: The error was: (error "Invalid search bound (wrong side of point)") [9.6.15 (release_9.6.15 @ z:/emacs-i686/share/emacs/29.2/lisp/org/)]

2024-02-17 Thread Ypo
Hi, Ihor Nope, I don't usually see that error. On 14/02/2024 15:22, Ihor Radchenko wrote: Ypo writes: I got a warning, which asked to be reported. Not sure why it happened, I think it was when I refreshed calfw calendar: Thanks for reporting! Do you see the same warning if you switch

[BUG] Warning: The error was: (error "Invalid search bound (wrong side of point)") [9.6.15 (release_9.6.15 @ z:/emacs-i686/share/emacs/29.2/lisp/org/)]

2024-02-13 Thread Ypo
I got a warning, which asked to be reported. Not sure why it happened, I think it was when I refreshed calfw calendar: https://pastebin.com/1C88sLdt Best

How to downgrade from the last orgmode version to a stable version

2024-02-11 Thread Ypo
Hi I am using Org mode version 9.7-pre (release_N/A-N/A-afc529 @ ./.emacs.d/elpa/org-9.7pre0.20240130.161905/) But I receive several error messages and problems with several packages, for example after a swiper search, the headline doesn't unfold. Today, Vertico has stopped working while in

Help: How to change faces of words between parenthesis

2024-02-11 Thread Ypo
Could it be possible to change the color of words between parentheses? For example, in: "mejorar su bienestar psicológico (Cronin et al., 2012; Molero, Fuster, Jetten y Moriano, 2011; Outten, Schmitt, García y Branscombe, 2009; Pérez-Garín et al., 2016)." I would like that this part changes

Re: [BUG] No result exporting combined org-agenda files to icalendar [9.6.15 (release_9.6.15 @ z:/emacs-i686/share/emacs/29.2/lisp/org/)]. It was: org-icalendar export problems

2024-02-03 Thread Ypo
Thanks, Ihor I can't share my private org files. And I find myself unable to isolate the causes of the possible errors. I think I will keep waiting till somebody shares an easy and robust way to get an .ics calendar from org files. Best! On 02/02/2024 22:25, Ihor Radchenko wrote: Ypo

[BUG] No result exporting combined org-agenda files to icalendar [9.6.15 (release_9.6.15 @ z:/emacs-i686/share/emacs/29.2/lisp/org/)]. It was: org-icalendar export problems

2024-02-02 Thread Ypo
ot;\301\300\302Q\"\207" ["http" browse-url ":"] 6          "\n\n(fn URL ARG)"]        )       ("ftp" :follow        #[514 "\301\300\302Q\"\207" ["ftp" browse-url ":"] 6          "

Re: org-icalendar export problems

2024-02-01 Thread Ypo
I got org updated, following Ihor's instructions: Org mode version 9.7-pre (release_N/A-N/A-afc529 @ ./org-9.7pre0.20240130.161905/) If I were able to fulfill a good process to export from agenda to icalendar, maybe we could share an easy process, useful for a lot of users that miss a good

Re: How to update to the last orgmode version

2024-01-30 Thread Ypo
Hi Ihor Can it be installed like any other elisp package? I thought I could go using the web browser to the address showed in the manual: https://git.savannah.gnu.org/git/emacs/org-mode.git And from there to download the org-mode package, and the to load it, but I can't download it. Is

Re: Literate programming with calc (help)

2023-09-10 Thread Ypo
I have discovered, taking a look at the Org Manual, that exists an embedded mode for Calc. https://www.gnu.org/software/emacs/manual/html_mono/calc.html#Assignments-in-Embedded-Mode Using "C-x * e" it solves this kind of formula with units: a := 3 m / s t := 7 s a t => > From:     Ihor

[BUG] Clocking with inlinetasks

2023-08-31 Thread Ypo
When clock-in, if there is an inline task above the point, the clock is set below the END of the inlinetask, instead of in the main headline. Best regards

Re: [DISCUSSION] Re-design of inlinetasks

2023-08-31 Thread Ypo
Hi, Adams In an org block: - You can't use directly the org-mode keybinding. - Visually, by default, it is different from the other headlines. - When exporting, by default, it doesn't seem appropriate for reading. - When inserting, by default, it is not as easy as inlinetasks are. I will

Re: Subscript entity in the name of files or some advise for alternatives

2023-07-26 Thread Ypo
it's not too serious ^^ El 26/07/2023 a las 14:22, Ihor Radchenko escribió: Ypo writes: I tried to don't get the subscripts (_) affected by org-pretty-entities. I wanted it, because I usually use (_) to divide words when naming my_files, and that looks ugly in Orgmode. May you please pro

Re: Subscript entity in the name of files or some advise for alternatives

2023-07-24 Thread Ypo
Thanks, Jens Why did you try that variable instead of "org-pretty-entities-include-sub-superscripts"? El 24/07/2023 a las 22:33, Jens Schmidt escribió: On 2023-07-24  21:12, Ypo wrote: I wanted it, because I usually use (_) to divide words when naming my_files, and that

Subscript entity in the name of files or some advise for alternatives

2023-07-24 Thread Ypo
Hi I tried to don't get the subscripts (_) affected by org-pretty-entities. I wanted it, because I usually use (_) to divide words when naming my_files, and that looks ugly in Orgmode. I have tried redefining the constant org-match-substring-regexp, but I think that broke several other

[FR] Respect `org-bibtex-headline-format-function' in `org-bibtex-create' (was: org-bibtex manual)

2023-07-21 Thread Ypo
Thanks, Ihor. What does [FR] mean? Bests Ypo writes: >/No, I mean customizing the generated headline. Instead of just title, to / >/be like:/ > >/* Author (year) /Title/. Publisher/ It would indeed make

Re: org-bibtex manual

2023-07-20 Thread Ypo
No, I mean customizing the generated headline. Instead of just title, to be like: * Author (year) /Title/. Publisher Bests El 20/07/2023 a las 21:00, Ihor Radchenko escribió: Ypo writes: Then, is it not possible to customize the entry generated with org-bibtex-create? You mean fields

Re: org-bibtex manual

2023-07-20 Thread Ypo
Hi Ihor. Then, is it not possible to customize the entry generated with org-bibtex-create? Bests >/#+begin_src emacs-lisp/ >/(defun my-org-bibtex-headline-format (entry)/ >/  "Custom function to generate the headline text for org-bibtex-write."/ >/  (let* ((title (cdr (assoc :title

Doubt about error messages

2023-07-17 Thread Ypo
Hi Frequently I receive this kind of messages: " Warning (org-element-cache): org-element--cache: Org parser error in 3-recursos.org::1868222. Resetting.  The error was: (wrong-type-argument integer-or-marker-p nil)  Backtrace: nil  Please report this to Org mode mailing list (M-x

Re: org-bibtex manual

2023-07-16 Thread Ypo
Thanks, Ihor. I would like to customize the name of the heading. I think it should be customized this function: "Org Bibtex Headline Format Function". Is there a guide to do this? I can see the default is: #[257 "\300\236A\207"   [:title]   3 "\n\n(fn ENTRY)"] But I don't know

org-bibtex manual

2023-07-15 Thread Ypo
Hi I have been reading about org-bibtex, and I think the mail list were right when advised it to me (https://lists.gnu.org/archive/html/emacs-orgmode/2021-10/msg00621.html). Now... I would like to start using it. I have seen it has a kind of org-capture template (M-x

Re: org-todo-state-tags-triggers not working with regexp?

2023-06-29 Thread Ypo
to) "HECHO")   (org-set-tags-to nil (add-hook 'org-trigger-hook 'borrar-etiquetas-tareas-hechas) El 27/06/2023 a las 14:05, Ihor Radchenko escribió: Ypo writes: I have tried gptel inside emacs (I'm sorry, but I need to tell it) and I got this code: #+begin_src emacs-lisp (

Re: org-todo-state-tags-triggers not working with regexp?

2023-06-27 Thread Ypo
e))) (add-hook 'org-trigger-hook 'my-org-trigger-function) #+end_src Surprisingly 8-) it doesn't work. Any help? Best regards El 11/06/2023 a las 13:41, Ihor Radchenko escribió: Ypo writes: I would like to remove every tag when changing to done state. This is not working:  '(org-todo

Re: How to install org-protocol

2023-06-27 Thread Ypo
I think it's OK, since I was abble to do it ;D Windows setup El 26/06/2023 a las 12:27, Max Nikulin escribió: Do you have any suggestions concerning the configuration recipe on Worg?

Re: How to install org-protocol

2023-06-25 Thread Ypo
Hi Ihor! Sorry, I was referring to linkremark. I tried with org-capture-ref, but I wasn't able to install asoc.el. Although I am using Firefox, so not my thing. Thanks! El 25/06/2023 a las 16:14, Ihor Radchenko escribió: Ypo writes: Next thing I would like to do is to capture fragments

Re: How to install org-protocol

2023-06-25 Thread Ypo
Captured text I think org-remark could do it ¿? Best regards Date: Sat, 24 Jun 2023 10:21:47 + From: Ihor Radchenko To: Ypo Cc: Org-mode Subject: Re: How to install org-protocol Message-ID: <87352h88jo.fsf@localhost> Content-Type: text/plain Ypo writes: I would like to give a

How to install org-protocol

2023-06-24 Thread Ypo
Hi I would like to give another try to org-protocol, but I can't find the package to install it. Is it on org-contrib? A link, please? Best regards

org-todo-state-tags-triggers not working with regexp?

2023-06-11 Thread Ypo
Hi I would like to remove every tag when changing to done state. This is not working:  '(org-todo-state-tags-triggers '((done ("(.*)" This works though:  '(org-todo-state-tags-triggers '((done ("Atag" Best regards

Org Speed commands for lists

2023-06-03 Thread Ypo
This is a suggestion: Could Speed commands be applied to lists? Best regards

Re: Help using org-entities or arternatives.

2023-05-13 Thread Ypo
Thanks, Ruijie. I think it is not what I was asking for, but it's nice to read your code. Best regards. El 09/05/2023 a las 13:48, Ruijie Yu escribió: Ypo writes: Hi Is it possible to, each time I write "" to be subsituted by "[...]" ? I can't do it using abbrev,

Help using org-entities or arternatives.

2023-05-09 Thread Ypo
Hi Is it possible to, each time I write "" to be subsituted by "[...]" ? I can't do it using abbrev, and I don't know how to do it using org-entities. I use it to yank quotes, for example, I write: "Like other editors, Emacs has commands to search for occurrences of a string.

Re: Org Table Header bug?

2023-03-19 Thread Ypo
es the header line to show the table header when it is out of sight." https://i.ibb.co/T8fD3BR/Captura.png Best regards El 13/03/2023 a las 12:37, Ihor Radchenko escribió: Ypo writes: When enabled org-table-header-line-mode, the LaTeX symbols in the header are not fontified. It would

Org Table Header bug?

2023-03-12 Thread Ypo
Hi When enabled org-table-header-line-mode, the LaTeX symbols in the header are not fontified. I found it, because I was trying the package "Org Table Sticky Header", that seems to make the same work, but with this external package there is not that problem. Best regards

How to avoid settings at the start of the file.

2023-02-19 Thread Ypo
Hi Is there a way to not having these kind of settings in the head of org-buffers? #+export_file_name: borrar #+SETUPFILE: ~\export.setup #+HTML_HEAD: href="./export/latex-css/style.css" /> Could it be possible to add them in the .init file? Or to have them inside a headline? The upper

Re: [POLL] Proposed syntax for timestamps with time zone info (was: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda)

2023-02-12 Thread Ypo
Could it be reasonable to collect the hypothetical cases where relative timestamps would be used? So, alternatives and solutions could be evaluated more easily. For example: | External Input  | User's input | Org output   

Re: [POLL] Proposed syntax for timestamps with time zone info (was: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda)

2023-02-04 Thread Ypo
Great link! https://spin.atomicobject.com/2016/07/06/time-zones-offsets/ "Given a local time and an offset, you can know UTC time, but you do not know which time zone you’re in (because multiple timezones have the same offset)." So, given a time zone you can know the offset (Google it, for

Re: Help with a workflow to export plantuml diagrams

2023-01-21 Thread Ypo
Thanks, Ihor I can't make it to work by now, but that could be a path to the correct workflow. Best regards :-) El 17/01/2023 a las 14:28, Ihor Radchenko escribió: Ypo writes: Could be the headlines exported in a faster way? Could be possible to avoid the duplication of information

Help with a workflow to export plantuml diagrams

2023-01-07 Thread Ypo
Hi I want to export a diagram, which has a syntax compatible with Orgmode. I have these headlines: * Business Process Modelling WBS ** Launch the project *** Complete Stakeholder Research *** Initial Implementation Plan ** Design phase *** Model of AsIs Processes Completed Model of AsIs

Re: OS advice

2023-01-07 Thread Ypo
Wow! Thanks Juan Manuel! El 07/01/2023 a las 23:22, Juan Manuel Macías escribió: Ypo writes: Hi Orgmode is sometimes desperately slow on my PC: Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz, 3100 Mhz (RAM)4,00 GB I am running Windows 10, everything I use works OK, but Orgmode. Do you think

Re: OS advice

2023-01-07 Thread Ypo
Thanks you all. I think it is a good idea to try a live-cd. Maybe gentoo¿? I have been looking to some light OS and Triskel mini looks like quite attractive, I tried it many years ago. That will be my second option. Thanks :-) El 07/01/2023 a las 13:32, Ihor Radchenko escribió: Ypo writes

OS advice

2023-01-06 Thread Ypo
Hi Orgmode is sometimes desperately slow on my PC: Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz, 3100 Mhz (RAM)    4,00 GB I am running Windows 10, everything I use works OK, but Orgmode. Do you think that if I install a Linux OS, Orgmode would run fast? Any OS suggestion? Best regards

Is org-show-all obsolete?

2022-12-14 Thread Ypo
Has org-show-all changed in the version 9.6? Now, org-show-all doesn't appear in the "vertico " completion candidates. Is org-show-all obsolete? Is there an alternative? Best regards

To convert and simplify units in tables (was:LIterate programming with calc (help))

2022-11-28 Thread Ypo
#+TBLFM: $s=uconvert($W*$l/$Z,kg / cm^2)::$cs=uconvert($s_lim/$s, ) where uconvert is defined as: (defmath uconvert (v u)   "Convert value V to compatible unit U."   (math-convert-units v u)) But no luck, "cs" result is an ERROR. Is it feasible to get a value for "cs" with no units? Ok, it

To convert and simplify units in tables (was:LIterate programming with calc (help))

2022-11-27 Thread Ypo
Hi I have found an alternative solution to this problem: Is it possible to express in a calc block some basic operations with variables and non-predefined units? For example, if you wanted to build a code block that calculates how much money costs a land with an Area of 300x300 m^2 at a

Re: LIterate programming with calc (help)

2022-11-26 Thread Ypo
Just in case you find this package interesting. Except some problems with units conversion, it's nice: https://github.com/sulami/literate-calc-mode.el This is a literate calc file. Lines without "=" are ignored. All results starting with "=>" are an overlay generated by literate-calc-mode.

Re: Help with a (query) replacement

2022-11-16 Thread Ypo
Thanks, working!! I can't see those options in the manual (15.10.4 Query Replace) and the help is a little bit obscure for me, a new rabbit hole to study ;D Thanks! El 12/11/2022 a las 16:31, alain.coch...@unistra.fr escribió: Ypo writes on Sat 12 Nov 2022 15:42: > Hi > >

Re: Help with a (query) replacement

2022-11-12 Thread Ypo
ummm, so you copy-paste from nov.el into an org buffer and then format would be maintained... interesting. Thanks El 12/11/2022 a las 16:23, Juan Manuel Macías escribió: Juan Manuel Macías writes: I think it will be more practical for you to use pandoc: With this command you can convert an

Re: Help with a (query) replacement

2022-11-12 Thread Ypo
Thanks, Juan Manuel. I normally study using PDF books. Their typography is like "hardcoded", so a post-processing using Orgmode is needed, I think. El 12/11/2022 a las 16:10, Juan Manuel Macías escribió: Ypo writes: Hi I am copy-pasting e-books into org-mode to read and

Help with a (query) replacement

2022-11-12 Thread Ypo
Hi I am copy-pasting e-books into org-mode to read and study them. Usually, words come hyphenated, like "ato- mized", that I wanted to transform into "atomized". I am trying with query replace, but I am starting to think that it is not the correct tool for this job. I tried "query-replace

Re: Suggestion with footnotes when toggling headlines into plain lists

2022-11-12 Thread Ypo
elpa-devel did it!! (non installed git) Thanks, working! El 12/11/2022 a las 13:46, Ihor Radchenko escribió: Ypo writes: Is it easy for a user to test if it works? If you have git, you can clone Org repo (see https://git.savannah.gnu.org/cgit/emacs/org-mode.git) and then run make

Re: Suggestion with footnotes when toggling headlines into plain lists

2022-11-11 Thread Ypo
Great!! Is it easy for a user to test if it works? Thanks :-D El 11/11/2022 a las 6:22, Ihor Radchenko escribió: Ihor Radchenko writes: ~C-c -~ turns that into a list where footnotes definitions can't be found. It gives, for example, problems when exporting or when more footnotes are

Re: LIterate programming with calc (help)

2022-10-24 Thread Ypo
   ], [a, b, Area, cost, z]) #+end_src Best regards El 24/10/2022 a las 9:56, Fraga, Eric escribió: On Sunday, 23 Oct 2022 at 14:15, Ypo wrote: Is it possible to express in a calc block some basic operations with variables and non-predefined units? Why A*c won't show an arithmetic result, but ~: A c

LIterate programming with calc (help)

2022-10-23 Thread Ypo
Is it possible to express in a calc block some basic operations with variables and non-predefined units? For example, if you wanted to build a code block that calculates how much money costs: a land with an Area of 300x300 m^2 at a price of 1 $/m^2. Would it be something like this?

[off-topic] E-readers and Org-Mode

2022-10-23 Thread Ypo
Probably an offtopic for your offtopic, but: I use my phone to read e-books: - AMOLED screen (black color doesn't emit light). - low level of brightness (so I can read in the night without "losing" melatonin). Usually e-book reading app gives you this option. - the PDF reading app must

Re: Best android app

2022-10-23 Thread Ypo
Hi I don't know how to send patches. I have found the place where I want to add some lines: https://git.sr.ht/~bzg/worg/tree/master/item/org-faq.org#L4502 I have cloned the "repository" hoping it works like in github, but I see no option to edit. If I click on "prepare a patchset" I can

Re: Best android app

2022-10-15 Thread Ypo
And I am reading that it is not for Android; just Linux, Windows and Mac. Definitively, shouldn't go there. El 16/10/2022 a las 1:01, Juan Manuel Macías escribió: ypuntot writes: https://easyorgmode.com/ Proprietary license. This should not be recommended here

Re: idea for capture anywhere in x

2022-10-12 Thread Ypo
. In the future, when opening again the web page, the highlights should appear. I don't know what would be the best way to do it. The only way I know similar to that, is using "org-web-tools-insert-web-page-as-entry". Best regards El 12/10/2022 a las 11:34, Ihor Radchenko escribió: Ypo writ

Re: idea for capture anywhere in x

2022-10-09 Thread Ypo
What if: 1. It were easy and immediate to open in ~eww~ any web page that we are reading in "x". 2. Once on eww we could: a. Emphasize (markup, "highlight") the text and save the modifications for the future. Then we could continue reading the emphasized web page. b. Create and

Solved: Break lines in Query replace. Help.

2022-10-08 Thread Ypo
Working! Thanks, Tomas ^^ By the way, I can't see ~^J~ in my document. Is there a way to see it? Using ~whitespace-mode~ doesn't work for that. Best regards El 08/10/2022 a las 15:03, to...@tuxteam.de escribió: On Sat, Oct 08, 2022 at 01:19:28PM +0200, Ypo wrote: I want to make a "

Break lines in Query replace. Help.

2022-10-08 Thread Ypo
I want to make a "query replace", where " - " should be substituted by "breakline - " How do I insert in a query replace a breakline? "\\ - " seems to work only for LaTeX export. "^J - " writes down ^J literally, and doesn't work as a break line. Best regards

Org contacts documentation

2022-10-08 Thread Ypo
Hi Renato! I had the same feeling. For suggestions or bugs I suppose a mail to this list with a copy to numbchild@gmail*.*com would do it. All in all: The documentation starts by /org-capture/, but forget about it:

Re: [BUG] org-timer-start doesn't seem to take the timer string at point [9.5.5 (release_9.5.5 @ z:/emacs-i686/share/emacs/28.2/lisp/org/)]

2022-10-05 Thread Ypo
case. Best regards El 03/10/2022 a las 4:57, Ihor Radchenko escribió: Ypo writes: Oh! Thanks I didn't understand. Maybe this would be more understandable?: When called with a ‘C-u’ prefix, prompt the user for a starting offset or, if there is a timer string at

[BUG] org-timer-start doesn't seem to take the timer string at point [9.5.5 (release_9.5.5 @ z:/emacs-i686/share/emacs/28.2/lisp/org/)]

2022-10-02 Thread Ypo
In the manual, it says: C-c C-x 0 (|org-timer-start|) ... If there is a timer string at point, this is taken as the default, providing a convenient way to restart taking notes after a break in the process... https://orgmode.org/manual/Timers.html I am trying it, but the

Re: [BUG] org-timer-start doesn't seem to take the timer string at point [9.5.5 (release_9.5.5 @ z:/emacs-i686/share/emacs/28.2/lisp/org/)]

2022-10-02 Thread Ypo
: prompt the user for a starting offset. Or, if there is a timer string at point, this is taken as the default, ... El 02/10/2022 a las 15:37, Ihor Radchenko escribió: Ypo writes: In the manual, it says: C-c C-x 0 (|org-timer-start|) ... If there is a timer string at point

[BUG] Width property in columnview dynamic blocks [9.5.5]

2022-09-23 Thread Ypo
In columnview dynamic blocks, the Width property doesn't seem to work In this example the first column width is the same if I write ~%5ITEM~ than ~%ITEM~ * PROYECTO EMACS :PROPERTIES: :COLUMNS:  %5ITEM(PROJECT) :END: #+BEGIN: columnview #+END: Emacs  : GNU Emacs 28.2 (build 2,

Help mastering indentation

2022-09-04 Thread Ypo
Hi! I am studying in org mode, I love it, I prefer it over some university books which have poor typography. But when it comes to displaying each paragraph, I perceive it like very difficult: filling, unfilling, wrapping, adaptive wrapping, indent... and it seems that emacs and org-mode

[#C] Story behind priorities in org-mode?

2022-08-30 Thread Ypo
Reading this web, https://christopherfin.com/emacs/programmer_priorities.html made me think about the syntax of priorities in org-mode. What is the story behind [#A], etc?

Re: Could a .bib file be edited and organized in an "org-mode" way and still work as a .bib file?

2022-08-23 Thread Ypo
I asked some months ago about the possibility of using an ORG file at the same time as bibliography and as a notebook. https://lists.gnu.org/archive/html/emacs-orgmode/2021-10/msg00619.html It seems someone is making it possible :-D

Re: desktop-restore-eager doesn't seem to affect desktop-lazy-idle-delay

2022-08-20 Thread Ypo
Oh, right, sorry. El 20/08/2022 a las 13:52, Ihor Radchenko escribió: Ypo writes: - Expected behavior: (desktop-restore-eager t) should “override” (desktop-lazy-idle-delay), making this variable equivalent to (desktop-lazy-idle-delay nil). Did you mean to send this to Emacs debbugs

desktop-restore-eager doesn't seem to affect desktop-lazy-idle-delay

2022-08-20 Thread Ypo
Not sure if a bug: - My desktop is creating buffers lazily, with idle delay = 200 seconds. Variables: (desktop-lazy-idle-delay 200) (desktop-restore-eager t) - Expected behavior: (desktop-restore-eager t) should “override” (desktop-lazy-idle-delay), making this variable equivalent to

Re: Dates in headlines

2022-08-16 Thread Ypo
G [2021-06-28 Mon 15:44] klingons said garbage scow On 6/28/22, Ypo wrote: >/I think I've read somewhere that it is a "bad practice" to use dates in/ >/headlines, is it correct? I haven't found it in the manual./ > >/Like:/ > >/ <2022-06-29 mi. 10:30> Meeting

Re: Suggestion: default path for attachments

2022-08-14 Thread Ypo
Love it. Thanks! El 14/08/2022 a las 9:36, Ihor Radchenko escribió: Ihor Radchenko writes: See org-global-properties-fixed Or rather org-global-properties, which is an actual user customization.

Suggestion: default path for attachments

2022-08-14 Thread Ypo
Could it be possible to customize a default folder for attachments? - I am using inheritance (org-attach-use-inhetirance). - But in the headlines in the first level, the :DIR: property needs to be set by hand, always. - I would like to have a default attachment folder which would be

Re: org-latex preview on Windows

2022-08-07 Thread Ypo
Hi Jeremie In my emacs it works great. Even org-fragtog that allows you to edit in an interactive manner. - Just in case it could be helpfult, these are the lines in my init file that I can find related to LaTeX: (custom-set-variables  '(org-preview-latex-image-directory

Suggestion with footnotes when toggling headlines into plain lists

2022-08-06 Thread Ypo
When turning headlines into plain lists ~(org-ctrl-c-minus)~, I think footnotes should be moved to the bottom of the main headline. Example; Original headlines: * Main headline ** Headline 1 [fn:1] [fn:1] * Headline 2 ~C-c -~ turns that into a list where footnotes

Re: Could an "org-anniversary" be a PROPERTY?

2022-07-18 Thread Ypo
It works! Thanks, Ihor. How could I've known? Should I've known? El 18/07/2022 a las 1:49, Ihor Radchenko escribió: Ypo writes: I am starting to use org-contacts and wanted to unify my existing "Birthdays" list, with the new formatted contacts I am creating. Do the annivers

Could an "org-anniversary" be a PROPERTY?

2022-07-17 Thread Ypo
I am starting to use org-contacts and wanted to unify my existing "Birthdays" list, with the new formatted contacts I am creating. Do the anniversaries have to be out of PROPERTIES? Example: This is not "parsed into agenda": :PROPERTIES: :BDAY: %%(org-anniversary 1980 02 19) :END: BTW:

Imposible to set :weight Light for a font

2022-07-03 Thread Ypo
Hi Another noob X file: I can't set ":weight Light" for a font. If I set it using the "Menu, Options, Set Default font, Cascadia Mono - style Light"; the text in the buffer changes correctly; https://i.postimg.cc/htZ4rL2w/1.jpg but in the init.el the :family changes into "Cascadia Mono

Re: Dates in headlines

2022-06-29 Thread Ypo
Thanks, Jean and Samuel, I will keep using them without remorse then :-) Best regards! El 28/06/2022 a las 23:13, Jean Louis escribió: > On 2022-06-28 12:06, Ypo wrote: >> I think I've read somewhere that it is a "bad practice" to use dates >> in headlines, is it

Dates in headlines

2022-06-28 Thread Ypo
I think I've read somewhere that it is a "bad practice" to use dates in headlines, is it correct? I haven't found it in the manual. Like: <2022-06-29 mi. 10:30> Meeting Best regards

Re: C-SPC works; C-u C-SPC doesn't. How could be?

2022-06-26 Thread Ypo
(6). If not, you can still use paragraph jumping commands like ‘C-’ and ‘C-’ to quite similar effect. That requires me to change hands position, I must think about it. Best regards :-) El 26/06/2022 a las 21:13, Bruno Barbier escribió: Ypo writes: Thanks, Bruno I've

Re: C-SPC works; C-u C-SPC doesn't. How could be?

2022-06-26 Thread Ypo
oblem in runemacs -q. Is it a bug? El 25/06/2022 a las 9:47, Bruno Barbier escribió: Hi Ypo, Ypo writes: Hi, Bruno Yes, I tried your assertion for bug-hunter, but it didn't work. (unless (eq 'universal-argument (keymap-lookup global-map "C-u")) (error "C-u has been

Re: Tribute to org-anki

2022-06-24 Thread Ypo
Better video quality, I hope: https://youtu.be/JyXaGiaCeOA El 25/06/2022 a las 3:40, Ypo escribió: I am studying a matter and I wanted to make some tests. I've found that org-anki <https://github.com/eyeinsky/org-anki> allows to use org-mode notes to generate anki flashcards, so I

Tribute to org-anki

2022-06-24 Thread Ypo
I am studying a matter and I wanted to make some tests. I've found that org-anki allows to use org-mode notes to generate anki flashcards, so I could play with them on the mobile. I've done a video as tribute to org-anki, quite poor, but in 7 minutes I

Re: C-SPC works; C-u C-SPC doesn't. How could be?

2022-06-24 Thread Ypo
Hi Ihor. elisp-bug-hunter sadly seems to have some bug, so I can't use it interactively anymore. https://github.com/Malabarba/elisp-bug-hunter/issues/29 You are right, about the .org files though. Thanks El 25/06/2022 a las 2:53, Ihor Radchenko escribió: Ypo writes: Yes, I tried your

Re: C-SPC works; C-u C-SPC doesn't. How could be?

2022-06-24 Thread Ypo
Thanks, Greg. Yes, I wanted to jump to the mark with C-u C-SPC. Thanks El 24/06/2022 a las 18:06, Greg Minshall escribió: Ypo, fwiw, [C-h k C-SPC] has a paragraph that says With prefix argument (e.g., C-u C-SPC), jump to the mark, and set the mark from position popped off the local mark

Re: C-SPC works; C-u C-SPC doesn't. How could be?

2022-06-24 Thread Ypo
n't work. Probably, in the near future, I will have to dissect my .init file by hand. Thanks! El 24/06/2022 a las 19:31, Bruno Barbier escribió: Ypo writes: C-h k C-u C-SPC returns: C-u C-SPC is undefined In my emacs (28 and 29), with or without "-Q": C-h k C-u => (univ

C-SPC works; C-u C-SPC doesn't. How could be?

2022-06-24 Thread Ypo
Hi I have a weird problem that only happens in org-mode. I know very little, but I can't think how could this could be possible: C-SPC works, but C-u C-SPC doesn't work. In emacs -q it works as it should, though. C-h k C-SPC returns: C-SPC runs the command set-mark-command (found in

Elisp assertion for debugging

2022-06-19 Thread Ypo
I am trying to debug my init file: C-u prefix is not working. I am using the elisp-bug-hunter package that has saved me many times in the past. But it doesn't work fine this time though, so it seems I need an “assertion elisp” to debug my init file. What elisp expression would return nil

Re: Keybinding doubt about ARG

2022-06-19 Thread Ypo
kbd macro iterations: command-execute: Keyboard macro terminated by a command ringing the bell Best regards El 19/06/2022 a las 18:49, Bruno Barbier escribió: Ypo writes: Is it possible to use ARG when defining keybindings? For the command (scroll-up-command ARG) I want to define this ke

Keybinding doubt about ARG

2022-06-19 Thread Ypo
Is it possible to use ARG when defining keybindings? For the command (scroll-up-command ARG) I want to define this keybind: (define-key global-map (kbd "M-n") 'scroll-up-command 1) But: eval-region: Wrong number of arguments: define-key, 4

How to report typos in the documentation?

2022-05-29 Thread Ypo
If we find a typo, how should it be reported? For example, in org footnote section:    …This can be nil, to place footnotes locally at the end of the    current outline node.  **If** can also be the name of a special    outline heading under which footnotes should be put.

Re: # Comments export

2022-05-29 Thread Ypo
Thanks for your effort, Ihor But that code is so difficult for me, that I can barely understand it. El 29/05/2022 a las 3:19, Ihor Radchenko escribió: Ypo writes: I wanted to export my # comments so I could share my notes with more people, using HTML export. I would export all of them

Re: # Comments export

2022-05-28 Thread Ypo
to the commented text (although footnotes can be moved manually wherever user wants to), # comments are like more "natural". Best regards 29 may 2022 1:15:52 Samuel Wales : > to op: do you mean to sometimes export comments and sometimes not? > > > On 5/28/22, Timothy wrote:

Re: # Comments export

2022-05-28 Thread Ypo
Thanks, Timothy Do you mean blocks like #+BEGIN_COMMENT ? Does that kind of blocks already exist? https://i.ibb.co/xHJDgCR/Captura.jpg Ypo El 28/05/2022 a las 17:44, Timothy escribió: Hi Ypo, As I understand it, the whole point of comments is that they’re not exported. Perhaps you’re

# Comments export

2022-05-28 Thread Ypo
Is it possible to export the (# comments)? I haven't seen that option in org export general customization. I am making some (# comments) to texts, and I would like to export them when I export the subtree to HTML. Best regards, Ypo

Fwd: Help with my first elisp

2022-05-24 Thread Ypo
ossible? On Mon, May 23, 2022 at 09:46:09AM -0700, Greg Minshall wrote: >/Ypo,/ >// >/> (defun salto ()/ >/> (interactive)/ >/> (if posicion 1/ You are comparing the value of posicion to 1? Then it should probably be "(if (= posicion 1) ...)" or "(i

Re: Help with my first elisp

2022-05-22 Thread Ypo
local-set-key "j" 'posicion1) (local-set-key "k" 'posicion2) (local-set-key "l" 'posicion3) )) El 22/05/2022 a las 15:27, Greg Minshall escribió: Ypo, Additional problem: I don't know how to recover keys 1, 2 and 3 to their normal functioning, right now I can't ty

Help with my first elisp

2022-05-22 Thread Ypo
Hi After thinking about learning elisp for years, today I've tried my first script. First I made some macros that worked as I intended, and then using this tutorial of Protesilaos I was able to transform those macros into elisp code.

Re: I can't set dabbrev to respect the writen case

2022-05-17 Thread Ypo
Hi, acdw I am trying your package, but I see no list of expansion candidates. When I eval hippie-completing-read, it just inserts one candidate. Thanks for your work, Ypo On 2022-05-16 (Monday) at 12:25, Ypo wrote: >/Thanks, Samuel/ > >/I've uninstalled fancy-dabbrev, and it seem

Re: I can't set dabbrev to respect the writen case

2022-05-17 Thread Ypo
Thanks a lot, Tim. I am saving those options to try them. Ypo El 17/05/2022 a las 2:53, Tim Cross escribió: Ypo writes: Thanks, Samuel I've uninstalled fancy-dabbrev, and it seems to work when I complete using M-/. But, now I don't have candidates to choose the completion. Any advice

  1   2   >