Re: Bug report

2022-06-01 Thread Eric S Fraga
On Wednesday, 1 Jun 2022 at 23:24, Max Nikulin wrote: > > I think, it is org and #+begin_src is used to demonstrate a snippet of > org markup, so to reproduce the problem try it in a regular paragraph. Ah, sorry, missed the point entirely! -- : Eric S Fraga, with org release_9.5.3-52

Re: Bug report

2022-06-01 Thread Eric S Fraga
of curiosity, what language is this? I ask because #+begin_src expects a language argument normally. Otherwise, I would use an example block, e.g.: #+begin_example A (14 G$) B (6 G$) #+end_example which may also help with your problem. -- : Eric S Fraga, with org release_9.5.3-520-g4dda0d in Emacs 29.0.50

Re: Timestamp with repeater interval AND END DATE?

2022-05-31 Thread Eric S Fraga
org-clone-subtree-with-time-shift: create a single entry and then copy it as many times as desired. HTH, eric -- : Eric S Fraga, with org release_9.5.3-511-g8e69ad in Emacs 29.0.50

Re: export a org table to ascii format (tabs) are not conserved, culprit orgtbl-to-tsv?

2022-05-30 Thread Eric S Fraga
9). If you look at the exported text carefully, you'll find that there is only one character between each entry and C-x = will tell you what that character is. -- : Eric S Fraga, with org release_9.5.3-511-g8e69ad in Emacs 29.0.50

Re: # Comments export

