Re: [O] org-mime: improve handling of cc & bcc

2017-01-12 Thread Matt Price
I'm attaching the patch anyway, but of course don't mind moving the PR to the melpa repo. On Thu, Jan 12, 2017 at 3:07 PM, Kaushal Modi wrote: > I happened just recently notice that org-mime was now added to Melpa: > https://melpa.org/#/org-mime > > Would it be a better option to send the patche

Re: [O] [org-ref] how to tweak display of links and entries

2017-01-12 Thread Christian Wittern
Dear John, This is great. I will tweak this as needed. Thanks a lot, Christian On 01/13/2017 01:04 AM, John Kitchin wrote: #+BEGIN_SRC emacs-lisp (defun format--cjk-authors (orig-fun &rest args) "Format authors my way." (cl-loop for a in (s-split " and " value t) collect

[O] Centering side-by-side images in latex/pdf export

2017-01-12 Thread knubee
I recently opened some .org files from a year ago and tried to generate new PDFs from them. There have been significant updates to emacs, org-mode, and the relevant LaTeX packages I use, so some parts of the source had to be changed. Mostly, everything is working now except for generating PDFs with

Re: [O] Hopes of making orgmanual.org the official manual?

2017-01-12 Thread Nicolas Goaziou
Correcting myself, Nicolas Goaziou writes: > The process is slow, though, due to the sheer number of macros (900+) There are exactly 2050 macros at the moment. I was wide of the mark.

Re: [O] Hopes of making orgmanual.org the official manual?

