> I have used pandoc a little a while ago. See
>
http://kitchingroup.cheme.cmu.edu/blog/2015/01/29/Export-org-mode-to-docx-with-citations-via-pandoc/
> If you search pandoc on my blog you may find some more.
Thanks for pointing that out I did visit your blog. The resulting docx
does
I use the following (attached) script to convert LaTeX files (usually
generated by org) to docx. It sometimes works well, or at least well
enough for my uses. Maybe you can adapt it to your needs.
--
Eric S Fraga via Emacs 27.0.50, Org release_9.1.14-1035-gfeb442
#!/bin/sh -f
BASE=$(basename $1
On Friday, 4 Jan 2019 at 19:38, Win Treese wrote:
> Suppose I have the following Org file contents:
>
> * test
>
> #+BEGIN_SRC emacs-lisp
> (setq yyy 3)
> ;; See https://www.gnu.org
> #+END_SRC
>
> The URL for gnu.org is highlighted as a clickable link. But if I click
> it, the source block is eva
Hi,
This is a slight enhancement, I think, and hopefully useful for others
too.
Now with C-u C-u before ~org-set-tags-command~ (e.g. C-u C-u C-c C-c)
the fast tag selection interface is avoided and the plain tag selection
interface appears.
Ciao, Marco
When I execute command `[M-x org-mode]` on an Org buffer which is
already have `org-num-mode` enabled. It will re-generate overlay.
Here is a quick patch:
modified lisp/org-num.el
@@ -438,17 +438,16 @@ NUMBERING is a list of numbers."
(define-minor-mode org-num-mode
"Dynamic numbering of
> On Jan 5, 2019, at 5:25 AM, Eric S Fraga wrote:
>
> On Friday, 4 Jan 2019 at 19:38, Win Treese wrote:
>> Suppose I have the following Org file contents:
>>
>> * test
>>
>> #+BEGIN_SRC emacs-lisp
>> (setq yyy 3)
>> ;; See https://www.gnu.org
>> #+END_SRC
>>
>> The URL for gnu.org is highl
>>> "Eric" == Eric S Fraga writes:
> I use the following (attached) script to convert LaTeX files (usually
> generated by org) to docx. It sometimes works well, or at least well
> enough for my uses. Maybe you can adapt it to your needs.
Thanks, right now I am struggling to install th
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
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
---
On Saturday, 5 Jan 2019 at 16:59, Uwe Brauer wrote:
> Thanks, right now I am struggling to install the pandoc-citeproc
> filter.
On Debian, it's its own package so easy but I do know that, at least in
the past, the version on Debian was quite significantly behind
upstream. This may or may not ma
Van L writes:
[...]
> I am muddling my way through
>
> [info:org#Creating timestamps]
> [info:org#The date/time prompt]
>
> and see that org-evaluate-time-range does nothing for
>
> <2019-01-04 Fri 11:00-12:15>
It looks like org-evaluate-time-range uses org-at-date-range-p, which
matches only
Hi all,
I have a use case where I'd like for Org Mode to remove broken links while
preserving their text when exporting. In particular, I'm exporting the same
file multiple times with different sets of headlines excluded each time,
and as a result I have to be careful of linking to headlines that
hello everyone,
in the maint branch, marking a repeatable task as DONE causes the
"Rescheduled from" dates to be lost in the :LOGBOOK:.
in the below diff all of the from dates are rewritten with the new
scheduled date:
- SCHEDULED: <2018-12-04 Tue .+1m>
+ SCHEDULED: <2019-02-05 Tue
Hi,
When I try to run Org-drill, I get the backtrace below.
Others are seeing it too:
https://bitbucket.org/eeeickythump/org-drill/issues/62/org-drill-doesnt-work-with-org-mode-92
Ideas?
Thanks.
Debugger entered--Lisp error: (error "Invalid match tag: \"\"")
signal(error ("Invalid match ta
Nicolas,
Thank you for your response.
> When you need that level of precision, smart quotes are not for you.
I agree. However, in specialized fields (linguistics and philosophy, for
example), single quotation marks are commonly used to refer to technical
terms or specialized uses of words
14 matches
Mail list logo