Re: [O] PATCH: programming language indicators in HTML export

2016-05-10 Thread Nicolas Goaziou
Hello, Robert Klein writes: > Please find the patch attached. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] Prevent org-rss-headline dropping lower level headlines

2016-05-10 Thread Arun Isaac
> This is a contributed package. I don't mind patching it but those have, > usually, a maintainer. Is there some other maintainer I should contact? I mean, should I be posting bug reports and patches to contributed packages on some other mailing list? > Are you sure it is a bug? There's a

[O] Bug: missing header argument does not work any longer causing Gnuplot to misinterpret data [8.3.4 (8.3.4-47-gaf853d-elpaplus @ c:/Users/harald/AppData/Roaming/.emacs.d/elpa/org-plus-contrib-201605

2016-05-10 Thread Harald Sanftmann
Hi! I have some org-tables which contain empty fields. I specified :missing "?" to get the right results. When I try to plot them with Gnuplot the empty fields are not exported as '?' but just as empty strings ''. Gnuplot therefore just

Re: [O] Using org-entities to escape symbols

2016-05-10 Thread Kaushal Modi
On Tue, May 10, 2016 at 3:28 PM drymer wrote: > Hi, > > So I saw this thread (first link at the very bottom) which response was > to use a couple of functions. So the thing is that I evaluated the > functions, and supposedly it should something like \ast when executing >

Re: [O] PATCH: Add new output formats to plantuml

2016-05-10 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: > Nicolas Goaziou writes: > >> Hello, >> >> Rainer M Krug writes: >> >>> attached please find a patch which adds additional output file types for >>> plantuml. >> >> Applied. Thank you. >> >> Could you

Re: [O] PATCH: programming language indicators in HTML export

2016-05-10 Thread Robert Klein
Hi, Rasmus wrote: > Robert Klein writes: > > > Hi, > > > > Nicolas Goaziou wrote: > > > >> Hello, > >> > >> Robert Klein writes: > >> > >> > anyone willing to commit this patch I sent back in march? > >> > >>

[O] Using org-entities to escape symbols

2016-05-10 Thread drymer
Hi, So I saw this thread (first link at the very bottom) which response was to use a couple of functions. So the thing is that I evaluated the functions, and supposedly it should something like \ast when executing C-u *, but it doesn't happen. Any idea on what I could be doing wrong? The

Re: [O] Using org-entities to escape symbols

2016-05-10 Thread Kaushal Modi
> > On Tue, May 10, 2016 at 3:28 PM drymer wrote: > >> I evaluated the >> functions, and supposedly it should something like \ast when executing >> C-u *, but it doesn't happen. >> > I reread your initial email.. so look like you see nothing getting inserted when in do "C-u

Re: [O] refile to only headers in the current subtree?

2016-05-10 Thread Subhan Michael Tindall
Unsubscribe On Sun, May 8, 2016, 7:39 PM Samuel Wales wrote: > is it possible to set org-refile-targets so that the targets for > refiling are restricted to the current header's parent and anything > below that? > >

[O] Bug: missing header argument does not work any longer causing Gnuplot to misinterpret data [8.3.4 (8.3.4-47-gaf853d-elpaplus @ c:/Users/harald/AppData/Roaming/.emacs.d/elpa/org-plus-contrib-201605

2016-05-10 Thread Harald Sanftmann
Hi! I have some org-tables which contain empty fields. I specified :missing "?" to get the right results. When I try to plot them with Gnuplot the empty fields are not exported as '?' but just as empty strings ''. Gnuplot therefore just uses the next non

Re: [O] [PATCH] Prevent org-rss-headline dropping lower level headlines

2016-05-10 Thread Nicolas Goaziou
Hello, Arun Isaac writes: > Is there some other maintainer I should contact? I mean, should I be > posting bug reports and patches to contributed packages on some other > mailing list? This ML is fine. The author is Bastien, who is reading it anyway. > The

Re: [O] Bug: Capture template file source variant support in Customize [8.3.4 (8.3.4-47-gaf853d-elpa @ /home/phil/.emacs.d/elpa/org-20160502/)]

2016-05-10 Thread Nicolas Goaziou
Hello, Phil Hudson writes: > Expected: When using the Customize interface to create/edit an Org > capture template, we expect to be able to specify a file to write the > captured item into using (according to the documentation) any one of: > * a literal filename > * a

Re: [O] Bug: Capture template file source variant support in Customize [8.3.4 (8.3.4-47-gaf853d-elpa @ /home/phil/.emacs.d/elpa/org-20160502/)]

2016-05-10 Thread Phil Hudson
On Tue, 10 May 2016 at 10:21:12 pm BST, Nicolas Goaziou wrote: > Hello, > > Phil Hudson writes: > >> Expected: When using the Customize interface to create/edit an Org >> capture template, we expect to be able to specify a file to write the >>

Re: [O] Annotating org exporters

2016-05-10 Thread Rasmus
Rainer M Krug writes: > Rasmus writes: > >> Sebastian Fischmeister writes: >> >>> Is there a simple way to build regex-based extensions to the exporters? >> >> Yeah, filters. But I don’t think this is the best way to go about it. >> >>>

Re: [O] Bug: clock in generates bad drawer [8.3.4 (8.3.4-47-gaf853d-elpa @ /home/carlos/.emacs.d/elpa/org-20160502/)]

2016-05-10 Thread Nicolas Goaziou
Hello, Carlos Noguera writes: > FYI, I just discovered that the behaviour happens if "Org Clock Into > Drawer" option in "Org Clock group" is set to "When at least N clock > entries: 3" and I go from two entries to 3. > If I change it to "Into LOGBOOK

Re: [O] Using org-entities to escape symbols

2016-05-10 Thread drymer
Very strange. I have that piece of code in a file with other things, and all of them (behind and after the snippet) is getting evaluated. Also, what you're saying still doesn't work. And now I see. I casually have installed emacs 25 and I just remembered it. It works fine there. Kaushal Modi: >

Re: [O] Bug: missing header argument does not work any longer [8.3.4 (8.3.4-47-gaf853d-elpaplus c:/Users/harald/AppData/Roaming/.emacs.d/elpa/org-plus-contrib-20160502/)]

2016-05-10 Thread Harald Sanftmann
Hi Nick, this is what is output to the *gnupolt* buffer: data = "" set term svg set output "data-missing.svg" set 34 set 56 set 44 this is what I have in the file above: JET    2012-01-01    1000        2012-02-01    2000    100

Re: [O] Using org-entities to escape symbols

2016-05-10 Thread Kaushal Modi
On Tue, May 10, 2016 at 4:25 PM drymer wrote: > Hi > I didn't explain myself. It inserts four *, as it didn't find the > entity. I'm using emacs 24.5.3 and org-mode 8.34, which is the maint > branch. I've also tried with plain emacs without configuration. > Those emacs and

Re: [O] Using org-entities to escape symbols

2016-05-10 Thread drymer
Hi I didn't explain myself. It inserts four *, as it didn't find the entity. I'm using emacs 24.5.3 and org-mode 8.34, which is the maint branch. I've also tried with plain emacs without configuration. Kaushal Modi: >> >> On Tue, May 10, 2016 at 3:28 PM drymer wrote: >> >>>

Re: [O] Using org-entities to escape symbols

2016-05-10 Thread Thomas S. Dye
Aloha John, Nice! I had to (require 's) in order to evaluate the function (s-starts-with?). All the best, Tom John Kitchin writes: > you might find this approach helpful: > http://kitchingroup.cheme.cmu.edu/blog/2015/11/21/Insert-org-entities-into-org-mode-with-helm/ > > drymer writes: > >>

Re: [O] Using org-entities to escape symbols

2016-05-10 Thread Kaushal Modi
On Tue, May 10, 2016 at 5:25 PM drymer wrote: > I'll try the other approach if we can't make this work, because I like > it more x) > I've evaluated all of it, even re-opened emacs. > > Uh, in my description of that function it doesn't say the same, it's the > regular one.

Re: [O] Using org-entities to escape symbols

2016-05-10 Thread John Kitchin
you might find this approach helpful: http://kitchingroup.cheme.cmu.edu/blog/2015/11/21/Insert-org-entities-into-org-mode-with-helm/ drymer writes: > Hi > I didn't explain myself. It inserts four *, as it didn't find the > entity. I'm using emacs 24.5.3 and org-mode 8.34, which is the maint >

Re: [O] Using org-entities to escape symbols

2016-05-10 Thread drymer
I'll try the other approach if we can't make this work, because I like it more x) I've evaluated all of it, even re-opened emacs. Uh, in my description of that function it doesn't say the same, it's the regular one. I've executed toggle-debug-on-error and re-evaluated and nothing. It seems that

Re: [O] org-agenda-bulk-custom-functions Customize mismatch

2016-05-10 Thread Nicolas Goaziou
Hello, Phil Hudson writes: > The first approach is supported by defcustom and gives us the chance to > be both more descriptive and more prescriptive. It shouldn't break > anything that isn't in fact already broken. > > The second approach is as simple as changing that

Re: [O] Using org-entities to escape symbols

2016-05-10 Thread Kaushal Modi
I have updated the final version here: http://emacs.stackexchange.com/a/16746/115 (also attached for reference) -- -- Kaushal Modi modi-org-entity.el Description: Binary data

Re: [O] Using org-entities to escape symbols

2016-05-10 Thread Kaushal Modi
On Tue, May 10, 2016 at 6:16 PM drymer wrote: > Very strange. I have that piece of code in a file with other things, and > all of them (behind and after the snippet) is getting evaluated. Also, > what you're saying still doesn't work. > > And now I see. I casually have

[O] Bug: Write file while editing babel code block doesn't work as expected [8.3.4 (release_8.3.4-778-g8127b3 @ /usr/local/share/emacs/site-lisp/org/)]

2016-05-10 Thread David Dynerman
When visiting an org-babel code block in a dedicated window (C-c ' in the block), I would like to manually save the buffer to a file by calling write-file (C-x C-w) However, this doesn't work - it prompts you for a filename, as expected, but no matter what filename you enter it always just

Re: [O] add some babel supports (PHP, Lua, Redis)

2016-05-10 Thread numbch...@gmail.com
I moved files to contrib/lisp/. I live in China, hope FSF can assign the copyright assignment digitally. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433

Re: [O] Using org-entities to escape symbols

2016-05-10 Thread Kaushal Modi
On Tue, May 10, 2016 at 6:51 PM Kaushal Modi wrote: > I will see if I can find a workaround for it on 24.5. > Here's a final try .. Please replace the advising function with this one: (defun modi/org-insert-org-entity-maybe (orig-fun args) "When the universal prefix

[O] Strange interactions between org-indent-mode and other overlays, including show-paren-mode

2016-05-10 Thread Georgiy Tugai
Minor modes which use dynamic overlays, such as - show-paren-mode - show-smartparens-mode - beacon-mode interact strangely with buffers in org-indent-mode. Expected behaviour: The org-indent-mode indentation is maintained. Observed behaviour: The insertion and/or removal of the dynamic

Re: [O] Using org-entities to escape symbols

2016-05-10 Thread drymer
It's working! Thank you very much for your time, this will be very useful. Kaushal Modi: > On Tue, May 10, 2016 at 6:51 PM Kaushal Modi wrote: > >> I will see if I can find a workaround for it on 24.5. >> > > Here's a final try .. > > Please replace the advising

Re: [O] Annotating org exporters

2016-05-10 Thread Sebastian Fischmeister
Hi Richard, > There's an example of how to do something like this in the "Advanced > Configuration" section of the Export section in the manual. Maybe you > could adapt it like this? > > (defun my-latex-filter-rightarrow (text backend info) >(when (org-export-derived-backend-p

Re: [O] Annotating org exporters

2016-05-10 Thread Sebastian Fischmeister
> > This sounds a bit like org-entities. I use this together with cdlatex for > quickly inserting such things. > > Try to type \Rightarrow and type C-c C-x \ > Also try to export to text (non-unicode). You will get the desired symbol. > > Alternatively, you can use one of the many input methods

Re: [O] Bug: clock in generates bad drawer [8.3.4 (8.3.4-47-gaf853d-elpa @ /home/carlos/.emacs.d/elpa/org-20160502/)]

2016-05-10 Thread Carlos Noguera
Hello Nicolas, FYI, I just discovered that the behaviour happens if "Org Clock Into Drawer" option in "Org Clock group" is set to "When at least N clock entries: 3" and I go from two entries to 3. If I change it to "Into LOGBOOK drawer" I don't have the problem any more. For the moment, I'll

Re: [O] Annotating org exporters

2016-05-10 Thread Rainer M Krug
Sebastian Fischmeister writes: > Hi, > > Is there a simple way to build regex-based extensions to the exporters? > For example, I would like to convert this string "=>" to $\rightarrow$ > when converting the document to latex. > > There are lots of other uses, where I

[O] Annotating org exporters

2016-05-10 Thread Sebastian Fischmeister
Hi, Is there a simple way to build regex-based extensions to the exporters? For example, I would like to convert this string "=>" to $\rightarrow$ when converting the document to latex. There are lots of other uses, where I could create my shortcuts and insert them in orgmode files without

Re: [O] Annotating org exporters

2016-05-10 Thread Richard Lawrence
Hi Sebasitan, Sebastian Fischmeister writes: > Is there a simple way to build regex-based extensions to the exporters? > For example, I would like to convert this string "=>" to $\rightarrow$ > when converting the document to latex. There's an example of how to do

Re: [O] Annotating org exporters

2016-05-10 Thread Rasmus
Sebastian Fischmeister writes: > Is there a simple way to build regex-based extensions to the exporters? Yeah, filters. But I don’t think this is the best way to go about it. > For example, I would like to convert this string "=>" to $\rightarrow$ > when converting the

Re: [O] add some babel supports (PHP, Lua, Redis)

2016-05-10 Thread Rasmus
Ken Mankoff writes: > On 2016-05-10 at 11:44, Rasmus wrote: >> "numbch...@gmail.com" writes: >> >> Normally you "only" need to sign a piece of paper and send it by snail >> mail to the FSF office in the US of A. > > It is easier than this

Re: [O] add some babel supports (PHP, Lua, Redis)

2016-05-10 Thread Rasmus
"numbch...@gmail.com" writes: > I tried to sign the FSF copyright assignment before, but it is very > difficult for me. So I give up. Is there other ways to merge this patches > without signing the assignment? (I can give up this right) Normally you "only" need to sign a

Re: [O] add some babel supports (PHP, Lua, Redis)

2016-05-10 Thread Ken Mankoff
On 2016-05-10 at 11:58, Rasmus wrote: > Ken Mankoff writes: > >> On 2016-05-10 at 11:44, Rasmus wrote: >>> "numbch...@gmail.com" writes: >>> >>> Normally you "only" need to sign a piece of paper and send it by >>> snail

Re: [O] add some babel supports (PHP, Lua, Redis)

2016-05-10 Thread numbch...@gmail.com
I tried to sign the FSF copyright assignment before, but it is very difficult for me. So I give up. Is there other ways to merge this patches without signing the assignment? (I can give up this right) Second: I updated branch commit messages in the ChangeLog format. [stardiviner]

Re: [O] Org 8.3.4 - Problems with bulk reschedule in agenda

2016-05-10 Thread M
> > Hi Phil, > > thanks a lot for your help! > Your questions helped me narrowing down the problem: it occurs, when a *Org > Note* Window open, which lets me enter a note about the change. > This is the case for changing deadlines, but it is not activated for scheduled > dates in my

Re: [O] add some babel supports (PHP, Lua, Redis)

2016-05-10 Thread Ken Mankoff
On 2016-05-10 at 11:44, Rasmus wrote: > "numbch...@gmail.com" writes: > > Normally you "only" need to sign a piece of paper and send it by snail > mail to the FSF office in the US of A. It is easier than this - it can be done via email. Print sign and scan

Re: [O] Bug: clock in generates bad drawer [8.3.4 (8.3.4-47-gaf853d-elpa @ /home/carlos/.emacs.d/elpa/org-20160502/)]

2016-05-10 Thread Carlos Noguera
Hi Nicolas, Here you have a trace with an uncompiled Org. Let me know if you need something else. Carlos. Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) insert(":" nil ":\n") (save-excursion (insert ":" drawer ":\n")) (let ((end (point-marker))) (goto-char beg)

Re: [O] speed keys for plain lists?

2016-05-10 Thread Karl Voit
* Bill White wrote: > > Thank you all for the suggestions thus far. I'll attach the org file > I'm working with: Being curious on your motivation: why do you use only plain list items instead of headings with paragraphs or headings with plain lists? --

[O] add some babel supports (PHP, Lua, Redis)

2016-05-10 Thread numbch...@gmail.com
I created three branches on my personal public org-mode repo on GitHub. - ob-lua - ob-php - ob-redis https://github.com/stardiviner/org-mode Hope maintainer can merge those branches. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter:

Re: [O] Annotating org exporters

2016-05-10 Thread Rainer M Krug
Rasmus writes: > Sebastian Fischmeister writes: > >> Is there a simple way to build regex-based extensions to the exporters? > > Yeah, filters. But I don’t think this is the best way to go about it. > >> For example, I would like to convert this string

Re: [O] Org 8.3.4 - Problems with bulk reschedule in agenda

2016-05-10 Thread Phil Hudson
On Tue, 10 May 2016 at 10:51:17 am BST, elwood...@web.de wrote: > I'm using Emacs 24.5.1 on Windows 7 with org-mode 8.3.4. > Unfortunately, bulk actions in the agenda do not work as expected: > If I mark several lines in the agenda, > then Shift-B and then d for changing the deadline of the

Re: [O] add some babel supports (PHP, Lua, Redis)

2016-05-10 Thread Rasmus
Hi, Thanks for your patches. Some comments follow. "numbch...@gmail.com" writes: > - ob-lua > - ob-php > - ob-redis > > https://github.com/stardiviner/org-mode > > Hope maintainer can merge those branches. First, do you have copyright assignment to the FSF or would you

[O] Org 8.3.4 - Problems with bulk reschedule in agenda

2016-05-10 Thread Elwood151
I'm using Emacs 24.5.1 on Windows 7 with org-mode 8.3.4.   Unfortunately, bulk actions in the agenda do not work as expected: If I mark several lines in the agenda, then Shift-B and then d for changing the deadline of the tasks.   I then can enter the date, but it only affects the first of

Re: [O] PATCH: programming language indicators in HTML export

2016-05-10 Thread Rasmus
Robert Klein writes: > Hi, > > Nicolas Goaziou wrote: > >> Hello, >> >> Robert Klein writes: >> >> > anyone willing to commit this patch I sent back in march? >> >> This patch actually felt through the cracks. Sorry about that.

Re: [O] PATCH: Add new output formats to plantuml

2016-05-10 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> attached please find a patch which adds additional output file types for >> plantuml. > > Applied. Thank you. > > Could you provide an entry for ORG-NEWS? Here it is - hopefully in the