No Wayman writes:
> org-set-tags-command correctly parses the tags when using a comma
> (the default
> crm-separator) to separate them, but completion is broken unless
> ":" is used as
> the separator.
> org-capture-fill-template incorrectly parses this.
>
> Reproducible from emacs -Q:
>
> org-se
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.
That's starting to sound pretty good.
It might make sense to fix up inserted "file:" links that are under the
attachment directory to be "attachment:" style links by default anyway, no?
Then just being able to set the working directory to the attachment
directory easily would get the rest of the w
Greg Minshall writes:
> i can imagine wanting to have input files and
> output files in separate directories. (for ease in "make clean", if for
> no other conceptual reason.) (but, probably i don't understand.)
Makes sense. Currently, there is :dir header arg to set working
directory (aka inpu
Timothy writes:
Hi NoWayman,
Thanks for your suggestion. At a glance it looks reasonable to
me, but would you
be able to explain the default value you’ve set? It isn’t
obvious to me how you
arrived at `"[ \t]*[^[:alnum:]_@#%][ \t]*"'. Also, do you think
a
one-size-fits-all solution is a g
John Kitchin writes:
> I think this issue is described in
> https://emacs.stackexchange.com/questions/50216/org-mode-code-block-parentheses-mismatch.
> There are also some
> solutions there.
I wasn't able to get that to work in my Emacs. I did something simpler though,
that seems to work for me
I think this issue is described in
https://emacs.stackexchange.com/questions/50216/org-mode-code-block-parentheses-mismatch.
There are also some solutions there.
John
---
Professor John Kitchin (he/him/his)
Doherty Hall A207F
Department of Chemical Engineering
Car
Set up:
GNU Emacs 28.0.50 (build 344, x86_64-pc-linux-gnu, GTK+ Version 3.24.23,
cairo version 1.16.0) of 2020-12-31
Org mode version 9.4.6 (release_9.4.6-637-gd70f28 @
/usr/local/share/org-mode/lisp/)
The following code will evaluate
#+begin_src emacs-lisp
(defun Foo ()
(if (= 2 4) bar))
#+e
Ryan, et al.,
i'm not entirely following the discussion, as i don't use "attaching".
but, fwiw, if i did, i can imagine wanting to have input files and
output files in separate directories. (for ease in "make clean", if for
no other conceptual reason.) (but, probably i don't understand.)
cheers
This is perfect. Thank you, Juan Manuel.
Vikas
On Thu, 2 Sept 2021 at 14:06, Juan Manuel Macías
wrote:
> Hi Vikas,
>
> You can define a modified version of `org-latex--org-table',
> adding a new LaTeX attribute `:options'. Something like this:
>
> #+begin_src emacs-lisp
> (defun my/org-latex--o
Hi Vikas,
You can define a modified version of `org-latex--org-table',
adding a new LaTeX attribute `:options'. Something like this:
#+begin_src emacs-lisp
(defun my/org-latex--org-table (table contents info)
"Return appropriate LaTeX code for an Org table.
TABLE is the table type element to t
> >> I think a proper fix would be to change `org-duration-from-minutes' so
> >> it removes any unknown unit from what is provided from fmt or
> >> `org-duration-format', and defaults to (special . h:mm) if nothing is
> >> left.
> >>
> >> WDYT?
> >>
> > Perhaps. I don't understand `org-duration-fro
Updated patch; fixed typos and wrapped the commit message to 72 characters
Thinking about the input files issue some more, I wonder if an attach
keyword wouldn't better function as setting the working directory to the
node's attachment directory and then fixing up any inserted link to use
"attachm
13 matches
Mail list logo