>>> "ESF" == Eric S Fraga writes:
> 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
Hm, when I use this and Execute the code I also obtain
>>> "JMM" == Juan Manuel Macías writes:
> Hi Uwe,
> Uwe Brauer writes:
>> Which gets exported to verbatim not lstlisting as I want
> Try adding this:
> :wrap lstlisting
It does! Thanks!
smime.p7s
Description: S/MIME cryptographic signature
y also to obtain a (clickable link, for the file1
location) via the remote command?
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 supp
that binding is not defined
with org-noter-doc-mode
it is but nothing happens,
only garbage collecting.
Can anybody enlighten me please?
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
>>> "CB" == Colin Baxter writes:
> Hello Uwe
>>>>>> Uwe Brauer writes:
>> Hi I am running GNU emacs master (2 month old) and have not been
>> able to use successfully org-noter.
>> When I open a pdf file with doc-view there seems n
>>> "CB" == Colin Baxter writes:
> Hello Uwe
>>>>>> Uwe Brauer writes:
>> Hi I am running GNU emacs master (2 month old) and have not been
>> able to use successfully org-noter.
>> When I open a pdf file with doc-view there seems n
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>> Ok, so it is my setting, sigh.
>>
>> BTW does this mode set any sort of marker in the pdf?
> FYI, org-pdftools package allows to set links to specific coordinates in
> pdf files by creatin
at are *all associated archives*?
And how can I check the files mentioned in org-id-localisations since it is a
hash table?
Any help would be very much appreciated.
Uwe Brauer
--
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine
>>> "UB" == Uwe Brauer writes:
> Hi
> I have a strange problem. Till recently the following worked
> File x.org
> ,
> |
> | * Table
> | :PROPERTIES:
> | :ID: test-table
> | :END:
> |
> | | Nombres ||
> | |-+
think. Are there any plans to provide a similar feature
in the official pkg, maybe?
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 mem
er,@I$1..@II$1));f-1
#+end_src
Now I if I update the test-master table, is there anyway that the remote calls
get updated as well?
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
. : 5.00 |
| 1st Qu.:12.00 |
| Median :20.00 |
| Mean :19.78 |
| 3rd Qu.:27.00 |
| Max. :35.00 |
#+end_src
but I can't not find a way to calculate other percentiles, like terciles or so.
Does anybody know about this, or a org-function doing it?
regards
Uwe Brauer
--
I strongly co
>>> "UB" == Uwe Brauer writes:
> Hi
> I have the following example
It seems that either
1. org-table-recalculate-buffer-tables
2. org-table-iterate-buffer-tables
Does the job, the docstring of both function does clarify the
difference between both.
Can an
Hello Jermie
> Hello Uwe,
> I would recommend checking the R documentation.
Believe me, I tried (well I mostly googled, and I failed, I understand
now why, my column name was not consistent, with the call in src block grrr
> I believe that you might be looking for the following.
> #+beg
|\text{+})&=\frac{P(\text{+}|\text{Covid19})P(\text{Covid19})}{P(\text{+}|\text{Covid19})P(\text{Covid19})+P(\text{+}|\text{No-Covid19})P(\text{No-Covid19})}\\')
#+end_src
#+end_solutionorbox
And idea what to do?
Thanks
Uwe Brauer
--
I strongly condemn Putin's war of aggressi
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>> However when I wrap a solutionorbox around it (which I need when
>> exporting to latex) all text between the «+»
>> gets a strikeout.
>>
>>
>> #+begin_solutionorbox
>>
>>> "JJ" == Jeremie Juste writes:
> Hello Uwe
>> On Monday, 23 May 2022 at 19:24, Uwe Brauer wrote:
> Sorry I don't have matlab and I have never used the solutionorbox
> environment, but I believe you can generate latex directly. For example
> with
Hi
Sometimes I only want to convert/export a region or a paragraph of an
org file to another format, most likely as html or latex.
I cannot find such a functionality also not in the package system
does anybody knows about such a function?
Regards
Uwe Brauer
--
I strongly condemn Putin
>>> "WD" == William Denton writes:
> On 25 May 2022, Uwe Brauer wrote:
>> Sometimes I only want to convert/export a region or a paragraph of an
>> org file to another format, most likely as html or latex.
> Is this different from subtree export? After C-c
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>> It seems that I did not check this carefully enough. Indeed, if I mark a
>> region and run the export function, only the active region will be
>> exported. The docstring of that function is, howev
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>>> Could you please clarify which part of the function docstring was not
>>> clear?
>>
>> Well
>> | org-export-dispatch is an interactive compiled Lisp function in
&
, like
1. if export to latex use that folder
2. If export to html use this folder
Anybody know about such a 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.
> Hi Uwe,
> Uwe Brauer writes:
> One (pedestrian) way to achieve it, with this function:
> (defun my-org/export-to-path (backend export-path extension)
> (org-element-map (org-element-parse-buffer) 'keyword
> (lambda (k)
> (when (string= (o
>>> "JMM" == Juan Manuel Macías writes:
> Juan Manuel Macías writes:
>> One (pedestrian) way to achieve it, with this function:
> I think it can be done better this way, defining an advice around
> 'org-export-output-file-name'.
> In your org file you should add these two local variables:
> #
> Hi Uwe,
> Uwe Brauer writes:
> One (pedestrian) way to achieve it, with this function:
I tried the following
#+begin_example
#+EXPORT_FILE_NAME: myfile-office
#+begin_src emacs-lisp :exports none :eval never-export :results silent
(my-org/export-to-path 'html &quo
>>> "JMM" == Juan Manuel Macías writes:
> Uwe Brauer writes:
>> When I run it I obtain
>> if: Symbol’s value as variable is void: my-latex-export-path
>>
>> Another point is if I decide to export it to ods, I need to modify that
>> adv
Hi
Although the vanilla html export backend produces nice html, I sometimes need a
simpler solution[1], like the one produced by org-mime (which is for email).
Does anybody know about such an exporter?
Thanks
Uwe Brauer
Footnotes:
[1] I will insert the htmlised buffer in some moodle
-16:30 14:30-15:30
Numerical Analysis 18:00-19:00 18:00-19:00 18:00-19:00
18:00-19:00
19:00-20:00
#+end_example
Any idea what is wrong here?
Regards
Uwe Brauer
--
I strongly condemn Putin's war of aggression agains
> Uwe Brauer writes:
> I think you might be working under a false expectation. A quick look at
> the exported table example and it looks to be correct to me - values are
> tab separated, with is what a tsv format is. There is no requirement
> that the columns should be aligned,
Hi
While using org-ref-insert-link, I obtain a list of possible entries
(which I would like to inserted via F7 as formatted citations)
That works well for one entry, but how can I mark several of these?
Thanks and regards
Uwe Brauer
--
I strongly condemn Putin's war of aggre
= {123.456.888},
archivePrefix= {arXiv},
primaryClass = {math.AP},
url = {https://arxiv.org/abs/123.456.888},
month= {October},
year = 2021
}
How can I achieve this?
Thanks and regards
Uwe Brauer
--
I strongly condemn Putin's war of aggression agains
>>> "UB" == Uwe Brauer writes:
> Hi
> While using org-ref-insert-link, I obtain a list of possible entries
> (which I would like to inserted via F7 as formatted citations)
> That works well for one entry, but how can I mark several of these?
C-space is the s
>>> "UB" == Uwe Brauer writes:
> Hi
> When using org-ref-helm-insert-cite-link I would like to insert the
> urls, as in this example
> @Misc{Author,
> author = {Author},
> title= {Global existence of a nonlinear wave equation}
> how
odt export?
Reards
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 membership of the Ukraine.
zontal
border, which I don't want.
1. What is the correct setting
2. How can I have such a setting locally just for one table?
Thanks and regards
Uwe Brauer
>>> "KM" == Kyle Meyer writes:
> Uwe Brauer writes:
>> The standard setting of
>> org-html-table-default-attributes
>>
>> is
>> (:border "2" :cellspacing "0" :cellpadding "6"
Hi
I have an orgtable with a lot of useful information, I would like to add
a column either for TODOS or checkboxes but it seems not work any idea
whether such an addon package exist or any change that such a feature
will be implemented?
Regards
Uwe Brauer
>>> "AK" == Axel Kielhorn writes:
Hi Alex,
I am not sure my first answer made it, so I apologize for a possible
crossposting.
> Hi Uwe,
>> I have an orgtable with a lot of useful information, I would like to add
>> a column either for TODOS or checkboxes but it seems not work any idea
>>> "AK" == Axel Kielhorn writes:
Hi Alex
>> Am 02.05.2020 um 21:33 schrieb Uwe Brauer :
>>
>>>>> "AK" == Axel Kielhorn writes:
>>
>> Hi Alex,
>>
>> I am not sure my first answer mad
> I’m sorry, I didn’t tell you the whole truth.
> „Projektleiter“ and „CAD Nachpflegen“ are defined as TODO keywords.
> (A special case of WAITNG and an ALLMOST DONE state)
> You have to add the additional options yourself:
> :indent t :format "%50ITEM(Problem) %5PB(Nr) %12TODO
Hi
I have a org table and want to add a new colum, which natural numbers
which are randomly ordered
So I tried
#+TBLFM: $1=@#-1::$4=random($1@4);f1
But the column contains real numbers
What can I do
Uwe Brauer
> Le 27/05/2020 à 22:40, Uwe Brauer a écrit :
> What about:
> #+TBLFM: $4=random($1);f0
> In row 67 you would have a random integer in the range [0..67)
> f0 format removes any fractional part leaving only an integer number
Aha thanks, a minor thing, which I t
>>> "SB" == Stig Brautaset writes:
>> > In row 67 you would have a random integer in the range [0..67)
>> > f0 format removes any fractional part leaving only an integer number
>>
>> Aha thanks, a minor thing, which I thank, cannot be really done:
>>
>> Is it possible to avoid
Hi
I know I can either user
(org-insert-dblock:aggregate)
(org-insert-dblock:join)
To join or aggregate tables with in the same files.
But can I join tables from different files?
Thanks
Uwe Brauer
--|
| MIN | 0.75 | 1.75 | 2.5 |
#+TBLFM: $4=$2+$3
#+end_src
Is this possible?
regards
Uwe Brauer
smime.p7s
Description: S/MIME cryptographic signature
> Le 07/06/2020 à 17:09, Uwe Brauer a écrit :
> I'm not aware of anything specific for this purpose. A starting point
could be the `append' lisp function:
> #+begin_src elisp :var table1=RK :var table2=SVD :colnames t
> (append table1 table2)
> #+end_src
>>> "JD" == Jude DaShiell writes:
> If what's wanted here is a horizontal join of tables paste(1) might be
I am not sure what paste(1) means here. Could you please explain?
> used to start the process however the #TBLFMT: line for the new table
> would need new formulas and column head
>>> "JD" == Jude DaShiell writes:
> paste is a unix command outside of emacs used to concatenate files
> horizontally as opposed to vertically as cat does.
Ok, but I was thinking of a lot of tables in one file, so that solution
looks complicated, while terry's lisp solution will do that
-buffer
(csv-file (concat source-file ".csv")))
(save-excursion
(f-ox-filter-table-column-del nil))
(org-table-export csv-file "orgtbl-to-csv")
(org-odt-convert csv-file "xlsx")))
But all columns are exported.
Does somebody have an idea?
Thanks and regards
Uwe Brauer
n_src
,#+RESULTS:
| us...@gmail.com | Sent | us...@gmail.coom | not sent |
| us...@gmail.com | not sent | us...@gmail.com | sent |
#+end_src
What went wrong?
Thanks and regards
Uwe Brauer
>>> "UB" == Uwe Brauer writes:
> Hi
> Consider please the following to tables
> #+begin_src
> ,#+TBLNAME: test3
> | Email | State|
> |-+--|
> | us...@gmail.com | Sent |
> | us...@gmail.com |
Name: New
#+RESULTS:
| User1 | 2 | 2 | 4 |
| User1 | 4 | | 4 |
#+TBLFM: $4=vsum($2..$3);f1
And upgrade one of the table, execute the babel code, the spreadsheet
formula is gone.
So could babel somehow respect the spreadsheet formula?
Regards
Uwe Brauer
>>> "NG" == Nicolas Goaziou writes:
> Hello,
> Uwe Brauer writes:
>> I am running emacs 28 master 84ec57fe06e187f41a3546131d5dae3b185c3511
>>
>> Steps to reproduce
>>
>> #+TBLN
>>> "NG" == Nicolas Goaziou writes:
> Hello,
> Uwe Brauer writes:
>> I am running emacs 28 master 84ec57fe06e187f41a3546131d5dae3b185c3511
>>
>> Steps to reproduce
>>
>> #+TBLN
e | 7 |5 |
| Friday| Blue | 6 |8 |
Does not work this variable does exist any more. (Backward compatibility
sigh)
So which is the correct variable to be used, now?
Thanks
Uwe Brauer
Hi
Please look at
| 20 | 0.9 | 18. |
#+TBLFM: $3=$1*$2;f0
I'd prefer to have the result 18, just written 18 and not 18.
I can't the right format in the documentation.
Thanks and regards
Uwe Brauer
>>> "DG" == Dov Grobgeld writes:
> You can do the following:
> #+TBLFM: $3=$1*$2;%.0f
> Search for % at https://orgmode.org/manual/Formula-syntax-for-Calc.html .
Thanks, this was the link I was looking for.
Uwe
smime.p7s
Description: S/MIME cryptographic signature
Hi
What is the inverse function to
org-table-convert-region?
I am unable to find anything in the documentation or google.
Regards
We Brauer
> Uwe Brauer writes:
> Does this:
>
> https://stackoverflow.com/questions/17717483/howto-convert-org-mode-table-to-original-tabbed-format/17726489#17726489
Yes, very much so. It would be great to have that code included in
orgmode. Did anybody try to contact the author?
>>> "PN" == Peter Neilson writes:
> On Tue, 25 Aug 2020 15:44:30 -0400, Uwe Brauer wrote:
>>
>> Hi
>>
>> What is the inverse function to
>> org-table-convert-region?
>>
>> I am unable to find anything in the documentation
>>> "NG" == Nicolas Goaziou writes:
> Hello,
> Bastien writes:
>> There is none, that's indeed a backward compatibility issue.
> Note that exporting to a different directory is called publishing.
As you wish, but my original question stands, how to I do this, which
is the variable to be set,
>>> "ITFAF" == Ivan Tadeu Ferreira Antunes Filho writes:
> I use the code in
>
https://github.com/itf/org-export-with-files/blob/master/org-export-with-files.el
> in order to define a new function that exports the current subtree to a
> different folder, as well as create hard copies
n my-set-calendar-deutsch () ;Version:1.190
(interactive)
(setq calendar-week-start-day 1
calendar-day-name-array ["Sonntag" "Montag" "Dienstag" "Mittwoch"
"Donnerstag" "Freitag" "Samstag"]))
But it does not: it steill does <2020-09-06 Sun>
What do I miss?
Thanks
Uwe Brauer
> Uwe Brauer wrote/hat geschrieben on/am 06.09.2020 11:15:
> For me
> (setq calendar-day-name-array ["Sonntag" "Montag" "Dienstag" "Mittwoch"
> "Donnerstag" "Freitag" "Sams
> Uwe Brauer wrote/hat geschrieben on/am 06.09.2020 14:01:
> Can't answer this, because I don't use a mail buffer, but in an org-file
> I use C-c . to insert an active time stamp (result: <2020-09-06 So>) or
> C-c ! for an inactive one (result: [2020-09-06 So])
ah
>>> "SN" == Stefan Nobis writes:
> Uwe Brauer writes:
>> But is inserts the name of the days in English
> The format and language of the time-stamps is controlled by the
> function format-time-string (the docstring of this function shows all
> the available
>>> "SN" == Stefan Nobis writes:
> Uwe Brauer writes:
>> But it still inserts <2020-09-06 Sun>
> What's the value of `system-time-locale'?
I found that I had to re-run
sudo locale-gen de_DE.UTF-8
sudo dpkg-reconfigure locales
The
> Uwe Brauer wrote/hat geschrieben on/am 06.09.2020 17:49:
> I have to correct myself.
> My original note was that
> (setq calendar-day-name-array ["Sonntag" "Montag" "Dienstag" "Mittwoch"
>"Donnerstag"
Hi
I freshly installed Ubuntu 20.04 and used the pre compiled Emacs 26, I
copies also all my init files.
When I open an org file I obtain an error message I don't understand and
attach any help is appreciated
Regards
Uwe Brauer
Debugger entered--Lisp error: (json-readtable-error 47)
s
>>> "JJ" == Jeremie Juste writes:
> Hello Uwe,
> if seems that the problem lies with ob-ipython.
> I would suggest to remove ob-ipython to check and then perform a fresh
> install of ob-ipython.
thanks
smime.p7s
Description: S/MIME cryptographic signature
>>> "NS" == Nicholas Savage writes:
> Are you using ob-ipython? Your trace makes it seem like that might be
> loaded maybe in your init files. This issue seems to cover the problem
> you are having, since it says that it's modifying `org-mode-hook'.
> https://github.com/gregsexton/ob-ipython/iss
Hi
maybe I am just to impatient but on my 8 GB Thinkpad X1 (4gen) to open a
0.5MB org file takes around 15 sec.
Any change to speed this up?
Thanks and regards
Uwe Brauer
>>> "JJ" == Jeremie Juste writes:
Hi Jeremie
> Hello Uwe,
> Can you test with emacs -Q ?
I did and then it is much much faster, so the question is which of my
dozens of org files slow it down.
smime.p7s
Description: S/MIME cryptographic signature
>>> "T" == TEC writes:
> Samuel Wales writes:
>> a long time ago i discovered that drawers were the bottleneck. i
>> removed a lot of them and got much faster loading speeds. idk if
>> that
>> is still true.
> There's a thread about improving this, see:
> https://orgmode.org/list/87h7x9e5jo.
>>> "JJ" == Jeremie Juste writes:
> Hello Uwe,
> Very well, it seems that we are on the right track. So you might gain
> some speed by preventing some minor modes to load at the beginning and
> load only when you need them.
> Like Ihor Radchenko mentioned in his previous a great way to diagnose
Hi
I have a org file that I want to export to latex but would like to add
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% TeX-output-dir: "/home/oub/ALLES/HGs/TFG-2020/build"
%%% End:
*after* \end{document}
If I do
#+begin_src latex :results latex replace :exports results :eval
>>> "ESF" == Eric S Fraga writes:
> On Monday, 5 Oct 2020 at 09:27, Uwe Brauer wrote:
>> I have a org file that I want to export to latex but would like to add
> [...]
>> It is added before \end{document}
>>
>> Any idea how to do that?
&g
>>> "ESF" == Eric S Fraga writes:
> On Monday, 5 Oct 2020 at 10:11, Uwe Brauer wrote:
>> Right this is correct and this is what I tried, however I hoped for a
>> more, hm, elegant solution. But on the other hand, what the heck...
> This is pretty much my v
the current setting
the source blocks are also exported. I tried
#+begin_src matlab :results output raw :eval never-export
but it did not help.
Thanks
Uwe Brauer
Hi Diego
Thanks for the quick answer
> Hi Uwe,
> 1. Is there any equivalent to org-update-all-dblocks for the source
> I think you want org-babel-execute-buffer:
Right, thanks!!!
> Documentation
> Call org-babel-execute-src-block on every source block in
> the current buffer.
> 2.
> That did not work: I tried
> #+begin_src matlab :results output
> But when I exported the org file to latex, the matlab code was also
> exported. Strange
The only solution I am aware is to have something like this
(defun my-latex-filter-src-blocks (text backend info)
"Remove source
>>> "ESF" == Eric S Fraga writes:
> On Tuesday, 13 Oct 2020 at 09:26, Uwe Brauer wrote:
>> That did not work: I tried
>> #+begin_src matlab :results output
>> But when I exported the org file to latex, the matlab code was also
>> exported. Strange
>>> "AB" == Arne Babenhauserheide writes:
> Uwe Brauer writes:
>> That did not work: I tried
>> #+begin_src matlab :results output
>>
>> But when I exported the org file to latex, the matlab code was also
>> exported. Strange
> Do y
>>> "DZ" == Diego Zamboni writes:
Hi Diego
> Uwe,
> In my testing (using octave since I don't have matlab, but I hope it's
> similar), using = :exports none :results output raw= seems to produce the
> desired output:
> #+begin_src octave :exports results :results output raw
That's it. That so
>>> "ESF" == Eric S Fraga writes:
> On Tuesday, 13 Oct 2020 at 14:56, Uwe Brauer wrote:
>>>>> "DZ" == Diego Zamboni writes:
>>> #+begin_src octave :exports results :results output raw
>>
>> That's it. That solves it, th
n{block}{The original Lane-Emden equation}
\begin{equation*}
y''(x)+\frac{2}{x}y'(x)+y^{n} &=0\\
y(0) &= 1\\
y'(0) &=0
\end{equation*}
where $n\in[0,5]$ is the polytropic index.
\end{block}
\end{frame}
#+end_src
How can I avoid this annoying block environment?
Regards
Uwe Brauer
>>> "CB" == Colin Baxter writes:
>>>>>> Uwe Brauer writes:
>> Hello I have a org file that I want to export either to
>> 1. Regular latex or
>> 2. To beamer.
>> So I just use the corresponding export engines.
>>
Hi
Please look at this the resulting table has a very long entry. How could
I force a line break? Of course I can go to the table and wrap the line,
but this is not what I want.
Thanks
Uwe Brauer
#+begin_src
* University Göttingen
:PROPERTIES:
:COLUMNS: %10IP(IP) %10TIT(Title
>>> "ESF" == Eric S Fraga writes:
> On Thursday, 15 Oct 2020 at 19:44, Uwe Brauer wrote:
>> How can I avoid this annoying block environment?
> I know you have sort of solved this (by promoting the headline to a
> higher level) but the question I would have
Hi
I have the following example
* Group1
:PROPERTIES:
:COLUMNS: %10Is(Sheet Nr) %10Ej(Exercise Nr) %7TODO(Status) %26TAGS(Which)
%17Date(Date) %7STATUS(Status){X/}
:ID: Issues
:END:
** WAIT:Annu2021:
:PROPERTI
>>> "ESF" == Eric S Fraga writes:
> On Friday, 16 Oct 2020 at 18:06, Uwe Brauer wrote:
>> I think I have to learn more about that.
> A good starting point to learn what is possible in org for beamer export
> is to turn on beamer mode:
> #+startup: beamer
Hi
When I export an org file that contains constructs such as +A+ to a
Latex files, it gets converted to \sout{A}.
I'd rather prefer to have \xout{A} instead of \sout{A}
How can I achieve that?
Thanks and regards
Uwe Brauer
>>> "T" == TEC writes:
Hi Timothy
> Hi Uwe,
> Uwe Brauer writes:
>> I'd rather prefer to have \xout{A} instead of \sout{A}
>> How can I achieve that?
> How about this:
> (setcdr (assoc 'strike-through org-latex-text-markup-alist)
&
Hi
Lately I have deal a lot in github issues, so I thought it would be
nice to use org for this however the only package I could find seems
org-sync which is from 2012 but does not allow me to connect.
Anybody knows about a working package?
Regards
Uwe Brauer
> PS: I started to donate to org-mode a few weeks ago when I realized just
> how central it is to my workflows. If it’s the same for you, please
> join up: https://liberapay.com/bzg
> Creating reliable funding for development of essential Free Software
> tools is one of the critica
>>> "TC" == Toon Claes writes:
> On Mon, Nov 16 2020, Uwe Brauer wrote:
>> Hi
>>
>> Lately I have deal a lot in github issues, so I thought it would be
>> nice to use org for this however the only package I could find seems
>> org-sync
istinct id?
Thanks and regards
Uwe Brauer
File:
* Sheet 1
:PROPERTIES:
:COLUMNS: %10Sheet(Sheet Nr) %10Ub(Exercise Nr) %7STATUS(Status){X/}
:ID: Sheet1
:END:
** G1/S1/E1
:PROPERTIES:
:ID: G1-S1-E1
:STATUS: [X]
:END:
** G2/S1/E2
:PROPERTIES:
:Id:
.2343/auto-org-md.el][outo-org-md.el]]
[[file:.emacs.d/elpa/auto-org-md-20180213.2343/auto-org-md.elc][outo-org-md.elc]]
[[file:.emacs.d/elpa/auto-org-md-20180213.2343/auto-org-md-pkg.elc][outo-org-md-pkg.elc]]
Anybody know whether such a functionality/package exist?
Thanks
Uwe Brauer
>>> "UB" == Uwe Brauer writes:
> Hi
> Suppose via dired I see
> -rw-rw-r-- 1 oub oub 1003 dic 10 18:17 auto-org-md-autoloads.el
> -rw-rw-r-- 1 oub oub 2,0K dic 10 18:17 auto-org-md.el
> -rw-rw-r-- 1 oub oub 2,3K dic 10 18:17 auto-org-md.elc
>
> Dear Uwe,
> * Uwe Brauer [2020-12-10 22:45]:
> (require 'dired-x)
> (defun dired-to-org-links ()
> "Generates Org links for Dired files and stores in memory. Yank
> it in other buffer"
> (interactive)
> (let* ((files (dired-get-marked-files
801 - 900 of 1267 matches
Mail list logo