>>> "NO" == Noboru Ota writes:
> Ihor Radchenko writes:
>> org-transclusion uses with-silent-modifications
>> macro, which prevents org-element-cache from working properly. I
>> recommend dropping with-silent-modifications or at least using
>> combine-after-change-calls.
> Thank you for this in
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>> I did run the check with the official org release and did *not* run into
>> any problem, so I presume it what Ihor says, the recent dev version.
> The official org release disables element cache
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>> So what do you suggest
>>
>> - set a variable to nil, but which?
>>
>> - or wait to let Noboru fix the issue?
> If you are on main, you can just disable the warning, unless y
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>>> If you are on main, you can just disable the warning, unless you start
>>> experiencing Emacs slowdown.
>>
>> I am on master (d4e192514769368e32c4e61629bf51e67a781bff)
>>
en I try to execute in an org file
#+begin_src matlab :results output latex :exports results :eval never-export
:wrap latex
x = [1, 2, 3, 4, 5];
fprintf('|%d', x)
#+end_src
Emacs shows me that is he is working and working and finally I have to
interrupt the process, I also don't see any error stack.
Anybody has successfully used the above configuration with python 2.7?
Thanks
Uwe Brauer
pexpect
sudo -H python3.6 -m pip install matlab_kernel
Now however I cannot open even simple org files, I obtain errors I attach
and most of my keybinding and other things do not work.
Any help is strongly appreciated.
Regards
Uwe Brauer
Traceback (most recent call last):
File "/hom
> Uwe Brauer writes:
> The whole transition from v2.x to v3.x for python has been a terrible
> mess. Version issues are the most frustrating aspect of Python and one
> reason I've never embraced the language.
> Given that Ubuntu 16.04 was end of life in April 2021, my re
>>> "MS" == Martin Schöön writes:
> I learned the hard way not to mix distro installed Python with pip
> installed Python. I now always use "pip install --user
> " to keep things sane.
Right, I installed python3.6 from a ppa, and that increased the mess. I
uninstalled python3.6, also had to un
>>> "MN" == Max Nikulin writes:
> On 13/11/2021 09:22, Tim Cross wrote:
>> Uwe Brauer writes:
>> Given that Ubuntu 16.04 was end of life in April 2021, my
>> recommendation
>> would be to upgrade to ubuntu 21.04.
> I would not recommend a r
>>> "MN" == Max Nikulin writes:
> On 14/11/2021 01:39, Tim Cross wrote:
>> Uwe Brauer writes:
>>> Well in that case I'd rather would prefer 20.04 a LTS release. From
>>> experience I know it will take me days till everything is working again,
&
>>> "UB" == Uwe Brauer writes:
> Hi
> I am running Ubuntu 16.04 and I installed python3.6 (which is not
> officially supported for that Ubuntu version via
> https://askubuntu.com/questions/865554/how-do-i-install-python-3-6-using-apt-get
> I also installed
It was quite an ordeal, just in case someone runs into a similar problem.
Advice: don't try to upgrade python on a given Ubuntu distribution
* reinstall jupyter
#+begin_src
sudo dpkg --purge python3-ptyprocess
sudo -H pip3 install --upgrade --force-reinstall --no-cache-dir jupyter
sudo -
would be to automatically insert
** Inverse problem
:PROPERTIES:
:CUSTOM_ID: sec:one
:END:
Can this be done?
And then what would be the equivalent to 2? It is not org-insert-link,
as far as I can see.
Thanks and regards
Uwe Brauer
>>> "UB" == Uwe Brauer writes:
> Hi
> In auctex+reftex it is possible that when I insert a new section header
> a reference label is inserted automatically:
> 1. Example
>\subsection{Inverse problem}
>\label{sec:one}
> 2. And then using
>>> "ESF" == Eric S Fraga writes:
> On Wednesday, 17 Nov 2021 at 08:36, Uwe Brauer wrote:
>> In auctex+reftex it is possible that when I insert a new section header
>> a reference label is inserted automatically:
> I do the following usually:
> * &
>>> "JK" == John Kitchin writes:
> there is nothing like that that I know of. You can write your own, in org
> (following Eric's use of radio targets) it might look like this.
> (defun my-heading ()
> (interactive)
> (let* ((title (string-trim (read-string "title: ")))
> (tokens (split-strin
>>> "SN" == Stefan Nobis writes:
> Uwe Brauer writes:
>> I wonder why this was not implemented or asked for.
> Hmmm... for me, the default way to link to headings is just fine, I
> seldom need more control over the generated labels:
> #+begin_src org
&g
>>> "ESF" == Eric S Fraga writes:
> On Wednesday, 17 Nov 2021 at 14:58, Uwe Brauer wrote:
>> Right, but how do you do this automatically?
> John's given you an answer along the lines of what you wanted but I
> would suggest that sometimes we over-complic
> Stefan Nobis writes:
> Completely agree. I also tend to use `org-super-link'
> (https://github.com/toshism/org-super-links).
Interesting. This package is not in MELPA, but I will download and test
it.
> It can be run with helm-org-ql, so if there are a lot of headings in
> the document, I j
Please look at this example
* new
:PROPERTIES:
:ID: 43b3de77-4074-47f2-9a4a-9cddebb33951
:END:
** Inverse problem
:PROPERTIES:
:CUSTOM_ID: sec:one
:END:
** new title
:PROPERTIES:
:ID: f3c76e50-5be9-47f2-bad4-257166670481
:END:
Two ids were generated b
>>> "ESF" == Eric S Fraga writes:
> On Wednesday, 17 Nov 2021 at 16:55, Uwe Brauer wrote:
>>>>> "SN" == Stefan Nobis writes:
>>> As seen in [[*Intro]] there is not much to say.
>>
>> I am not following you. You insert a heade
>>> "SN" == Stefan Nobis writes:
> Uwe Brauer writes:
>> I am not following you. You insert a header as in
>> * Intro
>> Now you want to refer to it with a link
>> As we have seen in section ...
>> So what precisely are you ty
>>> "ESF" == Eric S Fraga writes:
> On Wednesday, 17 Nov 2021 at 17:00, Uwe Brauer wrote:
>> While
>>
>> ** That <>
> Well, you could write
> ** That
> <>
Right, good idea
> to get what you like in terms of LaTeX export.
>
> in the most current version (3) of org-ref, the labels that are found are
> defined in org-ref-ref-label-regexps. At the moment there isn't a pattern
> for ID. No particular reason, I haven't used ID like that for many years. I
> added and pushed that to the current repo just now.
Thanks, that
>>> "JK" == John Kitchin writes:
> it usually takes up to 4 hours to propagate to MELPA. I can't reproduce
> the error you report. At least, with a fresh emacs and install from MELPA
> everything seems to load and work fine, even with emacs 29. There seem to
> be many issues with native-compil
>>> "JK" == John Kitchin writes:
> it usually takes up to 4 hours to propagate to MELPA. I can't reproduce
> the error you report. At least, with a fresh emacs and install from MELPA
> everything seems to load and work fine, even with emacs 29. There seem to
> be many issues with native-compil
>>> "JK" == John Kitchin writes:
> Probably M-x org-ref-insert-ref-link will do what you want. A lot of things
> got "simplified" in version 3 to leverage completing-read more natively.
> helm-mode should work with org-ref-insert-ref-link.
I see. I think I got it to work, but the navigation is n
>>> "UB" == Uwe Brauer writes:
> So I checked out the org-ref-2 branch from the github repository.
> But still there the function org-ref-helm-insert-cite-link is gone and
> other related org-ref-helm functions. Is this correct?
I got the behaviour back by loa
x27;org-babel-matlab-initiate-session
'org-babel-ipython-initiate-session)
#+END_SRC
#+begin_src matlab :results output latex :exports code :eval never-export
:wrap latex
clear all
close all
t=[0:0.1:1];
y=sin(t);
plot(t,y)
print -dpng simple.png
#+end_src
The print command succeeds the simple.png file is generated, however I
cannot see the figure with the plot, it never pops up.
What is wrong in my setting?
Regards
Uwe Brauer
}\)\}
Which is wrong.
Any ideas how to obtain the correctly exported expression?
Thanks
Uwe Brauer
>>> "JK" == John Kitchin writes:
> maybe @@latex:\textcolor{red}{$\delta \phi = \frac{2 m}{R}$}@@ will do.
> John
Thanks! That worked!
smime.p7s
Description: S/MIME cryptographic signature
> Hi,
> Uwe Brauer writes:
> Not exactly related, but if it helps, I have defined this custom link
> for colored text segments:
> (NB: I apply two colors for `:face', because normally I use two themes,
> one clear for the day and another dark for the night hours: when my
Hi
I'd like that, in certain files, subscripts are ignored.
I know I could use ~ ~ as in
~dl_emacs_support.m~
Or
=dl_emacs_support.m=
But could I deactivate font locking for these constructions locally?
regards
Uwe Brauer
> Ihor Radchenko writes:
> I agree. This is actually a much harder problem to solve than it may
> appear on the surface. There have been a number of proposals regarding
> how to do this over the years, but unfortunately, they have all had
> significant drawbacks or limitations. One of which is
Out of a sudden, when starting emacs I obtain various errors that seem to be
conntected to try to load
org-compat I obtain
Debugger entered--Lisp error: (error "Don’t know how to make a localized
variable an alias")
defvaralias(org-descriptive-links org-link-descriptive nil)
eval-buffe
In connection with my earlier bug report, here is the backtrace when starting
emacs
Debugger entered--Lisp error: (void-function org-file-name-concat)
org-file-name-concat("/home/oub/.cache" "org-persist/")
byte-code("\301\302\303 \304\1!\203\16\0\10\202\17\0\211\262\1\305\"!\207"
[user-emac
>>> "UB" == Uwe Brauer writes:
> In connection with my earlier bug report, here is the backtrace when starting
> emacs
> Debugger entered--Lisp error: (void-function org-file-name-concat)
> (void-variable org-descriptive-links)
> You should still send this
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>> I found the culprit, the recently installed org-real pkg.
>>
>> I uninstalled it and everything was back to normally.
> Hmm. I suspect that org-real might not be the problem by itself. Rat
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>>> Hmm. I suspect that org-real might not be the problem by itself.
>>> Rather you may load it too early and pull-in built-in org.
>>
>> Well I don't load anything, that is all d
Hi
I am not sure whether this is the right place to ask this, but anyhow.
Suppose two friends want to buy Christmas presents, but when they have
finished, they want to have spent the same amount of money. If they
don't a compensation must be transferred.
Here is an example
** Start
#+name:
>>> "UB" == Uwe Brauer writes:
> Hi
> I am not sure whether this is the right place to ask this, but anyhow.
> Suppose two friends want to buy Christmas presents, but when they have
> finished, they want to have spent the same amount of money. If they
| 1.912.16 |
| 1.735.14 |
| 1.480.87 |
| 1.407.73 |
But again it does not work.
Any idea what to do?
regards
Uwe Brauer
smime.p7s
Description: S/MIME cryptographic signature
>>> "TC" == Tim Cross writes:
> Uwe Brauer writes:
>> [[S/MIME Signed Part:Undecided]]
>>
>>
>> * Problem 1
>>
>> I imported this column from a CVS file, so the date format was already
>> chosen.
>>
>> |
>>> "TC" == Tim Cross writes:
> Uwe Brauer writes:
> For problem 1, I suspect you will need to either change the date format
> or tell org what the date format is. It won't work trying to sort
> numerically as those values are not really numerical values.
Hi
Does anybody know about a function that would convert between
date format like 31.12.2021 to <2020-12-31> and back?
Thanks
Uwe Brauer
>>> "ESF" == Eric S Fraga writes:
> On Friday, 31 Dec 2021 at 14:21, Uwe Brauer wrote:
>> ⚠️ Caution: External sender
>>
>>
>> Hi
>>
>> Does anybody know about a function that would convert between
>> date format like 31.12.202
Hi
I thought this worked a while ago, but in a gnus article buffer I tried to use
org-store-link and received
(Running Emacs Master and org-mode master (some weeks old))
Debugger entered--Lisp error: (void-function org-fixup-message-id-for-http)
org-fixup-message-id-for-http("8ad92378cff62
>>> "KM" == Kyle Meyer writes:
> Uwe Brauer writes:
>> Hi
>>
>> I thought this worked a while ago, but in a gnus article buffer I tried to
>> use org-store-link and received
>>
>> (Running Emacs Master and org-mode master (some weeks
(replace-match "\\1"
#+end_src
And every text between @ appears red.
Can I have a similar setting when exporting an org file to html via the
«normal» html exporter?
Thanks
Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes:
> Uwe Brauer writes:
>> Can I have a similar setting when exporting an org file to html via the
>> «normal» html exporter?
> Using a custom filter?
> #+begin_src emacs-lisp
> (defun foo (text backend info
>>> "T" == Timothy writes:
Hi Timothy
> Hi Uwe,
>> And every text between @ appears red.
>>
>> Can I have a similar setting when exporting an org file to html via the
>> «normal» html exporter?
> Have a look at the filter functions, such as
> `org-export-filter-final-output-functions'. See
>
>>> "JMM" == Juan Manuel Macías writes:
> Uwe Brauer writes:
>> Thanks very much it works as expected. However I just realized (and
>> this is true also for the org-mime filter that the reg-exp has a flaw.
>>
>> I used the text
>>
>&g
>>> "JMM" == Juan Manuel Macías writes:
> I think this would work:
> (setq org-export-filter-plain-text-functions
> (remove 'my-html-red org-export-filter-plain-text-functions))
> Anyway, I recommend that you take a look at the documentation on filters
> that Timothy pointed you to, as cus
-column.
I found
https://emacs.stackexchange.com/questions/28270/how-to-select-and-copy-a-column-of-an-org-table-without-rectangle-selection#:~:text=Just%20mark%20the%20beginning%20of,table%2Dpaste%2Drectangle%20).
But it did not work for me.
Any ideas?
Regards
Uwe Brauer
expected the text in the header not really.
Any idea what would be a more appropriate setting?
Thanks and regards
Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes:
Hi Juan
> Hi Uwe
> Uwe Brauer writes:
>> Now some text is changed as expected the text in the header not really.
>>
>> Any idea what would be a more appropriate setting?
> Taking into account that h1 is
>>> "T" == Timothy writes:
Hi Timothy,
> Hi Uwe,
>> | #+HTML_HEAD_EXTRA: *{font-size: 108%;}
>>
>> Now some text is changed as expected the text in the header not really.
>>
>> Any idea what would be a more appropriate setting?
> Try changing the body font size. This /should/ change everythi
Hi Marco
> Uwe Brauer writes:
> I use the following function occasionally. Possibly it helps in your case.
> (defun mw-org-table-mark-column ()
> "Mark the column containing point."
> (interactive)
> (unless (org-at-table-p) (user-error "Not at a tabl
>>> "T" == Timothy writes:
Hi Timothy
> Hi Uwe,
>> | #+HTML_HEAD_EXTRA: *{font-size: 108%;}
>>
>> Now some text is changed as expected the text in the header not really.
>>
>> Any idea what would be a more appropriate setting?
> Try changing the body font size. This /should/ change everythi
>>> "JMM" == Juan Manuel Macías writes:
> Uwe Brauer writes:
>> But it did not work neither. Did you test it? I am on GNU Emacs master
>> and git master (ok several weeks old, but still recent enough I'd say)
> I hadn't seen Eric's messa
er
How can I obtain the Spanish week names?
Thanks
Uwe Brauer
he last step the hlines be respected?
Regards
Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes:
> Hi Uwe,
> Uwe Brauer writes:
>> How can I obtain the Spanish week names?
> I have this in my init:
> #+begin_src emacs-lisp
> (setq calendar-week-start-day 1
> calendar-day-name-a
>>> "JMM" == Juan Manuel Macías writes:
Hi Juan
> Hi all,
> This is more related to LaTeX than Org, but I'm sharing it here in case
> anyone is interested. For a work I'm doing I've written a LaTeX
> environment that tries to mimic the look of a calligraphy notebook. By
> default it uses the qtme
>>> "JMM" == Juan Manuel Macías writes:
> Hi Uwe,
> Thanks for testing the document.
> Uwe Brauer writes:
>> Interesting I like them all. I converted your org file to latex and run
>> it with lualatex but the font used there does not correspond to all
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>> Running a more or less recent master commit of org-mode and GNU emacs
>> when loading the ol-gnus file I receive the following error
>>
>>
>> Debugger entered--Lisp error: (void-var
Hi
I have a small org file with some bibtex references I insert using
org-ref-helm-insert-cite-link.
When I export the file to html, the list of reference gets a bullet
list.
Any change to get a numerated list (I am not sure I asked that in the
past...)?
Regards
Uwe Brauer
>>> "JK" == John Kitchin writes:
> There aren't enough details here to figure out what you mean.
> The bibliography formatting should be determined by the CSL style.
I am not sure whether I should send here all my settings, but I convert the org
file either with the standard org exporter or as
The correct conversion should be
* An example
cite:MR2980528
cite:MR2779087
cite:MR2608125
bibliographystyle:amsalpha-url
bibliography:/home/oub/ALLES/HGs/tex/bib/free.bib
>>> "JK" == John Kitchin writes:
> I guess you are using the older org-ref version 2 here. If so, there isn't
> a real way to customize that, it comes from org-ref-get-html-bibliography
> which hard codes an unordered list.
This kludge «solves» it
(defun org-ref-get-html-bibliography (&optiona
ful, I tend to reorder files in
subdirectories and therefore «destroying links»
Uwe Brauer
smime.p7s
Description: S/MIME cryptographic signature
|
| WAIT | Gr1 | User1| 9 | 5 | [X]
|
#+END
So a table is generated based on earlier entries.
Is there the inverse operation? Given a table I recover the original
properties?
Regards
Uwe Brauer
--
I strongly condem Putin's war of agressi
report.
Thanks
Uwe Brauer
* A source block provides to export latex equations
#+begin_src latex :results latex replace :exports results :eval t
\begin{equation}
\label{eq:doc1:1}
\begin{matrix}
\mathit{s}^{3}: & 1 & \mathit{K} - 6 \\
\mathit{s}^{2}: & 5 & \mathit{K
}El método del Trapecio Nwt vs Trapecio
Nwt-PC}
\end{center}
But I would like a smaller width say 0.5, how can I achieve that?
Thanks
Uwe Brauer
--
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military.
I support
>>> "JMM" == Juan Manuel Macías writes:
Hi Juan Manuel
> Hi Uwe,
> Uwe Brauer writes:
>> But I would like a smaller width say 0.5, how can I achieve that?
> #+ATTR_LaTeX: :float nil
> #+ATTR_LaTeX: :width
Thanks very much, that was very helpful
[ ]
:End:
#+end_src
Can this behaviour be changed? I'd like to that the new property close to the
cursor!
Thanks
Uwe Brauer
--
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military.
I support the ban of Russia f
a way to generate it using org's table functionality?
Thanks and regards
Uwe Brauer
--
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military.
I support the ban of Russia from SWIFT.
I support the EU membe
>>> "ESF" == Eric S Fraga writes:
> Something to play with:
> | start | duration | end | notes |
> |---+--+---+---|
> | 08:00 | 1:00 | 09:00 | |
> | 09:00 |01:00 | 10:00 | |
> | 10:00 |01:00 | 11:00 | |
> | 11:00 |01:00 | 12:00 | |
> |
perty at the
end of the property list.
Any idea what to do (besides touching the function itself)
Regards
Uwe Brauer
--
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military.
I support the ban of Russia from SWIFT.
I
>>> "UB" == Uwe Brauer writes:
> Hi
> I tried
> (defun my-org-set-property ()
> (interactive)
> (save-excursion
> (org-set-property nil nil)))
> Or
> (defun my-org-set-property ()
> (interactive)
> (save-excursion
>
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>>> But it does not help, org-set-property sets always a new property at the
>>> end of the property list.
>>
>>> Any idea what to do (besides touching the function itself)
>&
>>> "JK" == John Kitchin writes:
> This seems like something that could (should?) go in a personal config, as
> a custom function, or advice.
> You could, for example do something like this (lightly tested)
> #+BEGIN_SRC emacs-lisp
> (defun my-put (property value here)
> (interactive (list ni
(backward-char)
(insert (format ":%s: %s\n" property value))
(indent-for-tab-command nil)
#+END_SRC
But this might be just me. In any case I think this functionality is
very helpful.
Uwe Brauer
smime.p7s
Description: S/MIME cryptographic signature
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>> Running org master 1f78ca45f8d534e51c1e30e9225d1da8b2e50650
>>
>> And opening an org file I received the following message:
>>
>>
>> Please report this to Org mode mailing li
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>> Org-mode git version.
>> a3dac4d20a37c51393f191d01e0ec2170bb260a3
>>
>> Opening a tex file I receive the following error message
>> ,
>> | Warning (org-element-cache): org
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>>> This is most likely done by your personal customisation or by
>>> third-party package (`link-message' function).
>>
>> I see, most likely orglink (available in melpa)
>>
>>> "UB" == Uwe Brauer writes:
> Hi
> Not sure who is the culprit here.
> I upgraded GNU emacs to
> ,
> | emacs-repository-version is a variable defined in ‘version.el’.
> |
> | Its value is "7bf17ceee8c2d347917541e
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>> And org-mode to a3dac4d20a37c51393f191d01e0ec2170bb260a3
>>
>> However when using org-capture, emacs hangs and I can't finish sending the
>> template?
>>
>> Can anyb
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>> Here is one of the templates
>> ("mt" "Tutorias Headings"
>> entry (file+headline "~/ALLES/HGs/tex/vorlesungen/Tutorias/tutorias.org"
>> "Tutor
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>> Here is one of the templates
>> ("mt" "Tutorias Headings"
>> entry (file+headline "~/ALLES/HGs/tex/vorlesungen/Tutorias/tutorias.org"
>> "Tutor
Hi
I am again facing the problem that org-capture hangs even with my
recovered old setting.
I investigated it a bit, org-capture is mostly ok, but not for those
templates that contain gnus specific commands like %from %subject etc
How can I debug this?
Regards
Uwe Brauer
--
I strongly
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>> Here is one of the templates
>> ("mt" "Tutorias Headings"
>> entry (file+headline "~/ALLES/HGs/tex/vorlesungen/Tutorias/tutorias.org"
>> "Tutor
(Name) %5com(Comment) %5Ej1(Ej1/20) %5Ej2(Ej2/25)
%5Ej3(Ej3/55) %5Res(Result)"
#+END:
#+end_src
What do others use?
Regards
Uwe Brauer
--
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military.
I support the ban of
Hi
>From the docstring of
org-table-transpose-table-at-point is
Transpose Org table at point and eliminate hlines.
Does anybody know about a, maybe, 3rd party packages that transpose the
table but leaves the horizontal lines intact?
Regards
Uwe Brauer
--
I strongly condemn Putin
I think I almost have a working workflow.
What I need is a functionality to join either columns or rows of tables
that are in different files.
Here is what I have in mind for tables that are in the same file
** Columns
#+NAME: T1
| col1 | col2 |
|1 | 2|
#+NAME: T2
| col3 |
| 3|
#
>>> "JK" == John Kitchin writes:
> Can you make a temporary org-buffer that copies all those tables into
> one place, and then join them?
Thanks, I think will use a different approach and only copy certain
rows, via the remote function as in
** The target Rows
| Nombre | Color | Level | Quantit
>>> "t" == tbanelwebmin writes:
> The orgtbl-arggregate package (on Melpa and GitHub) does that.
> Horizontal lines are converted to empty columns.
> Transposing again recreates the original horizontal lines.
> Beware, as opposed to org-table-transpose-table-at-point, it does not modify
> the
>>> "JK" == John Kitchin writes:
> Can you make a temporary org-buffer that copies all those tables into
> one place, and then join them?
My workflow (in case anybody finds this helpful)
#+begin_src
* Localisation of the program files
Each file you want to correct is located in a different ea
prefer
\begin{lstlisting}
sys =
A =
x1 x2 x3
x1 1 1 0
x2 0 1 0
x3 0 1 1
\end{lstlisting}
Any idea how?
Thanks and regards
Uwe Brauer
--
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukra
>>> "UB" == Uwe Brauer writes:
> Hi
> Please consider
> * matlab :results output src :exports results: exports code :eval
> never-export
> #+begin_src matlab :results output src :exports results: exports code :eval
> never-export
> clear all
>
701 - 800 of 1267 matches
Mail list logo