Adding "(setq org-icalendar-exclude-tags ":noexport:")" prior to exporting
does not change anything.
On Thu, Jan 25, 2018 at 9:16 PM, Nicolas Goaziou
wrote:
> Hello,
>
> Ken Mankoff writes:
>
> > Package: Org mode version 9.1.6 (9.1.6-31-gffa5f3-elpa @
> > /Users/kdm/.emacs.d/elpa/org-20180122/
Hello,
"numbch...@gmail.com" writes:
> I see. Seems current ob-core.el can filter out the `src-coderef`.
> Like the following:
[...]
> My wanted feature is simple, just `(insert (concat comment-char
> coderef-format))`
Per the above, may I ask why you do need it?
Regards,
--
Nicolas Goazio
Hello,
Kaushal Modi writes:
> I also like the blocks and keywords to be lower-cased. I see this in the
> latest commit on master:
> https://code.orgmode.org/bzg/org-mode/commit/13424336a6f30c50952d291e7a82906c1210daf0
>
> Did you do that lower-casing by hand? Or do you have an elisp snippet or
>
Hello,
Ken Mankoff writes:
> Package: Org mode version 9.1.6 (9.1.6-31-gffa5f3-elpa @
> /Users/kdm/.emacs.d/elpa/org-20180122/)
>
> I thought :noexport: tags should be respected on export, but that does
> not seem to be the case for iCal export.
IIRC, this is a feature. `org-icalendar-exclude-t
Rainer Stengele writes:
> All,
>
> My current-language-environment is "German".
> Having an Org table with a TBLFM attached:
>
> | IM Startzeit | IM Endezeit | Stunden | delta(x,16) |
> Anm. |
> |---+---+-+-+--|
>
Package: Org mode version 9.1.6 (9.1.6-31-gffa5f3-elpa @
/Users/kdm/.emacs.d/elpa/org-20180122/)
I thought :noexport: tags should be respected on export, but that does
not seem to be the case for iCal export.
I'm using this minimum DEBUG.el and test.org loaded (on OS X) with:
open --new -a Emac
Hello,
I'm working on a project that is becoming too big to manage as a single
file, so I'm looking at splitting it in several files. This would also
have the benefit of generating several smaller html pages instead of a
single huge one.
My question is about pdf export. Is it possible to take a d
On 2018-01-25 06:46, Eric S Fraga writes:
> On Wednesday, 24 Jan 2018 at 08:54, Alan Schmitt wrote:
>> If I understand how it works in the png case, a standalone latex file is
>> first generated, then it is compiled to pdf and converted to png using
>> imagemagick. Instead of specifying the geome
All,
My current-language-environment is "German".
Having an Org table with a TBLFM attached:
| IM Startzeit | IM Endezeit | Stunden | delta(x,16) | Anm. |
|---+---+-+-+--|
| [2018-01-22 Mo 19:30] | [2018-01-23 Di
I see. Seems current ob-core.el can filter out the `src-coderef`.
Like the following:
#+begin_src emacs-lisp
(prin1 "hello, world!") (ref:hello)
#+end_src
#+RESULTS[<2018-01-25 20:28:40> 16eccfedcc87d3ca0c7024b2637c646d4708ec42]:
: hello, world!
#+begin_src ruby :results output
puts "hello, worl
10 matches
Mail list logo