Re: cite page number

2021-10-05 Thread Ypo
I think that already works. For me it was overkilling when I tried to use it for my personal notes. It was too much work and it cluttered my "global" references.bib with an item for each cited page. But maybe that would be the correct way? Since in the bibliography references it must appear one

Re: cite page number

2021-10-05 Thread Ypo
You are right. Chapters with reference to pages. Oct 5, 2021 23:24:22 Bruce D'Arcus : > On Tue, Oct 5, 2021 at 3:57 PM Ypo wrote: > >> I think that already works. For me it was overkilling when I tried to use it >> for my personal notes. It was too much work and

Customization of IDs generation method

2021-10-11 Thread Ypo
How would the "New option org-id-ts-format" work? I added to my init.el these lines with no result (sorry if I am commiting heresy): (defcustom org-id-ts-format "%Y-%m-%d-T%H-%M-%S.%6N"   "Timestamp format for IDs generated using `ts' `org-id-method'. The format should be suitable to pass as a

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

2021-10-19 Thread Ypo
em produces too much 1,25-dihydroxyvitamin D in the serum, which can raise serum calcium levels too high. Best regards, Ypo

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

2021-10-31 Thread Ypo
Not much time these days to thank you for your help, specially Ihor, András, Eric. After thinking about it, I think I will maintain 2 files by now: 1.bib and 1.org. with my highlights and other notes. Best regards :-) Ypo El 19/10/2021 a las 16:45, Ihor Radchenko escribió: András Simonyi

Should be possible to export list items emphasized by default?

2021-11-14 Thread Ypo
Is it intended to not be able to emphasize the whole item of a list? Example: /1. Introduction/ It doesn't work as a list item 1. //Introduction// It works as a list item but, when exporting, it doesn't export the whole item emphasized. Best regards, Ypo

Is mouse necessary when working with PDF?

2021-11-20 Thread Ypo
What tool do you use to highlight PDF? Do you copy your highlights to a .org file? I use org-noter, but it seems the mouse is necessary to work with PDF. Best regards, Ypo

From macros to elisp programming?

2021-12-06 Thread Ypo
ricio et al. (2019) "5 Los Motivos Adquiridos - INTRODUCCIÓN" Are macros near to elisp programming or they are two different worlds? Ypo

Re: From macros to elisp programming?

2021-12-06 Thread Ypo
Lovable!! Thanks! Ypo El 06/12/2021 a las 19:08, András Simonyi escribió: Dear All, On Mon, 6 Dec 2021 at 14:43, Ypo wrote: I am able to make macros, but I think I am far away from Lisp programming. [...] Is there a path to go from macros to elisp programming? there is a package called

Re: From macros to elisp programming?

2021-12-07 Thread Ypo
Mon, 6 Dec 2021 at 10:43, Ypo wrote: Hi I am able to make macros, but I think I am far away from Lisp programming. Is there a path to go from macros to elisp programming? For example, the last macro I've made is for transforming the name of some headlines, adding in front of them a pa

Tool to compare and choose fonts

2022-01-04 Thread Ypo
Was a tool to compare fonts presented in this list some time ago? I lost it, I thought I discovered it on Reddit, but now I am thinking I found it here. It was a script that presented on emacs every font in the computer, in pairs; so the user chose one font each time, like if it were a "champio

Re: Tool to compare and choose fonts

2022-01-05 Thread Ypo
It was that, Ihor! Thanks Ihor and Juan Manuel Jan 5, 2022 15:03:27 Ihor Radchenko : > Ypo writes: > >> Was a tool to compare fonts presented in this list some time ago? >> >> I lost it, I thought I discovered it on Reddit, but now I am thinking I >> found i

Suggestion about org-num

2022-02-06 Thread Ypo
ng. This happens too with book notes: the numbering of the headlines could even be the same than the numbering of the chapters of the book. Best regards, Ypo

Footnote tooltips (an attempt)

2022-02-22 Thread Ypo
I love it! I am going to read your code, Juan Manuel, I won't understand anything but that function is very interesting for me, since it could be used too with internal links, I suppose. Thanks

Is there a maintained calf-calendar fork?

2022-03-26 Thread Ypo
affirmative: could it be on MELPA? Can MELPA change to new forks? Best regards, Ypo

Re: Emacs-orgmode Digest, Vol 193, Issue 30

2022-03-30 Thread Ypo
Thanks, Detlef, I re-installed this essential package for me. El 28/03/2022 a las 18:00, emacs-orgmode-requ...@gnu.org escribió: Send Emacs-orgmode mailing list submissions to emacs-orgmode@gnu.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.gnu.org

Messing Emacs-orgmode Digest,