2022-05-30 Thread Eric S Fraga
string= name "note") (progn (format "%s" contents) --8<---cut here---end--->8--- (progn because I used to do more in there...) -- : Eric S Fraga, with org release_9.5.3-511-g8e69ad in Emacs 29.0.50

Re: Allow Currency Symbols and Grouping Commas in Table Numbers

2022-05-27 Thread Eric S Fraga
On Friday, 27 May 2022 at 19:17, Ihor Radchenko wrote: > You are right. However, non-letter symbols do not work. Try, € or ☺️. Interesting. Seems rather strange but definitely the case. :-( I guess I've only ever used Greek symbols if not ASCII. -- : Eric S Fraga, with org release_9.5.3-

Re: Allow Currency Symbols and Grouping Commas in Table Numbers

2022-05-27 Thread Eric S Fraga
> 0.01 i := 15 xi := a + δx i => 0.15 --8<---cut here---end--->8--- Note use of δ. I use Greek characters all the time in my Calc formulas. If it works in embedded Calc, it should work with the rest of Calc? -- : Eric S Fraga, with org rele

Re: re-scanning bibliography for org-cite

2022-05-26 Thread Eric S Fraga
Hi Ihor, I will try these out, hopefully tomorrow. The difficulty will be knowing whether they work or not given the sporadic nature of the problem... Thank you, eric -- : Eric S Fraga, with org release_9.5.3-513-g292116 in Emacs 29.0.50

Re: re-scanning bibliography for org-cite

2022-05-26 Thread Eric S Fraga
r org-bibtex (or advice the function if no hook available). Thank you, eric -- : Eric S Fraga, with org release_9.5.3-472-gd2a459 in Emacs 29.0.50

Re: export regions of a org files to other formats (most likely only to a buffer).

2022-05-25 Thread Eric S Fraga
h a function? You can narrow your buffer to the region, (narrow-to-region, C-x n r), and export then. I believe this will work. Alternatively, you can always export the contents of a sub-heading by specifying C-s during export, e.g C-c C-e C-s l l -- : Eric S Fraga, with org release_9.5.3

Re: re-scanning bibliography for org-cite

2022-05-24 Thread Eric S Fraga
he cache? I do not know why rescanning doesn't happen. It usually does but then sometimes it doesn't without any noticeable difference in the actions I have taken. Frustrating. I hate restarting Emacs... ;-) Thank you, eric -- : Eric S Fraga, with org release_9.5.3-511-g8e69ad in Emacs 29.0.50

Re: About 'inline special blocks'

2022-05-24 Thread Eric S Fraga
On Tuesday, 24 May 2022 at 10:51, Timothy wrote: > To me, this is another reason for comment and #+attr_X lines not to > break paragraphs [...]. And, in fact, if this were true (which I would like), I personally would see no reason for having inline special blocks. Just my 2¢. -- :

Re: Default attributes for images in beamer export

2022-05-23 Thread Eric S Fraga
you will need to do so explicitly. But given that you also want to keep the aspect ratio, I am curious as to why you would need/want to specify both? -- : Eric S Fraga, with org release_9.5.3-508-ge268e4 in Emacs 29.0.50

Re: [SOLVED, but ]

2022-05-23 Thread Eric S Fraga
an order that means that tables with the source of data for another table have been recalculated before this other table. The second function will be necessary if the order of the tables is not suitable or if there are circular dependencies. -- : Eric S Fraga, with org release_9.5.3-508-ge268e4

Re: [PATCH] Avoid ignoring LaTeX export output errors when org-latex-pdf-process is a list

2022-05-23 Thread Eric S Fraga
This is very useful, especially being able to see the output of BiBTeX, say. Thank you. -- : Eric S Fraga, with org release_9.5.3-508-ge268e4 in Emacs 29.0.50

Re: Default attributes for images in beamer export

2022-05-19 Thread Eric S Fraga
On Thursday, 19 May 2022 at 17:17, ed...@openmail.cc wrote: > #+BIND: org-latex-image-default-width 0.5\textwidth Try #+BIND: org-latex-image-default-width "0.5\\textwidth" and make sure org-export-allow-bind-keywords is set to t. -- : Eric S Fraga, with org release_9.5.

Re: [tip] Export and open a PDF in Android via Termux

2022-05-19 Thread Eric S Fraga
ve all landlines and have all staff use MS Teams as our work "phone". I use termux to give me access to Emacs + org so that I at least get some real use out of the "smart"phone. -- : Eric S Fraga, with org release_9.5.3-504-gcdbb1c in Emacs 29.0.50

Re: [tip] Export and open a PDF in Android via Termux

2022-05-16 Thread Eric S Fraga
Thank you for this. Very helpful. I use termux to take org notes on the move. I don't often have to create a PDF but it's nice to know how to do it and be able to view it. And, best of all, is the pointer to mu-pdf! -- : Eric S Fraga, with org release_9.5.3-504-gcdbb1c in Emacs 29.0.50

Re: Org-cite/Citar cannot recognize neither biblatex nor natbib

2022-05-13 Thread Eric S Fraga
On Friday, 13 May 2022 at 09:48, Bruce D'Arcus wrote: > It's not undocumented; it's poorly documented :-) I don't that's entirely fair... just a little sparse maybe. ;-) (but your comment taken as intended) I've made use of it recently and it had what I needed. -- : Eric S Fraga, with

Re: [PATCH] Re: How to stop results being hidden when using ":results drawer"?

2022-05-13 Thread Eric S Fraga
tigate but interesting coincidence maybe? -- : Eric S Fraga, with org release_9.5.3-481-gaea24b in Emacs 29.0.50

Re: Org-cite/Citar cannot recognize neither biblatex nor natbib

2022-05-13 Thread Eric S Fraga
hat all references are satisfied. The default might not include bibtex... I don't know. -- : Eric S Fraga, with org release_9.5.3-481-gaea24b in Emacs 29.0.50

Re: Org-cite/Citar cannot recognize neither biblatex nor natbib

2022-05-13 Thread Eric S Fraga
I > suppose it's a problem in producing the intermediate bibliography > files. Check out org-latex-pdf-process maybe? -- : Eric S Fraga, with org release_9.5.3-481-gaea24b in Emacs 29.0.50

Re: export to latex: begin_example gets exported to verbatim (

2022-05-12 Thread Eric S Fraga
Hi Uwe, should this line > #+begin_src matlab :results output src :exports results: exports code :eval > never-export not be #+begin_src matlab :results output :exports both :eval never-export I.e. I think you have the syntax not quite right. -- : Eric S Fraga, with org release

Re: source block evaluation in #+DATE line

2022-05-11 Thread Eric S Fraga
On Wednesday, 11 May 2022 at 17:50, Eric S Fraga wrote: > ⚠️ Caution: External sender > > > On Wednesday, 11 May 2022 at 05:15, Andreas Leha wrote: >> Thanks for the comments. And sorry for the misleading example. I do not >> want to use source blocks to insert a date. I

Re: source block evaluation in #+DATE line

2022-05-11 Thread Eric S Fraga
--format=format:"%ad %h" --date=short | head -1 )} --8<---cut here---end------->8--- HTH, eric -- : Eric S Fraga, with org release_9.5.3-481-gaea24b in Emacs 29.0.50

