Allen Li writes:
> On Wed, Oct 11, 2017 at 11:53 AM, Johann Höchtl
> wrote:
>> According to the documentation, the keys M-S-up should invoke
>> org-move-subtree-up, and M-S-down the command org-move-subtree-down but
>> instead org-shiftmetaup or org-shiftmetadown gets executed (I am on a
>> hea
On Wed, Oct 11, 2017 at 11:53 AM, Johann Höchtl
wrote:
> According to the documentation, the keys M-S-up should invoke
> org-move-subtree-up, and M-S-down the command org-move-subtree-down but
> instead org-shiftmetaup or org-shiftmetadown gets executed (I am on a
> headline and I expect the curr
On Wed, Oct 11, 2017 at 11:47 AM, Carl Bolduc wrote:
> Hi,
>
> I want to use org-mode to store my bookmarks. I configured the following
> template:
> ("b" "Bookmark" entry (file+headline "~/org/bookmarks.org" "Bookmarks") "*
> %:url %:title %?\n”)
%:url and $:title are wrong, they should be %:l
Luciano Passuello writes:
> Hello all,
>
> I love org-lint, but I couldn't find an easy way to get a report on
> multiple files.
> I'd like to analyze all files in a folder, getting all problems found
> using a single command.
>
> Any suggestions?
>
Here's one way:
--8<---cut here--
Pierre-Luc Gauthier writes:
> So my question is,
> How can I export this tag filtered agenda view to, say a pdf with
> LaTeX customizations and all that nice stuff.
> The goal would be to be able to leave the house with a beautifully
> typeset document containing all @Errands tagged headers *and*
Hello,
Ganesh Krishnan writes:
> TODO status is not being exported by the markdown exporter. I first noticed
> this when I contacted the package author for the ox-gfm exporter regarding
> missing TODO keywords in my exported documents. He responded saying that
> this is an upstream problem with
Hello all,
I love org-lint, but I couldn't find an easy way to get a report on
multiple files.
I'd like to analyze all files in a folder, getting all problems found
using a single command.
Any suggestions?
To: emacs-orgmode@gnu.org
Subject: Bug: Key binding M-S-up does not invoke org-move-subtree-up
[9.1.2 (9.1.2-7-g027cfc-elpa @ /home/john/.emacs.d/elpa/org-20171009/)]
From: john@ebola.i-did-not-set--mail-host-address--so-tickle-me (Johann
Höchtl)
--text follows this line--
Remember to cover the b
Hi,
I want to use org-mode to store my bookmarks. I configured the following
template:
("b" "Bookmark" entry (file+headline "~/org/bookmarks.org" "Bookmarks") "*
%:url %:title %?\n”)
And I have the following bookmarklet in my browser:
javascript:location.href='org-protocol://capture?template=b'
On Wed, Oct 11, 2017 at 11:26 AM Roger Mason wrote:
> hello,
>
> This python block:
>
> #+BEGIN_SRC python :session true :results output
> import numpy as np
> from ase import Atoms
> from ase.calculators.gulp import GULP, Conditions
>
> quartz = Atoms(symbols='Si3O6', pbc=np.array([True,
Hello,
Paul Stansell writes:
> #+begin_src python :session python1
> import numpy as np
> #+end_src
>
> I get this error in my python buffer
Sorry for the delayed response. As I just mentioned in another thread,
ob-python sessions have longstanding issues:
https://lists.gnu.org/arch
Hello,
Roger Mason writes:
> This python block:
[...]
> produces this output:
>
> #+RESULTS:
> #+begin_example
> Python 2.7.13 (default, Jul 2 2017, 01:20:25)
> [GCC 4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final
> 208032)] on freebsd10
> Type "help", "copyright", "credits
Hello,
Pierre-André Cornillon writes:
> what is "the parser" exactly ?
It is "org-element.el".
>> Anyway The bug probably lies in `org-fontify-meta-lines-and-blocks-1'.
>> Do you want to investigate?
>
> I agree that the regular search expression in the
> org-fontify-meta-lines-and-blocks-1 se
Hello,
On Tue, Oct 10, 2017 at 9:16 AM, Nicolas Goaziou wrote:
> Hello,
>
> Pierre-André Cornillon writes:
>
>> Dear orgmode users/gurus,
>>
>> I have a question about fontification of inner src bloc.
>>
>> I have two nested blocks: one special (outer bloc) and one src (inner
>> bloc) like this
'thinking out loud here:
Maybe I could make a errandsExport.org file in whish I could include
all my agenda files and then filter only the Errands tag.
Then I could add all the LaTeX options I want for this export file
e.g. #+TITLE: My errands document
I do have problems including all org-agenda-f
hello,
This python block:
#+BEGIN_SRC python :session true :results output
import numpy as np
from ase import Atoms
from ase.calculators.gulp import GULP, Conditions
quartz = Atoms(symbols='Si3O6', pbc=np.array([True,True,True], dtype=bool),
cell=np.array([[4.916, 0.0, 0.0], [
And I should add - the cause of :LOGBOOK: being above :PROPERTIES: on
those particular tasks may be a bug in an Asana-to-Org converter I
wrote, rather than org itself. So I apologize doubly for the noise.
John
On 10/11/2017 07:46 AM, John Goerzen wrote:
> On 10/11/2017 01:55 AM, Eric S Fraga wro
Dear orgmode users
as the best way to submit a Babel support for a new language is this
mailing list, I submit this partial support for SAS
language (using ESS).
This is partial as only few header arguments are supported
:results output
:output graphics
:session
arguments are supported but one of
On 10/11/2017 01:55 AM, Eric S Fraga wrote:
> On Tuesday, 10 Oct 2017 at 22:01, John Goerzen wrote:
>> I cannot make it misbehave with either SCHEDULED or CLOSED in my testing
>> now.
> Maybe try org-lint to see if there are more subtle errors in your
> file(s)?
>
Ah ha! So it looks like the real
Detlef Steuer writes:
> Am Mon, 09 Oct 2017 10:29:39 +0200
> schrieb Alan Schmitt :
>
>> On 2017-10-09 09:19, Eric S Fraga writes:
>>
>> > On Monday, 9 Oct 2017 at 08:54, Alan Schmitt wrote:
>> >> One thing I would really like is the timestamp behavior of
>> >> org-agenda-goto with the windo
Am Mon, 09 Oct 2017 10:29:39 +0200
schrieb Alan Schmitt :
> On 2017-10-09 09:19, Eric S Fraga writes:
>
> > On Monday, 9 Oct 2017 at 08:54, Alan Schmitt wrote:
> >> One thing I would really like is the timestamp behavior of
> >> org-agenda-goto with the windows behavior of
> >> org-agenda-swi
Hello,
Many thanks to you,
Best regards,
Jeremie
On Wed, Oct 11, 2017 at 11:07 AM, Eric S Fraga wrote:
> On Wednesday, 11 Oct 2017 at 10:03, Jeremie Juste wrote:
> > Hello,
> >
> > I'm making some exercices with answers and I'm writing the answers just
> > after the questions in the following
On Wednesday, 11 Oct 2017 at 10:03, Jeremie Juste wrote:
> Hello,
>
> I'm making some exercices with answers and I'm writing the answers just
> after the questions in the following way
[...]
> There is an interesting package that does something similar in latex
> https://ctan.org/pkg/probsoln. yo
Hi Florian,
Florian Beck writes:
> On 08.10.2017 13:40, Angel de Vicente wrote:
>> So basically I would like to have that TODO item but somehow without
>> creating a new section. Is it possible?
>
> Use
>
> ---
> bla bla bla
> # TODO: fix installation
> bla bla bla
> ---
>
Hi,
On Wed, 11 Oct 2017 00:47:04 +0100
Reuben Thomas wrote:
> On 10 October 2017 at 18:29, Kaushal Modi
> wrote:
>
> > On Tue, Oct 10, 2017 at 1:08 PM Kaushal Modi
> > wrote:
> >
> >> I scanned through recent commits, but haven't yet figured out which
> >> commit affected this. Before I end
Hello,
I'm making some exercices with answers and I'm writing the answers just
after the questions in the following way
* Question
** Answer :solution
While exporting to latex, I can use #+EXCLUDE_TAGS: solution to remove the
solution but a better
option in my case would be to send t
26 matches
Mail list logo