2022-03-30 Thread Ypo
Sorry for the mess I made in my last message   :$

Travels to notes

2022-04-16 Thread Ypo
Tomorrow I am going to do an excursion with a friend. Do you save your trips with any app that allows to export them to a format friendly with your notes? Best regards

Org as a workspace (an impromptu reflection)

2022-05-01 Thread Ypo
Same here, I attach a screenshot that leaves an idea of my daily life at work. I can't withstand Windows shortcuts now.

I can't set dabbrev to respect the writen case

2022-05-14 Thread Ypo
expansion) "hello" — (What I get when accepting the expansion) "hello" — (What I wanted) "Hello" Best regards, Ypo

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

2022-05-15 Thread Ypo
Thanks, Juan Manuel. These are my variables, it keeps changing what I have already written: '(case-replace nil)  '(dabbrev-case-distinction t)  '(dabbrev-case-fold-search t)  '(dabbrev-case-replace t)  '(dabbrev-upcase-means-case-search nil) Best regards, Ypo El 15

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

2022-05-16 Thread Ypo
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 with this? Best regards, Ypo El 16/05/2022 a las 0:15, Samuel Wales escribió: i do not use fancy-dabbrev, but i u

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

2022-05-16 Thread Ypo
Thanks, Samuel. I am trying Company. It works with dabbrev out of the box, and I understand its options for cases, so I get what I intended. Best regards, Ypo El 17/05/2022 a las 1:43, Samuel Wales escribió: did you confirm that fancy-dabbrev is not setting a dabbrev setting? On 5/16/22

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

2022-05-16 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 a

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

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. https://protesilaos.com/codelog/2022-01-31-learning-emacs

Re: Help with my first elisp

2022-05-22 Thread Ypo
ot;) #'salto) (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

Fwd: Help with my first elisp

2022-05-24 Thread Ypo
p, is it possible? 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 &q

# 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

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

Re: # Comments export

2022-05-28 Thread Ypo
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-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

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.

ORG update made Dired the only way to open folders

2020-09-18 Thread Ypo
Hi I updated to the new version of ORG, and a problem arose (although a hidden bless too): - now when I open a link to a folder, Dired is launched. This behaviour is different, before the update these links where open in an external window of Windows OS. Even when I use attach and choose to ope

Re: ORG update made Dired the only way to open folders

2020-09-21 Thread Ypo
bly because there links have a [[][description]] that occurs them. Sep 19, 2020 06:48:55 Ihor Radchenko : >> Is it possible to open links to folders out of emacs? > > Take a look at `org-file-apps' variable. You can remove > (directory . emacs) part of it to return using default system

Re: ORG update made Dired the only way to open folders

2020-09-21 Thread Ypo
sible text. When link has a description in org, the link itself is hidden. You can set `search-invisible' to t to make M-% replace invisible text or, alternatively, you can use non-interactive functions (re-search-forward + replace-match). Ypo writes: Thanks. It seems the problem is that &qu

Re: ORG update made Dired the only way to open folders

2020-09-21 Thread Ypo
Thanks, Nicolas Then could it be a bug? Before the update file: links to a folder opened it out of emacs. Now it doesn't, even using "attach"'s option which offers to open links out of emacs. Sep 21, 2020 21:08:44 Nicolas Goaziou : > Hello, > > Ypo writes: >

Keybinding doubt about ARG

2022-06-19 Thread Ypo
Is it possible to use ARG when defining keybindings? For the command (scroll-up-command &optional 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

Re: Keybinding doubt about ARG

2022-06-19 Thread Ypo
er 0 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 &optional ARG) I want to d

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 when

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 globa

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

2022-06-24 Thread Ypo
C doesn'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

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
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

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: 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,

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

2022-06-26 Thread Ypo
n org-mode. Same problem 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"))

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&#x

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: 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

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 Lig

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: Thanks

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

2022-07-17 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 a

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 d

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 "~/borrar/ltximg/"

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 "inheri

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.

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&g

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 (des

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? This

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 https://gist.github.com/andras-simonyi/eda0daa0b677838022fd7

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

2022-08-29 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?

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 hav

[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, x86_64-w64-mi

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
tions: 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

[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 timer

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
general 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 st

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: Th

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

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 mak

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 send

Re: idea for capture anywhere in x

2022-10-12 Thread Ypo
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

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 (https://easyorgmode.com/terms

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 j

[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 have

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? #+begi

Re: LIterate programming with calc (help)

2022-10-24 Thread Ypo
*cost    ], [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,

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 added:

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

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 [a

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

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-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: 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. T

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 p

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

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

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

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

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

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: 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 inform

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 ex

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   

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 p

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

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

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. T

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 usin

Org Speed commands for lists

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

  1   2   >