Re: [tip] Insert arbitrary LaTeX code at the beginning of any float environment

2022-05-09 Thread Eric S Fraga
ckends and are not tied to LaTeX. -- : Eric S Fraga, with org release_9.5.3-478-g2a6f5c in Emacs 29.0.50

Re: [tip] Insert arbitrary LaTeX code at the beginning of any float environment

2022-05-09 Thread Eric S Fraga
ure stuff #+end_environment unless you mean something different. -- : Eric S Fraga, with org release_9.5.3-478-g2a6f5c in Emacs 29.0.50

Re: org-fold problems

2022-05-09 Thread Eric S Fraga
rify. I do use drawers a lot and differences are often in them for the type of document I was working on last week. With ediff, we need the documents being compared to be completely expanded in general. Thank you, eric -- : Eric S Fraga, with org release_9.5.3-472-gd2a459 in Emacs 29.0.50

Re: org-fold documentation

2022-05-07 Thread Eric S Fraga
have done that anyway since I was not sure if I did it > earlier. Native compilation happens during runtime (i.e. when you are using Emacs) for any .elc files loaded during use that are newer than an existing .eln file or if the .eln file does not already exist. -- : Eric S Fraga, with org

Re: org-fold problems

2022-05-07 Thread Eric S Fraga
rawer, I cannot see them via ediff. Does this make sense? If so, is there something I should customise to have *everything* opened when using ediff? Thanks again, eric -- : Eric S Fraga, with org release_9.5.3-472-gd2a459 in Emacs 29.0.50

org-fold problems

2022-05-06 Thread Eric S Fraga
(even when they do). However, the content can be revealed if I search for some text, text I know is in the hidden content. I'm busy with a deadline so cannot do more investigation at this point. Thank you, eric -- : Eric S Fraga, with org release_9.5.3-472-gd2a459 in Emacs 29.0.50

Re: Organice with local WebDAV server on PinePhone

2022-05-05 Thread Eric S Fraga
le "phone" with keyboard) is a fantastic little org + Emacs on the move device. Having the keyboard completely changes the feel of such a device. -- : Eric S Fraga, with org release_9.5.2-426-gf6813d in Emacs 29.0.50

Re: how to exclude several single dates from a diary block

2022-04-22 Thread Eric S Fraga
ubtree-with-time-shift to create the copies, typically shifted by 1 week. Then I go through the created entries and delete those weeks that need to be omitted. Maybe not as elegant but works very well and it's what I've been doing for years now for my own lectures. -- : Eric S Fraga, with org release

Re: org table: generate a weekly calendar with column that represents the hours

2022-04-22 Thread Eric S Fraga
lt;<$2..@>$2=@-1;U::@<<<$1..@>$1=@-1+@-1$+1;U::$3=$1+$2;U -- : Eric S Fraga, with org release_9.5.3-397-g81289b in Emacs 29.0.50

Re: Some feature requests/questions

2022-04-19 Thread Eric S Fraga
cs#Special Diary Entries]] -- : Eric S Fraga, with org release_9.5.2-426-gf6813d in Emacs 29.0.50

Re: [FR] Please consider adding "none" as option for ':mode' table LaTeX attribute

2022-04-11 Thread Eric S Fraga
Hi Paul, On Monday, 11 Apr 2022 at 12:08, Paul van Gelder wrote: > First, to manually delete the following three lines from the .tex file: If you add these options to the ATTR_LATEX line: :float nil :center nil you should get what you wanted. -- : Eric S Fraga, with org release_9.5.2-

Re: [BUG] org-cite does not support techreport, mastersthesis, phdthesis, and conference entries [9.5.2 (release_9.5.2-426-gf6813d @ /usr/share/emacs/site-lisp/org/)]

2022-04-08 Thread Eric S Fraga
nd should be supported, I guess. -- : Eric S Fraga, with org release_9.5.2-426-gf6813d in Emacs 29.0.50

Re: problem with diary sexps

2022-04-08 Thread Eric S Fraga
On Friday, 8 Apr 2022 at 10:59, Ihor Radchenko wrote: > Should be fixed now in f6813dbe. See Confirmed. Thank you! -- : Eric S Fraga, with org release_9.5.2-426-gf6813d in Emacs 29.0.50

