On 24/11/2017 21:32,
ma343...@openmailbox.org wrote:
Hi,
Can it be possible to schedule third last day of every month?
Thanks,
Matt
Try
M-x calendar i m
To fine tune do
C-h f diary-cyclic
On 24/11/2017 21:32,
ma343...@openmailbox.org wrote:
Hi,
Can it be possible to schedule third last day of every month?
Thanks,
Matt
Try
C-h f diary-list-sexp-entries
What you are looking for could be something close to:
%%(diary-da
Hi Org list,
I'm wondering if anyone else experiences LaTeX export skipping sections. It
appears to be related to no blank lines after code RESULT blocks? Using emacs
-Q on version 9.1.3.
The following MWE does *not* export subsection "Two".
* Skipping Exports
** One
On Friday, 24 Nov 2017 at 20:37, ma343...@openmailbox.org wrote:
> What are good ways of setting up alarms for Deadlines and Scheduling
> in org-mode to integrate with Windows or GNU/Linux environments?
I use the following on Linux and it works very well. Relies on there
being a notification daem
Hello,
Ken Mankoff writes:
> Hi Org list,
>
> I'm wondering if anyone else experiences LaTeX export skipping sections. It
> appears to be related to no blank lines after code RESULT blocks? Using emacs
> -Q on version 9.1.3.
>
> The following MWE does *not* export subsection "Two".
>
> * Skipp
On Saturday, 25 Nov 2017 at 13:18, Ken Mankoff wrote:
> Hi Org list,
>
> I'm wondering if anyone else experiences LaTeX export skipping
> sections. It appears to be related to no blank lines after code RESULT
> blocks? Using emacs -Q on version 9.1.3.
>
> The following MWE does *not* export subsect
Hello,
Kaushal Modi writes:
> That patch works great! Thanks!
Applied. Thank you.
Regards,
--
Nicolas Goaziou
Hello,
This code compiles fine on command line but org-babel can't link it.
#+BEGIN_SRC C++ :flags "-std=c++11 -I/usr/local/include" :libs
"-L/usr/local/lib -lginac"
#include
#include
using namespace std;
using namespace GiNaC;
int main () {
symbol a("a"), b("b"), x("x"), y("y");
lst
On 25/11/2017 15:59, Roger Mason wrote:
Hello,
This code compiles fine on command line but org-babel can't link it.
#+BEGIN_SRC C++ :flags "-std=c++11 -I/usr/local/include" :libs "-L/usr/local/lib
-lginac"
#include
#include
using namespace std;
using namespace GiNaC;
int main () {
sym
Hello Org Mode community
1. What exactly did you do?
In any orgmode file, like the one attached, I did:
1.1 M-x org-mode
1.2 C-c C-x C-x (org-columns)
1.3 C-u ps-print-buffer-with-faces (output attached)
2. What did you expect to happen?
Org entries should be printed
3. What ha
Hello,
I've got =(setq org-hide-emphasis-markers t)= in my config, and
it's mostly great but it does confuse me when I manually start
sub-sub headings. (Which perhaps is a silly thing to do, but
getting over muscle memory is hard to change.) After typing the
third =*= (and on any subsequent o
Hi Nicolas,
I'm not sure we ran the same test. The version I thought I posted and that I
see in GMail, my mu4e sent-mail, and the mailing list archives on gmane does
not have an empty line between "#+END_SRC" and "#+RESULTS:". The version you
replied to appears to have a blank line I did not po
Dear all,
sorry for the probably stupid question, but I have a problem with the
TAB key. I do not really understand how orgmode process the multiple
definition of the same key sequence. For a while (if my memories are
right) I could type "END_SRC" or not usable anymore. Instead of replacing th
On Saturday, 25 Nov 2017 at 18:44, Ken Mankoff wrote:
> Hi Nicolas,
>
> I'm not sure we ran the same test. The version I thought I posted and
> that I see in GMail, my mu4e sent-mail, and the mailing list archives
> on gmane does not have an empty line between "#+END_SRC" and
> "#+RESULTS:". The ve
On Saturday, 25 Nov 2017 at 18:43, claude fuhrer wrote:
> Dear all,
>
> sorry for the probably stupid question, but I have a problem with the
> TAB key. I do not really understand how orgmode process the multiple
> definition of the same key sequence. For a while (if my memories are
> right) I coul
Ken Mankoff writes:
> I'm testing this with the following MWE:
>
> 1) Launching Emacs -Q with this:
>
> open -n -a EmacsMac.app --args --debug-init -Q --eval="(add-to-list
> 'load-path \"~/.emacs.d/elpa/org-20171120\")"
>
> 2) Visiting test.org which contains this:
>
> #+BEGIN_SRC emacs-lisp :re
Hello,
Stig Brautaset writes:
> I've got =(setq org-hide-emphasis-markers t)= in my config, and it's
> mostly great but it does confuse me when I manually start sub-sub
> headings. (Which perhaps is a silly thing to do, but getting over
> muscle memory is hard to change.) After typing the third
Hello,
Francisco Velázquez writes:
> Hello Org Mode community
>
> 1. What exactly did you do?
>
>In any orgmode file, like the one attached, I did:
>
>1.1 M-x org-mode
>1.2 C-c C-x C-x (org-columns)
>1.3 C-u ps-print-buffer-with-faces (output attached)
>
> 2. What did you expect
ob-ipython[1] provides a working alternative:
#+BEGIN_SRC jupyter-python :session :results output
foo = 0
for _ in range(10):
foo += 1
foo += 1
print(foo)
#+END_SRC
#+RESULTS:
: 20
I've long wished that more org people would show ob-ipython some love.
Letting jupyter handle t
The attached patch removes the call to save-buffer in
org-archive-subtree. This significantly reduces the time necessary to
archive a subtree, especially when archiving many subtrees in a region.
Without this patch, Org Mode will save the archive buffer after each
subtree is archived. If one were a
20 matches
Mail list logo