Re: [O] tables, comment in one line, export to html

2016-04-26 Thread Michael Brand
Hi On Tue, Apr 26, 2016 at 11:10 PM, Nicolas Goaziou wrote: > Michael Brand writes: >> # in non-first columns to mean noexport of the column has the >> disadvantage of possible confusion with # in the first column where it >> means special

[O] Special alignment in org-mode

2016-04-26 Thread David Cao
Hello, I was wondering if there is any way to right-align the header indicators while left-aligning the actual content. Unfortunately I haven't been able to find any mention of such a feature online. For example: * My fancy org file ** Header 2 Some content here *** Header 3 Thanks in

[O] pandoc-style citations

2016-04-26 Thread Alex Fenton
Hello, I see that there were several extensive and fruitful discussions on this list last year on citation syntax. There seemed to be a reasonable degree of consensus that pandoc-style citation syntax was at the least a good model. I'd like to know if there are any implementations out there

[O] M-x cfw:open-org-calendar not working

2016-04-26 Thread Paul Harper
I am following this article "Taming Google Calendar With Org-Mode" to try to get sync going with my Google Calendar. http://jameswilliams.be/blog/2016/01/11/Taming-Your-GCal.html I've installed Calfw and Org-Gcal with the package manager. But when I M-x cfw:open-org-calendar it does not find

Re: [O] tables, comment in one line, export to html

2016-04-26 Thread Nicolas Goaziou
Hello, Michael Brand writes: > # in non-first columns to mean noexport of the column has the > disadvantage of possible confusion with # in the first column where it > means special effect for recalculation when using the spreadsheet. As > I understand your first

Re: [O] tables, comment in one line, export to html

2016-04-26 Thread Michael Brand
Hi On Tue, Apr 26, 2016 at 9:14 PM, Nicolas Goaziou wrote: > It sounds good, as long as it is clear this markers is for export > consumption only, and has no special effect when using the spreadsheet. > > I suggest to use # or <#> instead of / so as to refer to "comment"

Re: [O] exported table has text overflowing off the pdf page

2016-04-26 Thread Eduardo Mercovich
Dear Sharon. >>> I'm running into problems exporting tables into latex with a 2-column >>> 3-row table with a large amount of text to go into the cells, but when >>> its exported the text is taking over and overflowing off the pdf page. I'm a newbie and confronted to this same situation found

Re: [O] State of things: Email with orgmode?

2016-04-26 Thread Jeremie Juste
Hello, >> Jeremie Juste writes: >> Do you think Is it possible to invert the colors of the latex images? I use >> a black >> background and it's impossible to see the latex images. > John Kitchin writes: > See the variable org-format-latex-options . you might be able

Re: [O] [PATCH] new :async feature for org-babel-clojure

2016-04-26 Thread Nicolas Goaziou
Hello, Frederick Giasson writes: > Right now, async is really more about "feedback" than "asynchronous". > However it has never been clear is it was possible or not, and if so, > how :) > > Any pointers on how this could be done in emacs? You could start a new Emacs

Re: [O] tables, comment in one line, export to html

2016-04-26 Thread Nicolas Goaziou
Hello, torys.ander...@gmail.com (Tory S. Anderson) writes: > Second the suggestion to make | / | columns ignored for export in > mainstream orgmode. > > Uwe Brauer writes: > >> > Hi Uwe >> > On Tue, Apr 19, 2016 at 1:08 PM, Uwe Brauer > >> wrote:

Re: [O] Bug: C mode org-store-link fails [8.3.4 (8.3.4-39-ge0acd8-elpa @ /home/sachdevp/.emacs.d/elpa/org-20160418/)]