Re: How to handle strings with commas in macros?

2022-04-07 Thread Eric S Fraga
On Thursday, 7 Apr 2022 at 12:29, William Denton wrote: > on export and LaTeX will format it. That works fine. But in an index of > names, > if I want > > {{{m(Denton, William)}}} You have to escape the , unfortunately: {{{m(Denton\, William)}}} -- : Eric S Fraga, with or

Re: Thanks for good docs

2022-04-07 Thread Eric S Fraga
I'm in total agreement. The indexing of the org info manual is excellent and generally gets me to what I want very quickly. -- : Eric S Fraga, with org release_9.5.2-424-g09575c in Emacs 29.0.50

Re: problem with diary sexps

2022-04-05 Thread Eric S Fraga
needs updating... -- : Eric S Fraga, with org release_9.5.2-423-g6d73cd in Emacs 29.0.50

Re: problem with diary sexps

2022-04-05 Thread Eric S Fraga
(eval sexp) > > in org-diary-sexp-entry in org.el. Confirmed. Reverting this particular change makes diary sexps work again properly (i.e. without complaint). Thank you, eric -- : Eric S Fraga, with org release_9.5.2-423-g6d73cd in Emacs 29.0.50

problem with diary sexps

2022-04-01 Thread Eric S Fraga
wonder if this has anything to do with the changes to the use of advice? Nothing else in the recent changes in the git log seem to be relevant. Just a quick heads up as I don't have time to debug at the moment. It's not mission critical... Have a good weekend all. -- : Eric S Fraga, with org release_9.5

Re: A question/bug report(?)

2022-03-29 Thread Eric S Fraga
On Tuesday, 29 Mar 2022 at 21:44, Max Nikulin wrote: > If LaTeX is the only export target then a more simple way exists: > > #+begin_export latex Yes, of course! -- : Eric S Fraga, with org release_9.5.2-420-g971eb6 in Emacs 29.0.50

Re: A question/bug report(?)

2022-03-29 Thread Eric S Fraga
I'm not sure but maybe you want to use a src block, #+begin_src latex :exports results ... #+end_src ? I am not entirely clear how you wish org to know what is "raw" and what is "LaTeX". -- : Eric S Fraga, with org release_9.5.2-420-g971eb6 in Emacs 29.0.50

Re: citations: org-cite vs org-ref 3.0

2022-03-23 Thread Eric S Fraga
t the new cite functionality works very well, at least for this LaTeX user. I'm writing a book at the moment using [cite:...]. No issues encountered and everything I need to do is there, out-of-the-box! My thanks to all that put in so much effort into this. -- : Eric S Fraga, with org release_

Re: leading superscript on a line for ODT export

2022-03-16 Thread Eric S Fraga
: necessary) to tweak the behaviour of the final exported output. If the manual needs updating, and I'm sure it does, we always welcome patches! -- : Eric S Fraga, with org release_9.5.2-401-g91681f in Emacs 29.0.50

Re: leading superscript on a line for ODT export

2022-03-16 Thread Eric S Fraga
On Wednesday, 16 Mar 2022 at 20:46, Max Nikulin wrote: > @@org:@@^1 blah cute! works very well. Thank you. -- : Eric S Fraga, with org release_9.5.2-401-g91681f in Emacs 29.0.50

Re: leading superscript on a line for ODT export

2022-03-16 Thread Eric S Fraga
, eric -- : Eric S Fraga, with org release_9.5.2-401-g91681f in Emacs 29.0.50

Re: leading superscript on a line for ODT export

2022-03-16 Thread Eric S Fraga
On Wednesday, 16 Mar 2022 at 12:03, Juan Manuel Macías wrote: > I would use a macro. For example: Yes, I guess this is the best way to do this. Thank you in particular for the xml code for odt which would have taken me some time to figure out! -- : Eric S Fraga, with org release_9.5.2-

leading superscript on a line for ODT export

2022-03-16 Thread Eric S Fraga
g space but that did not work. The space is there but the ^1 gets exported literally. Thank you, eric -- : Eric S Fraga, with org release_9.5.2-312-g5d05f5 in Emacs 29.0.50

Re: debugging latex preview

