Re: [O] Dired-like agenda

2014-06-06 Thread Thorsten Jolitz
Samuel Wales writes: > Here is a brainstorm/RFC/FR. It is not entirely worked out, > but it gives the flavor. > > The idea is to make Org agenda act more like Dired > for consistency. > Comments? sounds definitely interesting, especially with the same keybindings like in dired ... -- cheers,

Re: [O] Remove the build-in orgmode

2014-06-06 Thread Thorsten Jolitz
Achim Gratz writes: > Nick Dokos writes: >> I did that in the past (presumably for reasons similar to Thorsten's) >> and I don't bother any longer (overriding is simple enough as you point >> out), but the question still bugs me: what's so bad about it? > > The reason it is bad is that parts of

Re: [O] a minor patch to awk invocation

2014-06-06 Thread Greg Minshall
though, in the spirit of "no good deed goes unpunished": #+name: foo | a | b | c | #+begin_src awk :var a=foo BEGIN{ print a; } #+end_src gives an error (and, ':var a="this is a test"' doesn't behave as one might expect). i haven't looked at ob-*.el enough to know the patterns used to w

Re: [O] a minor patch to awk invocation

2014-06-06 Thread Greg Minshall
very nice -- thanks! > I've just pushed up a patch which changes the behavior of awk code > blocks to assign variables on the command line, so the following now > work. > #+begin_src awk :var a=2 > BEGIN{ print a; } > #+end_src > #+RESULTS: > : 2

[O] Dired-like agenda

2014-06-06 Thread Samuel Wales
Here is a brainstorm/RFC/FR. It is not entirely worked out, but it gives the flavor. The idea is to make Org agenda act more like Dired for consistency. For example, we might have commands like: 1) %m -- mark headers with regexp 2) %g -- mark headers with regexp in body text of entry 3) %

Re: [O] Adding source location information when tangling

2014-06-06 Thread Thomas Morgan
Eric Schulte writes: > Thomas Morgan writes: > >> Hi, Rainer, >> >> Rainer M Krug writes: >> >>> Envoyé de mon iPhone >>> Le 25 mai 2014 à 18:28, Thomas Morgan a écrit : Dear Org hackers, I have a question about tangling LilyPond code blocks. Is there a w

Re: [O] org-contacts email completion by tags

2014-06-06 Thread John Kitchin
Here is what I finally ended up with to allow completion with tag expressions. I did not figure out how to avoid overwriting an org-contacts function. I thought I could find the right hooks to use, but I could not figure it out. It is only a one line modification to the org-contacts function. This

[O] Add a class for first paragraph in ox-html?

2014-06-06 Thread kuanyui
If you export an Org file to HTML, which has a paragraph before the first outline, the paragraph will be only wrapped with and no class/id: https://dl.dropboxusercontent.com/u/1776218/org-paragraph.png This is an obstacle for write CSS for org HTML page. Maybe this can be fix by add a seperate c

Re: [O] Remove the build-in orgmode

