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,
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
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
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
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) %
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
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
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
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
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
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
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
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
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?
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)
>> 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"
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
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
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
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
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
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
>
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
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
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.
-
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
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
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
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.
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
Hi,
Is there a way to export a org-table to wiki code? Thanks.
Shiyuan
31 matches
Mail list logo