2022-03-06 Thread Eric S Fraga
On Saturday, 5 Mar 2022 at 23:43, alain.coch...@unistra.fr wrote: > Maybe this is not at all appropriate in this case, but I'm risking it: > why not bug-hunter? Thank you. I'll check it out. -- : Eric S Fraga, with org release_9.5.2-401-g91681f in Emacs 29.0.50

debugging latex preview

2022-03-04 Thread Eric S Fraga
! Have a great weekend all. Thank you, eric -- : Eric S Fraga, with org release_9.5.2-401-g91681f in Emacs 29.0.50

Re: org-cite and org-ref-cite

2022-03-03 Thread Eric S Fraga
On Sunday, 27 Feb 2022 at 10:38, Henrik Frisk wrote: > I see. Didn't realize that. I will look into citar then, thanks! citar works very well. Recommended. -- : Eric S Fraga, with org release_9.5.2-386-g77d942 in Emacs 29.0.50

Re: org-cite and org-ref-cite

2022-02-25 Thread Eric S Fraga
job very well for LaTeX export. -- : Eric S Fraga, with org release_9.5.2-385-g37d8bc in Emacs 29.0.50

Re: processing of babel blocks and select_tags

2022-02-19 Thread Eric S Fraga
is of any help. Very useful; always good to have little snippets like this. Thanks again, eric -- : Eric S Fraga, with org release_9.5.2-385-g37d8bc in Emacs 29.0.50

Re: processing of babel blocks and select_tags

2022-02-18 Thread Eric S Fraga
what I was hoping #+SELECT_TAGS would do for me. ;-) Thank you, eric -- : Eric S Fraga, with org release_9.5.2-385-g37d8bc in Emacs 29.0.50

[patch] give tables their own default placement in LaTeX export

2022-02-18 Thread Eric S Fraga
could break documents (if people have changed the default for figures, expecting that change to apply to tables as well) but I see no way to avoid this. So maybe not worth incorporating but I leave that decision to others. Thank you, eric -- : Eric S Fraga, with org release_9.5.2-385-g37d8bc

processing of babel blocks and select_tags

2022-02-18 Thread Eric S Fraga
han simply tagging the current section to be selected. Attached is a minimal example. When I export, I see these messages: org-babel-exp process julia at position 162... org-babel-exp process julia at position 384... Thank you, eric -- : Eric S Fraga, with org release_9.5.2-385-g37d8bc in Emacs

Re: [BUG] icalendar export fails with SCHEDULED/DEADLINE entries [9.5.2 (9.5.2-gbc8c3e @ /home/eliza/.emacs.d/straight/build/org/)]

2022-02-15 Thread Eric S Fraga
u want. -- : Eric S Fraga, with org release_9.5.2-382-gfe4a60 in Emacs 29.0.50

Re: Unable to get current or via use-package

2022-02-09 Thread Eric S Fraga
g from there? (use "i" to request installation and then "x" to execute) -- : Eric S Fraga, with org release_9.5.2-364-ge7ea95 in Emacs 29.0.50

Re: [BUG] beamer export -- text inside section, before next headline, has no frame [9.5.2 (9.5.2-ge7ea95 @ /home/hugo/.config/emacs/straight/build/org/)]

2022-02-04 Thread Eric S Fraga
quot; of slides/frames and it would not make sense to have top level (section) text be a slide. -- : Eric S Fraga, with org release_9.5.2-364-ge7ea95 in Emacs 29.0.50

Re: [PATCH] Add support for $…$ latex fragments followed by a dash

2022-01-25 Thread Eric S Fraga
pe \(n\)-th? -- : Eric S Fraga, with org release_9.5.2-312-g5d05f5 in Emacs 29.0.50

Re: change the fontsize when exporting to HTML, header not really changed

2022-01-20 Thread Eric S Fraga
ome after the extra one you have added, therefore taking precedence? -- : Eric S Fraga, with org release_9.5.2-306-g9623da in Emacs 29.0.50

Re: call blocks as a function from inside elisp code

2022-01-19 Thread Eric S Fraga
more general way to evaluate a src block from with elisp. HTH, eric -- : Eric S Fraga, with org release_9.5.2-306-g9623da in Emacs 29.0.50

Re: should a "wrapped" table result behave differently than one that is not?

