Re: [O] Reftex in Org-Mode exporting and recognizing figures or equations

2012-08-02 Thread Thomas S. Dye
Aloha Jeffrey, Jeffrey Spencer writes: > 1) I was wondering if anyone has got the reftex feature of easily > recognizing the figures and equations to insert as a ref command to work in > org-mode. I'm not aware of this being done. > > 2) Also I had seen on a website that you can use the comma

[O] Reftex in Org-Mode exporting and recognizing figures or equations

2012-08-02 Thread Jeffrey Spencer
1) I was wondering if anyone has got the reftex feature of easily recognizing the figures and equations to insert as a ref command to work in org-mode. 2) Also I had seen on a website that you can use the command to get org-mode type citations. This seems to export to latex as a \ref command with

[O] [BUG] Traceback on Org-Export

2012-08-02 Thread Luis Anaya
Guys: I pulled the latest and greatest from Git after I uploaded by changes on the exporter and I got the following trace during import of org-export. ?? Luis Debugger entered--Lisp error: (void-variable org-outline-regexp-bol) (concat "^[ ]*$" "\\|" org-outline-regexp-bol "\\|" "^[

[O] [ANN] Org-e-groff.el improvements.

2012-08-02 Thread Luis Anaya
Hi: I know that I've not said much of late, but I'm not sitting idle. The following new features added to the Groff Exporter. - Ability to handle long tables. Long tables were being truncated, now there is an option to tell the export when tables contain very long cells. The reason for this to

[O] [BUG] turn-on-org-cdlatex

2012-08-02 Thread Rasmus
Hi, It would seem there is a bug in turn-on-org-cdlatex whenever _ or ^ is called. And perhaps others. To reproduce: bash> emacs -q In *scratch* #+begin_src emacs-lisp ;; adjust the two following lines to your system (load-file "/usr/share/emacs/site-lisp/auctex/texmathp.el") (load-file "~

Re: [O] Following references to labelled images

2012-08-02 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> it seems to be not possible to follow references to images (for >> example) as here: >> >> There is a Figure [[fig_test_C_c_C_o]] >> >> #+caption: Try to get to this figure via C-c C-o on the reference >> #+label: fig_te

Re: [O] Following references to labelled images

2012-08-02 Thread Nicolas Goaziou
Hello, Andreas Leha writes: > it seems to be not possible to follow references to images (for > example) as here: > > There is a Figure [[fig_test_C_c_C_o]] > > #+caption: Try to get to this figure via C-c C-o on the reference > #+label: fig_test_C_c_C_o > [[foo.png]] Use NAME instead of LABEL.

Re: [O] Managing Images with Org-mode?

2012-08-02 Thread Karl Voit
* Karl Eichwalder wrote: > Bastien writes: > >>> http://www.flickr.com/photos/keichwa/7649891572 >> Looks nice. >> >> How did you put the thumbnails in the Org mode file? > > Once I understood the differences between "inline images" (images > without a description) and "linked images", it was

[O] Following references to labelled images

2012-08-02 Thread Andreas Leha
Hi all, it seems to be not possible to follow references to images (for example) as here: There is a Figure [[fig_test_C_c_C_o]] #+caption: Try to get to this figure via C-c C-o on the reference #+label: fig_test_C_c_C_o [[foo.png]] I do not recall whether this has been possible at some time,

[O] test-ob-sh/session

2012-08-02 Thread Achim Gratz
I'm currently seeing a problem with this test (only on Win7, both NTEmacs and Cygwin). The test just hangs and never finishes. All my attempts to have it fail in the same way in an interactive sessions were fruitless. However, it seems that the first time a session is initiated, it does not sta

Re: [O] Problem with commented LaTeX header lines

2012-08-02 Thread Andreas Leha
Hi Nicolas Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> I started to get problems with commented latex headers. All headers >> after the commented line seem to be ignored. Is this intended / am I >> using the comments wrongly? > > This is not intended. It is a parsing bug in

Re: [O] Problem with commented LaTeX header lines

2012-08-02 Thread Nicolas Goaziou
Hello, Andreas Leha writes: > I started to get problems with commented latex headers. All headers > after the commented line seem to be ignored. Is this intended / am I > using the comments wrongly? This is not intended. It is a parsing bug introduced with new comment syntax. This should be f

Re: [O] Problem with commented LaTeX header lines

2012-08-02 Thread Andreas Leha
Hi Bastien, thanks for looking into this! > > Please always tell what exporter you are using. > I did mention this: > > Test with new exporter - no cmbright: ^^^ I am sorry, if this was not explicit enough. (Is "new exporter" the correct name?) > Your example works with

Re: [O] Suggested change to Manual 3.5.9 example table

2012-08-02 Thread Charles
On 8/2/2012 11:41 AM, Bastien wrote: Hi Charles, Charles writes: As to submitting a patch - Thank you but I have to pass, even for such a tinychange. Downloading, installing and learning git is a project slated for later this year. You don't have to learn git. C-x C-f [/...]org.texi C-x v

[O] Templates for cloning

2012-08-02 Thread Nathan Neff
Hi all, Is there a way to create a template structure for cloning? The main purpose would be to create a shell or structure that is easy to replicate, such as a workflow, etc. This shell, etc would not need any hard-coded dates, but could simply have offsets for sub-items whose due-dates or star

[O] Babel give "Marker does not point anywhere" first run of LaTeX export; subsequent are fine

2012-08-02 Thread John Hendy
When I open an org file the first time and export to PDF via LaTeX, I get the error "Marker does not point anywhere" and the LaTeX export quits. Running it again without doing anything else succeeds, and all subsequent exports work fine. This is on Windows 7. Thoughts? John

Re: [O] Shouldn't comment-region protect from export ?

2012-08-02 Thread Bastien
Hi William, William LÉCHELLE writes: > Using org-mode for export (to pdf), I find myself using comment-region often > enough, in sections meant to be exported, on indented text lines (e.g. for > drafting). This inserts "# " at the "beginning" of the line, after the > indentation, thus not achiev

Re: [O] org-html: subtree specific footnote references

2012-08-02 Thread Bastien
Hi Suhail, I have accepted the patch. I added a TINYCHANGE cookie at the end of the git commit message: this is requested for tiny changes made by people who did not sign the FSF papers. Suhail Shergill writes: > *if* this patch makes sense, i'm willing to submit a patch for > org-e-html.el.

Re: [O] Suggested change to Manual 3.5.9 example table

2012-08-02 Thread Bastien
Hi Charles, Charles writes: > As to submitting a patch - Thank you but I have to pass, even for such a > tinychange. Downloading, installing and learning git is a project slated > for later this year. You don't have to learn git. C-x C-f [/...]org.texi C-x v v RCS [Make the change] C-x v =

Re: [O] capture template question

2012-08-02 Thread Eric Abrahamsen
On Thu, Aug 02 2012, Bastien wrote: > Hi Eric, > > Eric Abrahamsen writes: > >> Rather than trying to add various ways of citing links, perhaps it would >> be nice to have a format code for the literal link to the thing under >> point at time of capture? What I mean is, something like "%l" so I c

Re: [O] Export to Texinfo

2012-08-02 Thread Bastien
Hi Jonathan, Jonathan Leech-Pepin writes: > I've done some further work on the org-e-texinfo exporter and have > gotten it to a point where it should be usable with only a few > shortcomings. thanks *a lot* for this! This is long-time wish from many org-ers, no doubt you will have many tester

Re: [O] Problem with commented LaTeX header lines

2012-08-02 Thread Bastien
Hi Andreas, Andreas Leha writes: > I started to get problems with commented latex headers. Please always tell what exporter you are using. Your example works with the default LaTeX exporter. With the new exporter, you don't get \usepackage{cmbright} because you explicitely asked not to expo

Re: [O] make test on Mac

2012-08-02 Thread Bastien
Hi Eric, Eric Schulte writes: > The `org-test-load' function, which loads of all of the test files, > catches these missing-test-dependency signals and for each one it > creates a dummy test that fails but is expected to fail. These tests > serve to indicate to the user that there are tests whi

Re: [O] Feature that org mode needs most

2012-08-02 Thread Bastien
Steinar Bang writes: > I will pull and try the new functionality. Yes -- please let me know. The drawback of this functionality is that it changes things outside of sight, which I don't really like. You get a message, and the subtree of the (possibly distant) clock get unfolded, but perhaps th

Re: [O] Embed images in formats best suited for HTML and LaTeX export and inline viewing

2012-08-02 Thread Bastien
Brett Viren writes: > So, I'm satisfied now. Thanks for the nudge! I learned something -- you're welcome, -- Bastien

Re: [O] are super-hidden technical blocks required?

2012-08-02 Thread Bastien
If the whole point is to make some properties less visible, why not a solution based on fontification? We could have a user-defined regexp to highlight (or "dim") certain properties. I don't believe in a solution that would change the current flow of cycling through drawers. I feel that's too mu

Re: [O] capture template question

2012-08-02 Thread Bastien
Hi Eric, Eric Abrahamsen writes: > Rather than trying to add various ways of citing links, perhaps it would > be nice to have a format code for the literal link to the thing under > point at time of capture? What I mean is, something like "%l" so I could > do this: > > * EMAIL Respond to [[%l][%

Re: [O] Introducing Octopress Exporter

2012-08-02 Thread Jambunathan K
Aurélien Aptel writes: > Since it's all static you relying on an external service like > Disqus. I'm not so fond of losing control over user contribution like > that. Besides, the actual service (disqus) is pretty terrible > anyway. I'm always pissed when the comment I sent gets processed in > we

Re: [O] org-mobile : security

2012-08-02 Thread Greg Troxel
Richard Riley writes: > org-mobile allows you to use some form of encryption when pushing to the > MobileOrg directory. Encrypts and works fine. The issue is that the > mobile app has a password setting to unencrypt but there is no > protection on the app itelf meaning anyone can read the org fi

Re: [O] Introducing Octopress Exporter

2012-08-02 Thread Tom Alexander
Aurélien Aptel gmail.com> writes: > > I've never heard of octopress, interesting. The only thing I don't > like is how comments are handled. Since it's all static you relying on > an external service like Disqus. I'm not so fond of losing control > over user contribution like that. Besides, the

Re: [O] babel awk with table input: Code block produced no output.

2012-08-02 Thread Sebastien Vauban
Hi Greg, Greg Minshall wrote: > hi. it appears that a left or right paren in an entry in a table makes > awk not execute. here's an example (change ":stdin fails" to ":stdin > works" to see it work). cheers, Greg > > #+tblname: fails > | proto | no c code |

[O] babel awk with table input: Code block produced no output.

2012-08-02 Thread Greg Minshall
hi. it appears that a left or right paren in an entry in a table makes awk not execute. here's an example (change ":stdin fails" to ":stdin works" to see it work). cheers, Greg #+tblname: fails | proto | no c code || | pscl | c code, just fin

Re: [O] [Assistance Needed] View only prioritized items that have a deadline or or scheduled

2012-08-02 Thread Andre Powell
François, Thanks for the help on this, and sorry about the late response. I may have asked the wrong way, but this solution is exactly what I am looking for. I use priority, scheduled [start times] and deadlines in the following way; A tasks need to be done today B tasks need to be done in the nex

[O] org-mobile : security

2012-08-02 Thread Richard Riley
org-mobile allows you to use some form of encryption when pushing to the MobileOrg directory. Encrypts and works fine. The issue is that the mobile app has a password setting to unencrypt but there is no protection on the app itelf meaning anyone can read the org files from thje mobileorg app itse

Re: [O] Problem with commented LaTeX header lines

2012-08-02 Thread François Allisson
> I started to get problems with commented latex headers. All headers > after the commented line seem to be ignored. Is this intended / am I > using the comments wrongly? > > Test with new exporter - no cmbright: Hi, I confirm I get the same behaviour with the latest org (7.8.11-333 and emacs

Re: [O] fast todo kw / -> x

2012-08-02 Thread Bastien
Hi Samuel, Samuel Wales writes: > On 7/14/12, Bastien wrote: >> I updated a docstring and a part of the manual to make it >> clearer only letters are supported. > > Thanks, Bastien. :) I appreciate the clarity in the manual. Actually I was wrong. All characters are supported for fast todo se

Re: [O] Introducing Octopress Exporter

2012-08-02 Thread Aurélien Aptel
I've never heard of octopress, interesting. The only thing I don't like is how comments are handled. Since it's all static you relying on an external service like Disqus. I'm not so fond of losing control over user contribution like that. Besides, the actual service (disqus) is pretty terrible anyw

Re: [O] Comments and control lines (# vs. #+)

2012-08-02 Thread Bastien
Hi Samuel, Samuel Wales writes: > Hope it's of some use. Yes it has been. If you pull from latest repo, the way comments are handled have been updated. Specifically, there is no "#+ " anymore. Please check carefully and let us know. -- Bastien

[O] Problem with commented LaTeX header lines

2012-08-02 Thread Andreas Leha
Hi all, I started to get problems with commented latex headers. All headers after the commented line seem to be ignored. Is this intended / am I using the comments wrongly? Test with new exporter - no cmbright: , | #+TITLE: Commented LaTeX headers | | | * Try to export this subtree | With

Re: [O] capture template question

2012-08-02 Thread Eric Abrahamsen
On Thu, Aug 02 2012, Tassilo Horn wrote: > Eric Abrahamsen writes: > > Hi Eric, > >> I have a capture template that I use for noting gnus messages I want >> to respond to. What I'd like to end up with is: >> >> * EMAIL Respond to [[gnus.mail:sdfdfdfsdfdsfsdf][Bob Johnson]] >> >> Where the link ad

[O] org-mode : add note/flag a capture

2012-08-02 Thread Richard Riley
Is it correct that you cant add a note or change a status to a newly captured item before its been synced into emacs and repulled/synced? I cant see how from the iPhone UI. (I guess I could manually type the note property format in the capture but that would be painful)

Re: [O] capture template question

2012-08-02 Thread Tassilo Horn
Eric Abrahamsen writes: Hi Eric, > I have a capture template that I use for noting gnus messages I want > to respond to. What I'd like to end up with is: > > * EMAIL Respond to [[gnus.mail:sdfdfdfsdfdsfsdf][Bob Johnson]] > > Where the link address is the message under point, and the link > descr