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 email.
>
> Wouldn't Len
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 no org-plus-contrib -- I did look first!
Where did you ge
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 you need to get the org-plus-contrib package then.
>
> I've got Elpa and Melpa, but
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 you using org from git or
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 -- how do we get contrib packages in this case?
>>>
>>> I think you need to get the org-plus-contrib package then.
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.
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.
--
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 H
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 org-mim
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) writes:
For ages I've been
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 entered--Lisp error
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:
http://orgmode.org/cgit.cgi/o
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 offere
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 B B #+end_comment
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 in the thread "tables, c
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 how the link appears a
> 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 a / header are
ig
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
> together to
> export
>
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 cur
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 guess this could
only show
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 Univers
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, call `org-store-link'.
>
>
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
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:
>>
>>
>> > I have the same need
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 evaluating some code in a su
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 to change
> it. Maybe some
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 thi
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" (but
> still use / as th
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 paragraph you want to avoid such
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 the
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
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 ad
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 effect for recalculation when using the spreadsheet. A
33 matches
Mail list logo