2022-01-18 Thread Eric S Fraga
nnoying but it's a solution and easy enough to do. It's not as if I have that many results that need this processing. Thank you. eric -- : Eric S Fraga, with org release_9.5.2-306-g9623da in Emacs 29.0.50

should a "wrapped" table result behave differently than one that is not?

2022-01-18 Thread Eric S Fraga
to remove otherwise. -- : Eric S Fraga, with org release_9.5.2-306-g9623da in Emacs 29.0.50 t.org Description: Lotus Organizer % Created 2022-01-18 Tue 16:52 % Intended LaTeX compiler: pdflatex \documentclass{scrartcl} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{graphicx} \

ignore previous email please: found org-latex-tables-centered (blush)

2022-01-18 Thread Eric S Fraga
But that's a discussion for another day maybe. Apologies for the noise and thank you. -- : Eric S Fraga, with org release_9.5.2-306-g9623da in Emacs 29.0.50

Re: Question Regarding Creating Workflow For Automatic Formulas For Finance Based Org Spreadsheet

2022-01-16 Thread Eric S Fraga
ain a dividing line for clarity. The top entry of the last column could have a starting balance, if you wanted. At the moment, it's treated as a 0.00 value. -- : Eric S Fraga, with org release_9.5.2-306-g9623da in Emacs 29.0.50

Re: Playing down the text in org-mode

2022-01-16 Thread Eric S Fraga
d & co. without using styles, for instance, and think that they have to specify everything including typefaces, spacing, indents, ... and, of course, they know noting about typography. LaTeX (and org by corollary) does a very good job with the defaults (including, as you say, the mainstream add-

Re: Depreciating TeX-style LaTeX fragments

2022-01-16 Thread Eric S Fraga
works very well: I also had $...$ in my muscle memory. The only time it can be annoying is if you wish to edit/write org table expressions directly instead of using org's features for this, such as editing the equation (C-c ') or inserting one (C-c = with or without C-u). -- : Eric S Fraga, with org release_9.5.2-306-g9623da in Emacs 29.0.50

Re: [bug] serious problem retrieving data from table for gnuplot

2022-01-14 Thread Eric S Fraga
On Friday, 14 Jan 2022 at 22:01, Ihor Radchenko wrote: > Ouch. Sorry for this. This was introduced by fixing another bug. > Should be fixed on main now. Thank you for such a quick response and no worries! Yes, it seems to work now. -- : Eric S Fraga, with org release_9.5.2-306-g9623da in

Re: What determines if R source block output is wrapped in begin_example or not?

2022-01-14 Thread Eric S Fraga
esence of these variables that makes it so powerful and gives it the capability to adapt to your own needs so I wouldn't want less variables. One technique I do use is "Info-index" in the manual (bound to i in Info-mode by default) although not everything is indexed. -- : Eric S

Re: Playing down the text in org-mode

2022-01-14 Thread Eric S Fraga
ely, prompts for the face and color. | ` and equivalent for background. I think there's a more general way of setting all the properties but I don't know enough as I use the customisation interface for these. -- : Eric S Fraga, with org release_9.5.2-306-g9623da in Emacs 29.0.50

Re: [bug] serious problem retrieving data from table for gnuplot

2022-01-14 Thread Eric S Fraga
By the way, adding an empty column to front of the table fixes the problem so at least I am not panicking (I have a presentation to give with the data in a table etc.). There must be a problem with a regex looking for dividing lines maybe? -- : Eric S Fraga, with org release_9.5.2-304-g1537bb

Re: Playing down the text in org-mode

2022-01-14 Thread Eric S Fraga
On Friday, 14 Jan 2022 at 14:03, fatipa...@tutanota.com wrote: > How can I remove the background and underline for footnotes, and change > foreground colour. M-x customize-face RET org-footnote RET and adapt as you see fit? -- : Eric S Fraga, with org release_9.5.2-298-g1f48d2 in Emacs 29.0.50

[bug] serious problem retrieving data from table for gnuplot

2022-01-14 Thread Eric S Fraga
not yet had a chance to track down why this might be. Thank you, eric -- : Eric S Fraga, with org release_9.5.2-298-g1f48d2 in Emacs 29.0.50

Re: What determines if R source block output is wrapped in begin_example or not?

2022-01-14 Thread Eric S Fraga
, the output is placed in a #+begin_example...#+end_example | block. Otherwise the output is marked as literal by inserting | colons at the starts of the lines. This variable only takes | effect if the :results output option is in effect. | ` -- : Eric S Fraga, with org release_9.5.2-298-g1f48d2

