Re: [O] Custom keymaps on org blocks

2017-06-06 Thread Grant Rettke
On Mon, Jun 5, 2017 at 4:53 PM, John Kitchin wrote: > Is there any interest in having custom keymaps on org blocks? > > The idea I had is to have the option to make the major-mode keymaps be > active on the src blocks. You want Polymode:

Re: [O] org to static site?

2017-06-06 Thread Fabrice Popineau
I do the same, albeit I won't qualify my setup as 'simple'. I export all my teaching stuff, personal web page and so on from Org files, one file per course or topic. I export html files, reveal presentations, pdf files for exams or reference documents, even IPython notebooks (thanks to John

Re: [O] Moving and resetting attachments

2017-06-06 Thread Florian Lindner
Am 05.06.2017 um 01:25 schrieb Eric Abrahamsen: > Nicolas Goaziou writes: > >> Hello, >> >> Eric Abrahamsen writes: >> >>> What I meant was, first ask the user for a directory, then cycle through >>> the files and ask whether to move each file to

[O] multiple agenda views -- sticky agendas?, buffer renaming?

2017-06-06 Thread Alain . Cochard
Hello. I want my *Org Agenda* buffer to be open at all times, but I still want to be able to (say) match as many different tags as desired. Googling and searching the archives suggested 2 possible ways: (1) use of sticky agenda views and (2) use 'M-x rename-uniquely'. Use of sticky agendas

[O] [PATCH] ox-html.el: Fix display of language indicators for source blocks

2017-06-06 Thread N. Raghavendra
CSS rules like pre.src-awk:before { content: 'Awk'; } in `org-html-style-default' don't work in the current Org version, because the class attribute has been moved from the `pre' element to a `code' child of that element. As a result, the name of the language isn't dipslayed when hovering over

Re: [O] exporting LaTeX to ODT with custom symbols

2017-06-06 Thread edgar
On 2017-06-05 07:00, ed...@openmail.cc wrote: I managed to get the special symbols by 1. M-x customize-variable org-preview-latex-process-alist 2. Doing [Ins] into the dvipng (or imagemagick) section 3. typing :latex-header in the Key: field 4. typing "\\input{./symbols.tex}" in the Value:

Re: [O] No operator defined for property header-args

2017-06-06 Thread Kevin Foley
I've attached an ECM and below is my attempt at the backtrace. Let me know if I missed something. * org-at-property-p() * #[0 "\301 \204 \302\303!\210\304\305!\306 \210\307\310 \311#8\204 \302\312 \"\210\313 !\207" [org-columns-current-fmt-compiled org-at-property-p user-error "Not at a

Re: [O] No operator defined for property header-args

2017-06-06 Thread Nicolas Goaziou
Hello, Kevin Foley writes: > I've attached an ECM and below is my attempt at the backtrace. Let me know > if I missed something. > > * org-at-property-p() > * #[0 "\301 \204 \302\303!\210\304\305!\306 \210\307\310 \311#8\204 > \302\312 \"\210\313 !\207"

Re: [O] Org-mode link returned path is truncated when contains space

2017-06-06 Thread Nicolas Goaziou
Hello, "numbch...@gmail.com" writes: > I checked Org-mode package version with `org-version`, get `9.0.7`, still > have this issue. I updated to latest org-mode ELPA version. Odd. You may have better luck with Org 9.0.8 then. In particular, commit

Re: [O] clock start time is gone

2017-06-06 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > recent maint. > > just wondering what i could be doing wrong. > > it is /usually/ the case that i get clock start tmie is gone when i > try to clock out. This is odd, as this shouldn't be usual. > it isn't gone. so i do org-clock-cancel,

[O] Custom keymaps on org blocks

2017-06-06 Thread John Kitchin
Is there any interest in having custom keymaps on org blocks? The idea I had is to have the option to make the major-mode keymaps be active on the src blocks. For example, you might want to use something like this to use the elpy in ipython blocks and lispy-mode-map in emacs-lisp blocks

Re: [O] Custom keymaps on org blocks

2017-06-06 Thread Nicolas Goaziou
Hello, John Kitchin writes: > Is there any interest in having custom keymaps on org blocks? > > The idea I had is to have the option to make the major-mode keymaps be > active on the src blocks. There is already `org-babel-do-key-sequence-in-edit-buffer', i.e., C-c C-v

Re: [O] [PATCH] ox-html.el: Fix display of language indicators for source blocks

2017-06-06 Thread N. Raghavendra
At 2017-06-06T20:50:21+05:30, N. Raghavendra wrote: > CSS rules like > > pre.src-awk:before { content: 'Awk'; } > > in `org-html-style-default' don't work in the current Org version, > because the class attribute has been moved from the `pre' element to a > `code' child of that element. It

Re: [O] clock start time is gone

2017-06-06 Thread Samuel Wales
On 6/6/17, Nicolas Goaziou wrote: > This is odd, as this shouldn't be usual. just curious but why does it unless actually gone? can't it just check logbook drawer top line for a clock line? > It is possible if you have really large clock drawers, i.e., hundreds of >