Hi,
On Sun, Dec 20, 2015 at 10:06:44PM +0100, Nicolas Goaziou wrote:
>
> I just finalized the syntax change for export blocks. As a reminder, the
> new syntax is:
>
> #+BEGIN_EXPORT backend
> ...
> #+END_EXPORT
>
> instead of
>
> #+BEGIN_backend
> ...
> #+END_backend
This seems to
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-mode mailing list.
--
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-mode mailing list.
-
Hi,
org-reveal uses notes blocks (#+BEGIN_NOTES) for speaker notes, and I want to
remove those blocks when I export those slides to latex for handouts.For src
blocks it can be done easily with org-export-filter-src-block-functions - is
there any way to do this with generic blocks?
Thank you and
On 2016-01-01 at 05:02, Alan Schmitt wrote:
> Hello Ken,
>>
>> On my system this is a git repository and a cron (or actually
>> LaunchAgent since I'm on OS X) does a =git commit -a
>> = every night.
>
> I'm very interested about this. Could you please share your LaunchAgent
> configuration file?
Hello Ken,
On 2015-12-31 13:01, Ken Mankoff writes:
> On 2015-12-31 at 12:38, Tyler Smith wrote:
>> ├── org
>> │ ├── todo.org
>> │ ├── reading.org
>> │ └── personal.org
>
> On my system this is a git repository and a cron (or actually
> LaunchAgent since I'm on OS X) does a =git commit -a