Re: Playing down the text in org-mode

2022-01-14 Thread Eric S Fraga
cluded in the org file. I use this approach in lieu of inline tasks for creating margin notes (in the export), for instance. -- : Eric S Fraga, with org release_9.5.2-298-g1f48d2 in Emacs 29.0.50

Re: puzzled about :fit for LaTeX src block

2022-01-13 Thread Eric S Fraga
On Thursday, 13 Jan 2022 at 15:41, Juan Manuel Macías wrote: > Well, it seems that if you use ":imagemagick yes", the image is created > with the `org-babel-latex-convert-pdf' function. Indeed. I went to the code. Thank you. Everything is working like I want it! -- : Eric S

Re: puzzled about :fit for LaTeX src block

2022-01-13 Thread Eric S Fraga
On Thursday, 13 Jan 2022 at 11:17, Juan Manuel Macías wrote: > Another possibility: please try adding the header arg. :imagemagick yes This did it! Thank you. I am curious now to find out what tool was used instead... something for later today! Thanks again, eric -- Professor Eric S Fr

Re: puzzled about :fit for LaTeX src block

2022-01-13 Thread Eric S Fraga
rated PDF or PNG file. It's the generation of the image file that is the problem, not how the file is used in the end unfortunately. > C-h v RET org-format-latex-header RET: what value? Both the same and the default value from org. thank you, eric -- : Eric S Fraga, with org release_9.5.2

puzzled about :fit for LaTeX src block

2022-01-12 Thread Eric S Fraga
hoping somebody can suggest what it might be that makes the png image not be shrunk! Both emacs and org from git as of this morning. Thank you, eric -- : Eric S Fraga, with org release_9.5.2-298-g1f48d2 in Emacs 29.0.50 t.org Description: Lotus Organizer

Re: Question Regarding Creating Workflow For Automatic Formulas For Finance Based Org Spreadsheet

2022-01-10 Thread Eric S Fraga
the formulas modifying the row number. But I also would highly recommend ledger which is what I use for my accounting and which integrates very nicely with org using babel. Ledger supports converting CSV files from banks into a ledger file (section 7.2.1 of the ledger info manual). -- : Eric S Fraga

Re: ascii-timestamps like 31.12.2021 to iso(org) format <2020-12-31> and back

2021-12-31 Thread Eric S Fraga
021, you shouldn't escape the < or >, you are not matching the -, and there are only 2 number matches. Maybe you want <\\([0-9]+\\)-\\([0-9]+\\)-\\([0-9]+\\)> to \\3.\\2.\\1 ? -- : Eric S Fraga, with org release_9.5.2-289-gce75d2 in Emacs 29.0.50 : Latest paper written in org: https://arxiv.org/abs/2106.05096

Re: ascii-timestamps like 31.12.2021 to iso(org) format <2020-12-31> and back

2021-12-31 Thread Eric S Fraga
use query-replace-regexp (M-%) with, for instance \([0-9][0-9]\)\.\([0-9][0-9]\)\.\([0-9]\{4\}\) as the pattern to search for and <\3-\2-\1> as the replacement. The converse is left as an exercise for the reader. ;-) -- : Eric S Fraga, with org release_9.5.2-289-gce75d2 in Emacs 29.0.50 : Latest paper

Re: caption width in LateX export

2021-12-28 Thread Eric S Fraga
ed pass options to special blocks which your original post seemed to state was not possible. I use special blocks all the time, including minipages but others as well for custom LaTeX environments. -- : Eric S Fraga, with org release_9.5.1-279-g8908fb in Emacs 29.0.50 : Latest paper written in org: https:

Re: caption width in LateX export

2021-12-28 Thread Eric S Fraga
--->8--- #+attr_latex: :options {0.7\textwidth} #+begin_minipage #+CAPTION: looong caption. [[file_path]] #+end_minipage --8<---cut here---end--->8--- HTH, eric -- : Eric S Fraga, with org release_9.5.1-279-g8908fb in Emacs 29.0.50 : Latest paper wri

Re: flyspell overlays removed in comments: does this make sense?

2021-12-28 Thread Eric S Fraga
On Wednesday, 22 Dec 2021 at 22:10, Ihor Radchenko wrote: > I consider this a bug and mark your report as such. Thank you. I'm glad I'm not alone! -- : Eric S Fraga, with org release_9.5.1-279-g8908fb in Emacs 29.0.50 : Latest paper written in org: https://arxiv.org/abs/2106.05096

flyspell overlays removed in comments: does this make sense?

2021-12-20 Thread Eric S Fraga
lines ("#+calc: " for my use of embedded calc in org, for the curious amongst you) fontified the way I want them. Not easy, as far as I can see. I further noticed that org also removes flyspell overlays from any "other" meta line, i.e. any other meta line not processed by specific

Re: org-cite and export to ODT

2021-12-16 Thread Eric S Fraga
t in case this helps, the new cite engine needs a line asking to generate the actual bibliography, i.e. #+printbibliography: at the point in your document where you want it to apear. -- : Eric S Fraga, with org release_9.5.1-254-g14ed65 in Emacs 29.0.50 : Latest paper written in org: https://

Re: when does :cache not cache?

2021-12-13 Thread Eric S Fraga
uplot script > hash is never going to be the same. Ah, this makes perfect sense! Thank you for looking into this. I will try your patch later this week (busy with end of term teaching aspects at the moment). -- : Eric S Fraga, with org release_9.5.1-243-gad53c5 in Emacs 29.0.50 : Latest paper

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-09 Thread Eric S Fraga
On Wednesday, 8 Dec 2021 at 17:33, Bruce D'Arcus wrote: > If you like Selectrum (Vertico is another recent, similar, > alternative), you might give citar a try. > > https://github.com/bdarcus/citar +1 Works very well for me with selectrum. -- : Eric S Fraga, with org release_9.5.1

Re: Concrete suggestions to improve Org mode third-party integration :: an afterthought following Karl Voit's Orgdown proposal

2021-12-09 Thread Eric S Fraga
or adjust to. -- : Eric S Fraga, with org release_9.5.1-243-gad53c5 in Emacs 29.0.50 : Latest paper written in org: https://arxiv.org/abs/2106.05096

Re: Concrete suggestions to improve Org mode third-party integration :: an afterthought following Karl Voit's Orgdown proposal

2021-12-09 Thread Eric S Fraga
ity but not if it becomes a stranglehold on significant improvements. Org v8 in particular was a major step forward but broke many of my org files. I was happy with the trade-off: immediate pain but much better basis for future developments. -- : Eric S Fraga, with org release_9.5.1-254-g14e

Re: Handling conversion of fields with spaces to tables

2021-12-07 Thread Eric S Fraga
t text. -- : Eric S Fraga, with org release_9.5.1-243-gad53c5 in Emacs 29.0.50 : Latest paper written in org: https://arxiv.org/abs/2106.05096

Re: Handling conversion of fields with spaces to tables

2021-12-06 Thread Eric S Fraga
al script can do that, it should work. As in: #+BEGIN_SRC sh :results output raw echo "|marie|Curie|123" echo "|louis|De Broglie|456" #+END_SRC #+RESULTS: | marie | Curie | 123 | | louis | De Broglie | 456 | -- : Eric S Fraga, with org release_9.5.1-243-gad

Re: Handling conversion of fields with spaces to tables

2021-12-06 Thread Eric S Fraga
This might work for you: #+BEGIN_SRC sh :results output raw -- : Eric S Fraga, with org release_9.5.1-243-gad53c5 in Emacs 29.0.50 : Latest paper written in org: https://arxiv.org/abs/2106.05096

Re: On zero width spaces and Org syntax

2021-12-06 Thread Eric S Fraga
org is a major advantage. -- : Eric S Fraga, with org release_9.5.1-243-gad53c5 in Emacs 29.0.50 : Latest paper written in org: https://arxiv.org/abs/2106.05096

Re: Faces for inline src blocks

2021-12-02 Thread Eric S Fraga
you go for it. Or at least define the 3 you seem to have implicitly chosen already (by using 2 existing ones and adding one new face)? -- : Eric S Fraga, with org release_9.5.1-231-g6766c4 in Emacs 29.0.50 : Latest paper written in org: https://arxiv.org/abs/2106.05096

  1   2   3   4   5   6   7   8   9   10   >