2014-06-06 Thread Achim Gratz
Nick Dokos writes: > I did that in the past (presumably for reasons similar to Thorsten's) > and I don't bother any longer (overriding is simple enough as you point > out), but the question still bugs me: what's so bad about it? The reason it is bad is that parts of the code have already leaked o

Re: [O] a minor patch to awk invocation

2014-06-06 Thread Eric Schulte
Greg Minshall writes: > hi. i just wandered down a rathole others could avoid. the following > program fails in (what was to me) a mysterious way: > > #+BEGIN_SRC awk :var a=2 > BEGIN{print $a;} > #+END_SRC > > > it turns out values for variables to awk need to be strings (rather than

[O] export \cite options with ox-bibtex

2014-06-06 Thread Eric Schulte
Hi, I just pushed up a small change to ox-bibtex (in comtrib), so that it is possible to include options in cite: links. So for example the following link "[[cite:(Chapter 2)foo]]" will be converted to the following LaTeX "\cite[Chapter 2](foo)". Best, -- Eric Schulte https://cs.unm.edu/~eschu

Re: [O] babel C, C++, D enhancement

2014-06-06 Thread Eric Schulte
Hi Thierry, This looks wonderful, however after applying this patch I get the following errors when running "make test-dirty". > 10 unexpected results: >FAILED ob-C/inhomogeneous_table >FAILED ob-D/inhomogeneous_table >FAILED ob-D/integer-var >FAILED ob-D/list-list-var >FA

Re: [O] Collapse LaTeX source before start of main document?

2014-06-06 Thread Eric Schulte
Matt Lundin writes: > Chris Malone writes: > > (Note: When using gmail, please adjust the settings to send your > messages as plain text only instead of multipart/alternative.) > >> When I include the actual contents of my abstract, this preliminary material >> section (the #+begin ... #+end blo

Re: [O] [BUG] [babel] in :eval never with :session

2014-06-06 Thread Eric Schulte
Rainer M Krug writes: > Charles Berry writes: > >> Eric Schulte gmail.com> writes: >> >>> >>> Rainer M Krug krugs.de> writes: >>> >>> > The error is back: >>> > >>> >>> You say "back", was this error not present recently? If so could you >>> isolate the commit at which this error appeared?

Re: [O] Bug: ob-ditaa fails in generating pdf correctly

2014-06-06 Thread Eric Schulte
Anders Johansson writes: > Hi, > Example input: > #+header: :eps t > #+header: :file hello.pdf > #+BEGIN_SRC ditaa > +--+ > | | > |Hello | > | | > +--+ > #+END_SRC > > > When using the above code (which I guessed should be the correct way)

Re: [O] [babel][PATCHES] ob-R patches for review

2014-06-06 Thread Eric Schulte
>> Additionally, if the variables simply hold R code text, then users can >> easily initialize them from R files locally with something like the >> following. >> >> (setq org-babel-R-assign-elisp-function >> (with-temp-buffer >> (insert-file-contents-literally "personal.R"

Re: [O] Adding source location information when tangling

2014-06-06 Thread Eric Schulte
Thomas Morgan writes: > Hi, Rainer, > > Rainer M Krug writes: > >> Envoyé de mon iPhone >> >>> Le 25 mai 2014 à 18:28, Thomas Morgan a écrit : >>> >>> Dear Org hackers, >>> >>> I have a question about tangling LilyPond code blocks. >>> >>> Is there a way to put the commands `\sourcefilename

Re: [O] export org-table to wiki code

2014-06-06 Thread Shiyuan
I mean the "pipe syntax" as in http://en.wikipedia.org/wiki/Help:Table On Fri, Jun 6, 2014 at 1:31 AM, Loris Bennett wrote: > Hi, > > Shiyuan writes: > > > Hi, > > Is there a way to export a org-table to wiki code? Thanks. > > > > Shiyuan > > I don't think there is such a thing as "wiki co

Re: [O] Remove the build-in orgmode

2014-06-06 Thread Nick Dokos
Bastien writes: > Hi Thorsten, > > Thorsten Jolitz writes: > >> (On Archlinux) I simply trash the Org dir shipped with Emacs and put a >> symlink to my git-version of Org-mode there. I was told I shouldn't do >> that, but since I had many problems with mixed installs before, and no >> problems a

[O] Display only latest sub notes in agenda

2014-06-06 Thread Steffen Heilmann
Dear all, thank you very much for the very helpful org-mode! I have been using it extensively during my studies and it saved me a great deal of trouble and time. Now I want to use org-mode to organize / manage my networking contacts. I will have a top-level (*) entry for every person, and under

Re: [O] small patch to org-mac-link (grab selected messages in Mail.app)

2014-06-06 Thread Anthony Lander
Hi Alan, Thanks for the patch. It looks OK to me - can you please go ahead and apply it to the file? Also, feel free to add your name to the contributor list at the top of the file. Thanks! -Anthony On Wed, Jun 4, 2014 at 6:15 AM, Alan Schmitt wrote: > Hello, > > Please find attached a sm

Re: [O] latex equations and $ sign

2014-06-06 Thread Rasmus
Federico Beffa writes: > Hi, > > I would like to have a mathematical equation typeset in latex and > automatically generated by sympy, embedded in an equation environment: > > #+NAME: mass-energy > #+BEGIN_SRC python :results raw :exports results :wrap EQUATION > import sympy as sp >

Re: [O] latex equations and $ sign

2014-06-06 Thread Jorge A. Alfaro-Murillo
Federico Beffa writes: > Hi, > > I would like to have a mathematical equation typeset in latex and > automatically generated by sympy, embedded in an equation environment: > > #+NAME: mass-energy > #+BEGIN_SRC python :results raw :exports results :wrap EQUATION > import sympy as sp > E, m, c = s

Re: [O] Remove the build-in orgmode

2014-06-06 Thread Bastien
Hi Thorsten, Thorsten Jolitz writes: > (On Archlinux) I simply trash the Org dir shipped with Emacs and put a > symlink to my git-version of Org-mode there. I was told I shouldn't do > that, but since I had many problems with mixed installs before, and no > problems at all after doing so, I stic

[O] Bug: org-agenda-get-sexps and erroneous agenda tag filtering. [8.2.6 (8.2.6-dist @ /home/rberger/Emacs/share/emacs/site-lisp/org/)]

2014-06-06 Thread Raimund Berger
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. -

[O] latex equations and $ sign

2014-06-06 Thread Federico Beffa
Hi, I would like to have a mathematical equation typeset in latex and automatically generated by sympy, embedded in an equation environment: #+NAME: mass-energy #+BEGIN_SRC python :results raw :exports results :wrap EQUATION import sympy as sp E, m, c = sp.symbols('E, m, c', real=True

Re: [O] An org password manager

2014-06-06 Thread Michael Albinus
jorge.a.alf...@gmail.com (Jorge A. Alfaro-Murillo) writes: > Michael Albinus writes: Hi Jorge, >> A useful feature would be an auth-source backend, See (info "(auth)") >> By this, other packages (like Gnus or Tramp) would profit from the >> password manager directly. > > Thanks Michael. I will

Re: [O] Feature request: creating separate tables on same rows

2014-06-06 Thread Rainer M Krug
Aldric Giacomoni writes: > Understood, thank you very much for explaining it :) Well - you could define it as one huge table, where the first x columns belong to the first table, and the last x belong to the second table - but using this table as an input for further calculations might be tricky

Re: [O] export org-table to wiki code

2014-06-06 Thread Loris Bennett
Hi, Shiyuan writes: > Hi,  >     Is there a way to export a org-table to wiki code? Thanks.  > > Shiyuan  I don't think there is such a thing as "wiki code" - different wikis use different markup. Cheers, Loris -- This signature is currently under construction.

Re: [O] src blocks not fontified

2014-06-06 Thread Sebastien Vauban
Shiyuan wrote: > On Thu, Jun 5, 2014 at 6:13 AM, Sebastien Vauban wrote: >> Shiyuan wrote: >>> On Tue, Jun 3, 2014 at 11:53 AM, Nick Dokos wrote: htmlize.el is included in the contrib/lisp directory of org (but I'm not sure if contrib is part of the ELPA org distribution - it is ava

[O] export org-table to wiki code

2014-06-06 Thread Shiyuan
Hi, Is there a way to export a org-table to wiki code? Thanks. Shiyuan