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 writes: Hi All After the commit of http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=55f4f921835bbf5d7b8e9dd82fe8dcfef2fac4e2 Looks like long urls for eg, the follo

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

2013-08-03 Thread Eric Abrahamsen
Eric Abrahamsen 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 address part from th

Re: [O] LaTex Adjustments for Org-Export

2013-08-03 Thread Brian van den Broek
On Aug 3, 2013 9:26 PM, "John Hendy" wrote: > > On Sat, Aug 3, 2013 at 3:49 PM, Brian van den Broek > wrote: > > > > On Jul 31, 2013 8:28 AM, "Jeff Rush" 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 proble

Re: [O] LaTex Adjustments for Org-Export

2013-08-03 Thread David Rogers
John Hendy 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 concern), >

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 wrote: > > On Jul 31, 2013 8:28 AM, "Jeff Rush" 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. >> > > > >> >> 2) How can I change the basic formatting

Re: [O] table export to same buffer

2013-08-03 Thread William Henney
On Fri, Aug 2, 2013 at 11:52 PM, Rustom Mody wrote: > Sebastien Vauban wrote > >> On Fri, Aug 2, 2013 at 10:53 PM, Rustom Mody 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 editing source code whi

Re: [O] LaTex Adjustments for Org-Export

2013-08-03 Thread Brian van den Broek
On Jul 31, 2013 8:28 AM, "Jeff Rush" 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. > > > 2) How can I change the basic formatting of paragraphs everywhere to > > a) omit the leading indent, and >

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

2013-08-03 Thread Nicolas Goaziou
Hello, Achim Gratz 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 anonymous ba

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] emphasis and monospace within one word

2013-08-03 Thread Nick Dokos
Rob Stewart 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 do in my org m

[O] emphasis and monospace within one word

2013-08-03 Thread Rob Stewart
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 do in my org mode file is to have bold, verbatim,

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

2013-08-03 Thread Thorsten Jolitz
Eric Abrahamsen writes: > Thorsten Jolitz writes: > >> Eric Abrahamsen writes: >> >>> Thorsten Jolitz writes: >>> Eric Abrahamsen writes: >> I can imagine that this is very useful for managing phonecalls to be >> made in the future... > > Well this will only cover composing and replying

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

2013-08-03 Thread Eric Abrahamsen
Thorsten Jolitz writes: > Eric Abrahamsen writes: > >> Thorsten Jolitz writes: >> >>> Eric Abrahamsen 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 t

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

2013-08-03 Thread Thorsten Jolitz
Eric Abrahamsen writes: > Thorsten Jolitz writes: > >> Eric Abrahamsen 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

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

2013-08-03 Thread Eric Abrahamsen
Thorsten Jolitz writes: > Eric Abrahamsen 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 extr

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

2013-08-03 Thread Thorsten Jolitz
Eric Abrahamsen 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 address part from th

[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, b

Re: [O] table export to same buffer

2013-08-03 Thread Thorsten Jolitz
Rustom Mody writes: > Sebastien Vauban wrote > > On Fri, Aug 2, 2013 at 10:53 PM, Rustom Mody > 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 editing source code which contains a l

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

2013-08-03 Thread Nicolas Goaziou
Hello, Christophe Rhodes 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 longer work.

Re: [O] table export to same buffer

2013-08-03 Thread Nicolas Goaziou
Hello, Rustom Mody 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. > > However here