2016-04-26 Thread Nicolas Goaziou
Hello, Prashant Sachdeva writes: > Minimal configuration works with org-store-link, but this > configuration fails. Could you describe how `org-store-link' fails, if possible with an ECM demonstrating the issue? Regards, -- Nicolas Goaziou

Re: [O] Bug: org-store-link misinterprets headings containing multiple links [8.3.4 (8.3.4-34-gacfd41-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20160411/)]

2016-04-26 Thread Nicolas Goaziou
Hello, Georgiy Tugai writes: > Reproducing the bug > === > > - Create a heading (of any level). The heading title should contain at > least two links, of any type. For example, `[[#A][alpha]]' > `[[#B][beta]]' > - With point on the heading,

Re: [O] how does invisibility impact org?

2016-04-26 Thread John Kitchin
normally I would use narrowing, but I want to see all the verses in the document at once., so I was going to make all the other text temporarily invisible. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon

Re: [O] how does invisibility impact org?

2016-04-26 Thread Rasmus
John Kitchin writes: > Hi, I am trying to use this code to make parts of an org-file that are > not a verse block invisible. That part works fine, and I can also unhide > it. However, after that, I get errors like Isn't this the job of narrowing and widening? Though I

[O] how does invisibility impact org?

2016-04-26 Thread John Kitchin
Hi, I am trying to use this code to make parts of an org-file that are not a verse block invisible. That part works fine, and I can also unhide it. However, after that, I get errors like org-back-to-heading: Before first headline at position 232 in buffer selective-text.org If I say, put the

Re: [O] tables, comment in one line, export to html

2016-04-26 Thread Tory S. Anderson
Second the suggestion to make | / | columns ignored for export in mainstream orgmode. Uwe Brauer writes: > Hi Uwe > On Tue, Apr 19, 2016 at 1:08 PM, Uwe Brauer > wrote: > I have the same need now and just hacked something simple >

Re: [O] tables, comment in one line, export to html

2016-04-26 Thread Uwe Brauer
> Hi Uwe > On Tue, Apr 19, 2016 at 1:08 PM, Uwe Brauer wrote: > I have the same need now and just hacked something simple together to > export > | / | / || | > | | 1n | 2y | 3y | Great!! thanks, I just tested it. So all columns having

Re: [O] bug: export prints bogus link

2016-04-26 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > in recent maint: > > * bug > *** NAKA bug -- export this subtree as ascii > * PULLTRIGGER something > *** NEXT 6-outlet surge protector:export: > - [[http://www.google.com][search engine]] > - notice

Re: [O] How to hide a table column from exporting

2016-04-26 Thread Michael Brand
Hi Kaushal On Fri, Apr 22, 2016 at 8:40 PM, Kaushal Modi wrote: > I was trying to prevent an org table column from exporting to html. So I > started looking for a solution and found this: > http://stackoverflow.com/q/6641379/1219634 Please see my answer for one solution

Re: [O] tables, comment in one line, export to html

2016-04-26 Thread Michael Brand
Hi Uwe On Tue, Apr 19, 2016 at 1:08 PM, Uwe Brauer wrote: > I would like to have a table entry in which the last colum contains > comments which I don't want to export to html. > > Like this > > | Joe Smith | 7 | 25 | 5 || 37 | | #+begin_comment from > group

Re: [O] Programmatically construct agenda from list of headline ids

2016-04-26 Thread Herbert Sitz
Alexander Baier mailbox.org> writes: > > Hi! > > As the title mentions I have a list of ids of existing org headlines and > want create an agenda view listing all of these headlines. > > Is there functionality in org-agenda, that allows me to do this? > > Best Regards, Nobody else has

[O] bug#23365: 25.0.93; org-mode fails on export with include

2016-04-26 Thread Kaushal Modi
This has been fixed in the org-mode git: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=44c8cd7136e3fcd1e6bfa08895cac437b7a691fa @Stefan: I am copying you on this as the above commit that fixes this in org-mode git was related to a backport commit from emacs git:

Re: [O] Bug: Update breaks ox-latex [8.3.4 (8.3.4-42-gae73c7-elpa @ c:/Users/sway/AppData/Roaming/.emacs.d/elpa/org-20160425/)]

2016-04-26 Thread Nick Dokos
Shawn Way writes: > I updated the org mode from the org repository, version 20160425, > > including org-plus-contrib. The prior version didn't throw this error. > > I've deleted and re-byte compiled the ox-latex.el file, to no avail. > > The debug-init gives me: > > Debugger

Re: [O] State of things: Email with orgmode?

2016-04-26 Thread Tory S. Anderson
Gnorb looks really interesting, but is lacking a crucial "using it" section on the github [1], so I don't know what it can actually do or what a use-case would be. Does it do what org-mime does? Eric Abrahamsen writes: torys.ander...@gmail.com (Tory S. Anderson)

Re: [O] State of things: Email with orgmode?

2016-04-26 Thread John Kitchin
See the variable org-format-latex-options . you might be able to change it. Maybe something like (untested) (plist-put org-format-latex-options :html-background "white") Jeremie Juste writes: > Hello, > > Many thanks for sharing this. > >> One of the links between org and email is using

Re: [O] State of things: Email with orgmode?

2016-04-26 Thread Jeremie Juste
Hello, Many thanks for sharing this. > One of the links between org and email is using org-mime-htmlize which > will take your email buffer (using gnus in my case but a message > buffer) and create a text+html mime encoded email in which the plain > text is parsed as an org file and exported to

[O] Bug: Update breaks ox-latex [8.3.4 (8.3.4-42-gae73c7-elpa @ c:/Users/sway/AppData/Roaming/.emacs.d/elpa/org-20160425/)]

2016-04-26 Thread Shawn Way
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] isbn-to-bibtex (from org-ref) fails

2016-04-26 Thread Julien Cubizolles
John Kitchin writes: > I found a (save-buffer) in the bibtex entry clean functions and took > that out. I think it solves this problem. It's working fine now, thanks. Regards, Julien.

Re: [O] State of things: Email with orgmode?

2016-04-26 Thread Eric Abrahamsen
Alan Schmitt writes: > On 2016-04-26 09:24, Eric Abrahamsen writes: > >> Alan Schmitt writes: >> >>> On 2016-04-26 04:03, Eric Abrahamsen writes: >>> I'm using Org from Melpa

Re: [O] State of things: Email with orgmode?

2016-04-26 Thread Stig Brautaset
Eric Abrahamsen writes: >>> 1) do I have to load something to have this function? I don't seem to >>> have it >> >> org-mime.el is in org contrib package. I am not sure how you might be >> able to get this as it will depend on how you get org in the first >> place. Are

Re: [O] State of things: Email with orgmode?

2016-04-26 Thread Alan Schmitt
On 2016-04-26 09:24, Eric Abrahamsen writes: > Alan Schmitt writes: > >> On 2016-04-26 04:03, Eric Abrahamsen writes: >> >>> I'm using Org from Melpa -- how do we get contrib packages in this case? >> >> I think

Re: [O] State of things: Email with orgmode?

2016-04-26 Thread Eric Abrahamsen
Alan Schmitt writes: > On 2016-04-26 04:03, Eric Abrahamsen writes: > >> I'm using Org from Melpa -- how do we get contrib packages in this case? > > I think you need to get the org-plus-contrib package then. I've got Elpa and Melpa, but

Re: [O] State of things: Email with orgmode?

2016-04-26 Thread Eric S Fraga
On Monday, 25 Apr 2016 at 21:02, Marcin Borkowski wrote: > On 2016-04-25, at 19:41, Eric S Fraga wrote: >> I simply change to org mode (e.g. M-x org-mode RET) to compose and then >> back to message mode (M-x message-mode RET) when ready to htmlize the >> buffer and send the

Re: [O] State of things: Email with orgmode?

2016-04-26 Thread Alan Schmitt
On 2016-04-26 04:03, Eric Abrahamsen writes: > I'm using Org from Melpa -- how do we get contrib packages in this case? I think you need to get the org-plus-contrib package then. Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7 Monthly Athmospheric CO₂ (2016-03, Mauna Loa