Re: [O] table export to same buffer

2013-08-03 Thread Nicolas Goaziou
Hello, Rustom Mody rustompm...@gmail.com writes: The context is writing C with C mode (or haskell with haskell-mode python with python-mode etc) ie the user is not using orgmode. That is why I mentioned orgtbl, ie org table editing facilities are needed but the major mode is something else.

Re: [O] org-export-current-backend variable and org-mode 8

2013-08-03 Thread Nicolas Goaziou
Hello, Christophe Rhodes cs...@cantab.net writes: The `by-backend' macro in Brett Viren's message upthread? Personally I don't consider that sufficient, because it feels very fragile: a simple renaming of org-mode internal variables, or turning on lexical binding, and the macro will no

Re: [O] table export to same buffer

2013-08-03 Thread Thorsten Jolitz
Rustom Mody rustompm...@gmail.com writes: Sebastien Vauban wrote On Fri, Aug 2, 2013 at 10:53 PM, Rustom Mody rustompm...@gmail.com wrote: Is it possible to export an orgmode table not to a new file but overwriting the org table in the same buffer? Context is

[O] org-open-link-from-string in a program

2013-08-03 Thread Eric Abrahamsen
I'm trying to write a small function that programmatically follows a link to a gnus message, then calls `gnus-summary-wide-reply-with-original' to start a reply to that message. It seemed like `org-open-link-from-string' (after extracting the address part from the link) would be the right choice,

Re: [O] org-open-link-from-string in a program

2013-08-03 Thread Thorsten Jolitz
Eric Abrahamsen e...@ericabrahamsen.net writes: I'm trying to write a small function that programmatically follows a link to a gnus message, then calls `gnus-summary-wide-reply-with-original' to start a reply to that message. It seemed like `org-open-link-from-string' (after extracting the

Re: [O] org-open-link-from-string in a program

2013-08-03 Thread Eric Abrahamsen
Thorsten Jolitz tjol...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net writes: I'm trying to write a small function that programmatically follows a link to a gnus message, then calls `gnus-summary-wide-reply-with-original' to start a reply to that message. It seemed like

Re: [O] org-open-link-from-string in a program

2013-08-03 Thread Thorsten Jolitz
Eric Abrahamsen e...@ericabrahamsen.net writes: Thorsten Jolitz tjol...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net writes: I'm trying to write a small function that programmatically follows a link to a gnus message, then calls `gnus-summary-wide-reply-with-original' to start

Re: [O] org-open-link-from-string in a program

2013-08-03 Thread Eric Abrahamsen
Thorsten Jolitz tjol...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net writes: Thorsten Jolitz tjol...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net writes: I'm trying to write a small function that programmatically follows a link to a gnus message, then calls

Re: [O] org-open-link-from-string in a program

2013-08-03 Thread Thorsten Jolitz
Eric Abrahamsen e...@ericabrahamsen.net writes: Thorsten Jolitz tjol...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net writes: Thorsten Jolitz tjol...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net writes: I can imagine that this is very useful for managing

Re: [O] emphasis and monospace within one word

2013-08-03 Thread Nick Dokos
Rob Stewart robstewar...@gmail.com writes: The following: \texttt{PING}s ~PONG~s, \textbf{Foo}s *Foo*s, \emph{Bar}s /Bar/s. When exported to latex produces: \texttt{PING}s \textasciitilde{}PONG\textasciitilde{}s, \textbf{Foo}s *Foo*s, \emph{Bar}s /Bar/s. What I'd really like to be able to

Re: [O] org-export-current-backend variable and org-mode 8

2013-08-03 Thread Achim Gratz
Nicolas Goaziou writes: Applied a slightly different version. Thank you. Shouldn't d1d918100e be in maint? Also, I don't think that nil should mean both export in progress with an anonymous backend and no export in progress. You've been advertising the use of anonmous derived backends to

Re: [O] org-export-current-backend variable and org-mode 8

2013-08-03 Thread Nicolas Goaziou
Hello, Achim Gratz strom...@nexgo.de writes: Nicolas Goaziou writes: Applied a slightly different version. Thank you. Shouldn't d1d918100e be in maint? No. Back-end as defstructs is only in the master branch. Also, I don't think that nil should mean both export in progress with an

Re: [O] LaTex Adjustments for Org-Export

2013-08-03 Thread Brian van den Broek
On Jul 31, 2013 8:28 AM, Jeff Rush jr...@taupro.com wrote: I'm trying to export a .org file to .pdf and although I've gotten past many formatting hurdles, I am stuck on two problems. snip 2) How can I change the basic formatting of paragraphs everywhere to a) omit the leading

Re: [O] table export to same buffer

2013-08-03 Thread William Henney
On Fri, Aug 2, 2013 at 11:52 PM, Rustom Mody rustompm...@gmail.com wrote: Sebastien Vauban wrote On Fri, Aug 2, 2013 at 10:53 PM, Rustom Mody rustompm...@gmail.comwrote: Is it possible to export an orgmode table not to a new file but overwriting the org table in the same buffer? Context

Re: [O] LaTex Adjustments for Org-Export

2013-08-03 Thread John Hendy
On Sat, Aug 3, 2013 at 3:49 PM, Brian van den Broek brian.van.den.br...@gmail.com wrote: On Jul 31, 2013 8:28 AM, Jeff Rush jr...@taupro.com wrote: I'm trying to export a .org file to .pdf and although I've gotten past many formatting hurdles, I am stuck on two problems. snip 2) How can

Re: [O] LaTex Adjustments for Org-Export

2013-08-03 Thread David Rogers
John Hendy jw.he...@gmail.com writes: That was [mostly] a joke. I'm actually not clear from the text above what is desired. The description says no leading indent and blank line between, but the example text shows non-indent on first paragraph, indent on second (which would void the page-span

Re: [O] LaTex Adjustments for Org-Export

2013-08-03 Thread Brian van den Broek
On Aug 3, 2013 9:26 PM, John Hendy jw.he...@gmail.com wrote: On Sat, Aug 3, 2013 at 3:49 PM, Brian van den Broek brian.van.den.br...@gmail.com wrote: On Jul 31, 2013 8:28 AM, Jeff Rush jr...@taupro.com wrote: I'm trying to export a .org file to .pdf and although I've gotten past many

Re: [O] org-open-link-from-string in a program

2013-08-03 Thread Eric Abrahamsen
Eric Abrahamsen e...@ericabrahamsen.net writes: I'm trying to write a small function that programmatically follows a link to a gnus message, then calls `gnus-summary-wide-reply-with-original' to start a reply to that message. It seemed like `org-open-link-from-string' (after extracting the

Re: [O] Publishing long jpg urls fails with org-html-handle-links: Wrong type argument: stringp, nil

2013-08-03 Thread Vijayender
I'm on 7.9.3f. Let me wait up. Thank you! -- Regards Vijayender On 08/02/2013 03:04 PM, Noorul Islam K M wrote: Vijayender kvijayen...@gmail.com writes: Hi All After the commit of http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=55f4f921835bbf5d7b8e9dd82fe8dcfef2fac4e2 Looks like long