Rasmus writes:
> Nick Dokos writes:
>
>> Rasmus writes:
>>
>>> Hi Uwe,
>>>
>>> Uwe Brauer writes:
>>>
Templates are another example of this philosophy. I still can't use the
actual git master version of orgmode since the old templates have been
removed and the new syntax is not
> Org-mode seems to support environment-based math formulas. However, when
> using pmatrix, the buffer *Org PDF LaTeX Output* always shows an
> error when exporting to PDF via LaTeX. This even happens for the
> simplest of matrices:
>
> \begin{pmatrix}
> 0
> \end{pmatrix}
>
> An org file with only
Uwe Brauer writes:
"Rasmus" == Rasmus writes:
>
>> Hi Uwe,
>> Uwe Brauer writes:
>
>>> Templates are another example of this philosophy. I still can't use the
>>> actual git master version of orgmode since the old templates have been
>>> removed and the new syntax is n
Good day all--
Earlier, I had written about the unreliability of adding a table-line. Well, I
ran into a similar problem with the (significantly simpler) entry capability.
Unlike the table-line, this was an easier debug and I determined that
org-note-abort was set to t which ensures capture wi
Nick Dokos writes:
> Rasmus writes:
>
>> Hi Uwe,
>>
>> Uwe Brauer writes:
>>
>>> Templates are another example of this philosophy. I still can't use the
>>> actual git master version of orgmode since the old templates have been
>>> removed and the new syntax is not really explained.
>>
>> Pleas
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
--
Hello,
When `org-startup-align-all-tables' is t, then editing the cookie in
a table causes subsequent tabbing inside the table to throw the
following trace:
------
Debugger entered--Lisp error: (args-out-of-range #("abcde" 0 1
Hi,
I have defined a macro that uses an emacs-lisp inline source code. It
works fine in all the usual places, except table cells. A more standard
macro (that does not use a source code block) works fine. I have tried
looking through the source code in the exporter, but cannot quite figure
out why
Hi Christian,I found here that the output template for code segments can be customized: https://stackoverflow.com/questions/40033843/show-the-name-of-a-code-block-in-org-mode-when-exportAfter some experimentation I came up with the following snippet:(setq org-babel-exp-code-template (concat "\
Thanks for the help. However, one mystery still remains: Why is this
'(org-babel-lob-files (quote ("~/org/worg/library-of-babel.org")))
in my init.el's custom-set-variables not getting handled? I always have to
do an org-babel-lob-ingest to actually get library-of-babel.org loaded.
On Fri, Apr
> On Apr 10, 2018, at 5:42 AM, Sharon Kimble wrote:
>
> Samuel Wales writes:
>
>> [fn:apples: ...]
>>
>> [fn:apples]
>
> I'm sorry Samuel, but it seems like you haven't read all of my initial
> question, where I stated 'All my footnotes are 4 digits like
> '[fn:0010]'.' I'm not going to cha
Hello,
stardiviner writes:
> I try to find information in Org-mode web page
> https://orgmode.org/worg/org-contribute.html#patches
>
> But can't find which document should I modify. Recently I found both
> `org.texi` and `org-manual.org` are modified. Really don't know which
> one should I edit.
Hello,
Jay Kamat writes:
> Hi,
>
> Previously, when `org-agenda-files' was nil, and `org-notify-start' had
> been called (org-notify running), I got the following error every time
> `org-notify-process' would run.
>
> Wrong type argument: stringp, nil
>
> This patch fixes this so `org-notify' wo
On Thu 05 Apr 2018 at 07:50, Nicolas Goaziou wrote:
Hi, and sorry for the delayed response.
> I don't think users should call M-x prettify-symbols-mode. Instead, they
> could call `org-art-prettify-buffer', an autoloaded function, which
> would properly initialize `prettify-symbols-mode' and so
> On Apr 10, 2018, at 1:11 AM, stardiviner wrote:
>
> I found LaTeX can do this:
> https://tex.stackexchange.com/questions/342683/specify-box-with-header-around-listing
>
> I want to ask, can Org-mode support exporting to PDF by supporting this?
Yes. See
https://www.mail-archive.com/emacs-
Samuel Wales writes:
> [fn:apples: ...]
>
> [fn:apples]
I'm sorry Samuel, but it seems like you haven't read all of my initial
question, where I stated 'All my footnotes are 4 digits like
'[fn:0010]'.' I'm not going to change my habits of using numerical
footnotes that have been in documents for
>>> "Uwe" == Uwe Brauer writes:
> Hi
> I want to do something simple, just sending (pushing) a column of
> one table to another column of another table. I know about
> orgtbl-join but I can't get it to work, besides I don't need all
> its sophistication.
Hi
It seems that the f
Hi
I want to do something simple, just sending (pushing) a column of
one table to another column of another table. I know about
orgtbl-join but I can't get it to work, besides I don't need all
its sophistication.
So I have
#+tblname: master | type | Fiber | Sugar | Protein | Carb |
typ
>>> "Rasmus" == Rasmus writes:
> Hi Uwe,
> Uwe Brauer writes:
>> Templates are another example of this philosophy. I still can't use the
>> actual git master version of orgmode since the old templates have been
>> removed and the new syntax is not really explained.
> Please
This patch try to support following way:
#+begin_src sh :results link :file "/tmp/test.txt"
echo "hello" > /tmp/test.txt
echo "test"
#+end_src
#+RESULTS:
[[file:/tmp/test.txt]]
Because:
- ~org-babel-execute-src-block~
- ~(org-babel-get-src-block-info)~
- (let* ((info .. (apply #'org-babel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
After long time Edebug and many print info try.
Unbelievable that this is caused by my ert test is using:
#+begin_src sh
(which I copy from other existing testing example.)
I remember this "sh" is deprecated.
After I change to "shell", test passed.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
I found LaTeX can do this:
https://tex.stackexchange.com/questions/342683/specify-box-with-header-around-listing
I want to ask, can Org-mode support exporting to PDF by supporting this?
- --
[ stardiviner ] don't need to convince with trends.
Hi,
I have created the following table of questions to ask job applicants
and have the names of the all applicants in the page header:
#+TITEL: Questions for Applicants
#+OPTIONS: toc:nil num:nil
#+LATEX_CLASS_OPTIONS: [a4paper,portrait]
#+LATEX_HEADER: \usepackage{fancyhdr}\pagestyle{fancyplai
23 matches
Mail list logo