2017-01-12 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > Kaushal Modi writes: > >> Hello all, >> >> Are there plans to have the orgmanual.org >> (http://orgmode.org/cgit.cgi/org-mode.git/tree/contrib/orgmanual.org) >> completely replace the texinfo version at some point? >> >> I believe that orgmanual.org was synchron

Re: [O] Hopes of making orgmanual.org the official manual?

2017-01-12 Thread Eric Abrahamsen
On 01/12/17 21:21 PM, Nicolas Goaziou wrote: > Hello, > > Eric Abrahamsen writes: > >> Kaushal Modi writes: >> >>> Hello all, >>> >>> Are there plans to have the orgmanual.org >>> (http://orgmode.org/cgit.cgi/org-mode.git/tree/contrib/orgmanual.org) >>> completely replace the texinfo version at

Re: [O] Hopes of making orgmanual.org the official manual?

2017-01-12 Thread Eric Abrahamsen
Kaushal Modi writes: > Hello all, > > Are there plans to have the orgmanual.org > (http://orgmode.org/cgit.cgi/org-mode.git/tree/contrib/orgmanual.org) > completely replace the texinfo version at some point? > > I believe that orgmanual.org was synchronized with the texinfo version > when it was

Re: [O] [PATCH] org-mime supports emacs24

2017-01-12 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > I noticed that org-mime was recently added to Melpa: > https://melpa.org/#/org-mime I guess we can remove "org-mime.el" from contrib/ then. Any objection? Regards, -- Nicolas Goaziou

Re: [O] Right way to add special processing to images?

2017-01-12 Thread Kaushal Modi
On Thu, Jan 12, 2017 at 2:59 PM Nicolas Goaziou wrote: > I would simply use a comment with some specific pattern instead of > messing with Org syntax. > > For example, I use the following comments > > # © Author "title" licence > > just before image links so as to mark them, collect them and bu

Re: [O] org-mime: improve handling of cc & bcc

2017-01-12 Thread Kaushal Modi
I happened just recently notice that org-mime was now added to Melpa: https://melpa.org/#/org-mime Would it be a better option to send the patches to https://github.com/org-mime/org-mime and remove org-mime from contrib/ as discussed here: https://lists.gnu.org/archive/html/emacs-orgmode/2016-09/m

Re: [O] [PATCH] org-mime supports emacs24

2017-01-12 Thread Kaushal Modi
I noticed that org-mime was recently added to Melpa: https://melpa.org/#/org-mime On Mon, Sep 12, 2016 at 7:32 PM chen bin wrote: > On Tue, Sep 6, 2016 at 1:57 AM, Nicolas Goaziou > wrote: > > project, tho. It could be useful to add yours to any ELPA and have the > > Sure, I will contact marmel

Re: [O] org-mime: improve handling of cc & bcc

2017-01-12 Thread Nicolas Goaziou
Hello, Matt Price writes: > I have been having some trouble with org-mime & mu4e (iv cc & bcc are > empty, then buffer creation fails), and this patch seems to have fixed it. > Not 100% sure that this is really the origin of the problem but it fixed an > issue for me. Thank you. Could you send

Re: [O] Right way to add special processing to images?

2017-01-12 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > I have this elisp function that I run in org-export-before-processing-hook > that coverts a pdf to png where that png file is already linked in the org > file. Just that the png file did not exist to begin with; it is converted > from pdf at the time of exporting. [

Re: [O] Hopes of making orgmanual.org the official manual?

2017-01-12 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > Are there plans to have the orgmanual.org ( > http://orgmode.org/cgit.cgi/org-mode.git/tree/contrib/orgmanual.org) > completely replace the texinfo version at some point? The first step is to have orgmanual.org generate org.texi. We're not there yet because there i

[O] Hopes of making orgmanual.org the official manual?

2017-01-12 Thread Kaushal Modi
Hello all, Are there plans to have the orgmanual.org ( http://orgmode.org/cgit.cgi/org-mode.git/tree/contrib/orgmanual.org) completely replace the texinfo version at some point? I believe that orgmanual.org was synchronized with the texinfo version when it was checked in. But I fear that if this

[O] Right way to add special processing to images?

2017-01-12 Thread Kaushal Modi
Hello, I have this elisp function that I run in org-export-before-processing-hook that coverts a pdf to png where that png file is already linked in the org file. Just that the png file did not exist to begin with; it is converted from pdf at the time of exporting. [Code is at the end of this emai

Re: [O] [org-ref] how to tweak display of links and entries

2017-01-12 Thread John Kitchin
Christian Wittern writes: > Dear John, > > Thanks for your answer. > > On 01/11/2017 10:33 PM, John Kitchin wrote: >> >> There is not a way to hook or define a format for this that I know of. >> For helm-bibtex, you might be able to redefine or advise >> bibtex-completion-apa-format-authors to ha

Re: [O] Syncing methods for org files and org-mobile.el

2017-01-12 Thread Eric Abrahamsen
Alan Schmitt writes: > On 2017-01-12 03:30, Sean Escriva writes: > >> Greetings fellow Org users, >> >> I'm the current maintainer for MobileOrg iOS[1] and am interested to >> get feedback from any org-mobile users. What do you use to sync org >> files across different machines, how could the cu

Re: [O] est+ and time units

2017-01-12 Thread Nicolas Goaziou
Malcolm Matalka writes: > Thanks again! Is supporting units something that is viewed as a bad idea > or a feature that nobody has had the time to develop? I ask so I don't > waste my time if I try and develop it. Actually, I was wrong. `org-columns--summary-estimate' calls `string-to-number' s

Re: [O] est+ and time units

2017-01-12 Thread Malcolm Matalka
Den 12 jan. 2017 15:10 skrev "Nicolas Goaziou" : Hello, Malcolm Matalka writes: > When you use est+, what units are the ranges in? "est+" expects numbers without units, e.g., "1-2". Thanks again! Is supporting units something that is viewed as a bad idea or a feature that nobody has had the

Re: [O] est+ and time units

2017-01-12 Thread Nicolas Goaziou
Hello, Malcolm Matalka writes: > When you use est+, what units are the ranges in? "est+" expects numbers without units, e.g., "1-2". Regards, -- Nicolas Goaziou

[O] est+ and time units

2017-01-12 Thread Malcolm Matalka
When you use est+, what units are the ranges in? For example, I did 1d-2d and then another which was 40:00 and got a very different result than doing 5d instead of 40:00. I also tried with use 40h-40h and 5d-5d and 40:00-40:00. Are ranges unit-less and I just have to be careful to always use the

Re: [O] Column View with Effort Summing in Days

2017-01-12 Thread Malcolm Matalka
Nicolas Goaziou writes: > Hello, > > Malcolm Matalka writes: > >> From what I can tell, those apply to CLOCKSUM but in this case I'm using >> {:} for effort. Do they still apply there? > > They should, IIRC, as long as at least one duration is expressed using > `org-effort-durations' units. > >

Re: [O] Beamer framebreak

2017-01-12 Thread Eric S Fraga
On Tuesday, 10 Jan 2017 at 23:49, ed...@openmail.cc wrote: > Hello, > > I am new to org-mode, because it seems impressive, and I think that it > will make my life much simpler. Thank you! > > For the following, I am attaching example org, pdf and tex files (the > last two generated by org-mode >

Re: [O] Fwd: Beamer framebreak

2017-01-12 Thread edgar
Thanks Joon. Yes, I had tried, and did not work. I put it just after and just before Figures , but it does not work. Edgar On 2017-01-11 03:41, Joon Ro wrote: Second, how do I force a new slide so that the "Figures" block is not cut-off on slide 4/4? Try: #+BEAMER: framebreak B

Re: [O] Column View with Effort Summing in Days

2017-01-12 Thread Nicolas Goaziou
Hello, Malcolm Matalka writes: > From what I can tell, those apply to CLOCKSUM but in this case I'm using > {:} for effort. Do they still apply there? They should, IIRC, as long as at least one duration is expressed using `org-effort-durations' units. > I can see that CLOCKSUM already uses da

Re: [O] Column View with Effort Summing in Days

2017-01-12 Thread Malcolm Matalka
Nicolas Goaziou writes: > Hello, > > Malcolm Matalka writes: > >> I'm on 8.2.10 and want to upgrade to the latest version in ELPA for est+ >> views, but I noticed that summation with {:} in column view does not >> give output in days. I've poked around the code a bit and it doesn't >> seem to m

Re: [O] Column View with Effort Summing in Days

2017-01-12 Thread Nicolas Goaziou
Hello, Malcolm Matalka writes: > I'm on 8.2.10 and want to upgrade to the latest version in ELPA for est+ > views, but I noticed that summation with {:} in column view does not > give output in days. I've poked around the code a bit and it doesn't > seem to me like a configuration change. > > I

Re: [O] Using code block function as formula in tables

2017-01-12 Thread Nicolas Goaziou
Hello, Roland Everaert writes: > It works. But I had to set some headers in the code block itself as > following: > > :exports results :results value > > I suppose, I can specify them directly in the org-sbe call, like with > inline calls or call through #+CALL? See `org-sbe' docstring. > Th

Re: [O] Using code block function as formula in tables

2017-01-12 Thread Roland Everaert
It works. But I had to set some headers in the code block itself as following: :exports results :results value I suppose, I can specify them directly in the org-sbe call, like with inline calls or call through #+CALL? This feature really needs to be documented and extensively. Thanks, On We

[O] Column View with Effort Summing in Days

2017-01-12 Thread Malcolm Matalka
I'm on 8.2.10 and want to upgrade to the latest version in ELPA for est+ views, but I noticed that summation with {:} in column view does not give output in days. I've poked around the code a bit and it doesn't seem to me like a configuration change. Is there any way to get effort estimates print

Re: [O] Syncing methods for org files and org-mobile.el

2017-01-12 Thread Alan Schmitt
On 2017-01-12 03:30, Sean Escriva writes: > Greetings fellow Org users, > > I'm the current maintainer for MobileOrg iOS[1] and am interested to > get feedback from any org-mobile users. What do you use to sync org > files across different machines, how could the current org-mobile > workflow be