Karl Voit wrote:
> I am using Emacs 24.3 on different machines. With Debian GNU/Linux I
> get time-stamps like <2015-01-21 Wed>. However, with Windows 7 Pro
> (which I do not administrate), I get <2015-01-21 Mi> where "Mi"
> stands for the German "Mittwoch".
>
> What do I have to add to my configur
Hello,
May I bump up this thread?
Sebastien Vauban wrote:
> In a long document, I must have ":eval no" at file level, as this is the
> common setting for most code blocks. However, how do I unset that for
> some call lines.
>
> Export this ECM (to HTML, for example) and see for yourself that it d
Søren Mikkelsen writes:
> It would, however, make sense to be able to scheduled tasks where
> interpreted as the start time, if the org-file is used for more than
> just generating the report.
I agree that it would make sense to use the scheduled date as the start
time. The same is probably true
The following Org file:
--8<---cut here---start->8---
* Picture
#+BEGIN_SRC ditaa :file hello-world.png :cmdline -r -s 1.0
++
| Hi |
++
#+END_SRC
--8<---cut here---end--->8---
rendered to LaTeX and then PDF (C-c C-e l
SabreWolfy gmail.com> writes:
> The following Org file:
>
> --8<---cut here---start->8---
> * Picture
> #+BEGIN_SRC ditaa :file hello-world.png :cmdline -r -s 1.0
> ++
> | Hi |
> ++
> #+END_SRC
> --8<---cut here---end---
Hello,
The following ECM shows it all:
#+begin_src R :rownames yes :colnames '(Lg Nb)
data(iris)
head(table(iris$Petal.Length, iris$Species)[, "setosa"])
#+end_src
returns:
| | x |
|-+|
| 1 | 1 |
| 1.1 | 1 |
| 1.2 | 2 |
| 1.3 | 7 |
| 1.4 | 13 |
| 1.5 | 13
On Thu, Jan 22, 2015 at 10:43 AM, SabreWolfy wrote:
> The following Org file:
>
> --8<---cut here---start->8---
> * Picture
> #+BEGIN_SRC ditaa :file hello-world.png :cmdline -r -s 1.0
> ++
> | Hi |
> ++
> #+END_SRC
> --8<---cut here
Hi,
Sorry if considered spammish, but since it has been mentioned yesterday
and it might interest some Android users out there...
*NOTE* It's about an app which is *not* open source (some parts of code
will opened, see below). If you have a problem with that, you can stop
reading right about now
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2015-01-22 11:21, Christian Egli wrote:
> Søren Mikkelsen writes:
>
>> It would, however, make sense to be able to scheduled tasks
>> where interpreted as the start time, if the org-file is used for
>> more than just generating the report.
>
> I
Nick Dokos wrote:
> Brett Viren writes:
>> Nick Dokos writes:
>>
>>> I think you'd be better off with the tip that Rick Frankel posted in
>>> the same thread:
>>>
>>> #+BEGIN_SRC emacs-lisp
>>> (add-hook 'org-babel-after-execute-hook
>>> (lambda () (org-display-inline-images nil t)))
>>> #+END_SR
* Sebastien Vauban wrote:
> Karl Voit wrote:
>> I am using Emacs 24.3 on different machines. With Debian GNU/Linux I
>> get time-stamps like <2015-01-21 Wed>. However, with Windows 7 Pro
>> (which I do not administrate), I get <2015-01-21 Mi> where "Mi"
>> stands for the German "Mittwoch".
>>
>> W
Aloha Seb,
I don't think babel knows anything about objects created within source
code blocks. I think you'll have to set the column names yourself,
within the R source code block.
All the best,
Tom
Sebastien Vauban
writes:
> Hello,
>
> The following ECM shows it all:
>
> #+begin_src R :r
thx!
i am excited about any org android app :)
will try it when i get home
Z
On Thu, Jan 22, 2015 at 1:33 PM, Neven wrote:
> Hi,
>
> Sorry if considered spammish, but since it has been mentioned yesterday
> and it might interest some Android users out there...
>
> *NOTE* It's about an app whi
Hi Neven,
Thanks for explaining your program here. The screenshots/animations on
your website look pretty.
Neven writes:
> *NOTE* It's about an app which is *not* open source (some parts of code
> will opened, see below). If you have a problem with that, you can stop
> reading right about now
*NOTE* It's about an app which is *not* open source (some parts of code
will opened, see below). If you have a problem with that, you can stop
reading right about now...
Please stop using the GNU mailing lists to promote proprietary software.
Sebastien Vauban
writes:
> Hello,
>
> The following ECM shows it all:
>
> #+begin_src R :rownames yes :colnames '(Lg Nb)
> data(iris)
> head(table(iris$Petal.Length, iris$Species)[, "setosa"])
> #+end_src
>
> returns:
>
> | | x |
> |-+|
> | 1 | 1 |
> | 1.1 | 1 |
> |
On Thu, 22 Jan 2015, Sebastien Vauban wrote:
Hello,
May I bump up this thread?
Sebastien Vauban wrote:
In a long document, I must have ":eval no" at file level, as this is the
common setting for most code blocks. However, how do I unset that for
some call lines.
See (info "(org) Evaluating
+1 for not using this list for cost free promotion of proprietary software.
Scott Randby
On Thu, Jan 22, 2015 at 11:41 AM, Jose E. Marchesi wrote:
>
> *NOTE* It's about an app which is *not* open source (some parts of code
> will opened, see below). If you have a problem with that, you
Hello,
Marcin Borkowski writes:
> I'm studying org-block-regexp. One thing that bugs me is this part:
>
> #\\+begin_?
>
> It suggests to me that the underscore after "begin" might be optional;
> but a quick experiment with the exporter shows that this is not the
> case.
This is the case for dy
Hi,
To get C-RET working when running emacs in the console I have to make a
small hack. (Due to the well-known problem of terminals emulators
interpreting keystrokes differently.) No probs.
Making a functional keybind for C-RET got me wondering - what is the
difference (if any) between:
org-inse
Hello list,
I have line like this in my .org file:
#+include: "src/frankenB.hs" :src haskell -n
That file has literal TAB characters in it. I also have
(setq org-src-preserve-indentation t)
in my .emacs.
When I call org-publish-current-project, the included file's TAB
characters automatic
Changing the blog's url to https solves the problem. Thank you Puneeth.
Shiyuan
On Wed, Jan 21, 2015 at 10:33 PM, Puneeth Chaganti
wrote:
> Shiyuan,
>
> Wordpress has moved all the blogs to https. You will need to change
> your blog's url to "https://myname.wordpress.com/xmlrpc.php"; instead
Rasmus writes:
>> *NOTE* It's about an app which is *not* open source (some parts of code
>> will opened, see below). If you have a problem with that, you can stop
>> reading right about now...
Sorry if this sounded a bit arrogant and if the whole email sounded as
an ad. It wasn't my intention,
Hi The List
I am glad to announce the orgtbl-join package.
It merges Org tables. A master table is enriched with material from a
reference table.
Example. This master table is a cooking recipe, with ingredients
and quantities (gramms).
| food | quty |
|--+--|
| onion| 70 |
MobileOrg for Android was abandoned finally, was it?
Melleus writes:
> MobileOrg for Android was abandoned finally, was it?
There is a new open source project:
https://github.com/hdweiss/mOrgAnd
announced here:
https://groups.google.com/d/msg/mobileorg-android/I9qTE5G56Gg/ltYXvulYs9QJ
Neven
OK, I love this!
I installed it, setup was easy as I already sync some relevant .org files
through dropbox.
The interface is pretty smooth, there's a few significant things that need
handled(checkboxes and #+TODO per-file configuration tripped me up already),
but mostly everything works.
I wil
On 2015-01-22, at 17:41, Jose E. Marchesi wrote:
> *NOTE* It's about an app which is *not* open source (some parts of code
> will opened, see below). If you have a problem with that, you can stop
> reading right about now...
>
> Please stop using the GNU mailing lists to promote pro
Is there any way in org-mode to have two things happeautomatically when a
long outline entry gets keyed into a file? First the lines of the outline
entry do not go beyond a defined right margin and split on spaces.
Second, subsequent lines created by above wrapping start on a left margin
that
Hi,
Marcin Borkowski writes:
> Now Rasmus comes and says:
>
>> I must admit that I feel uncomfortable because you use the name
>> org-mode to promote a product that does not respect the "4 freedoms"
>> as put forth by the FSF. E.g. if you make mistakes, it may reflect
>> poorly on us, and we wo
"Charles C. Berry" writes:
> I attach 3 patches and a file of usage examples.
Thanks.
> +(let* ((el (org-element-context))
> +(beg (org-element-property :begin el))
> +(type (org-element-type el)))
> + (when (eq type 'inline-babel-call)
> + (goto-char beg)))
Nitpic
Thierry Banel writes:
> Hi The List
>
> I am glad to announce the orgtbl-join package.
>
> It merges Org tables. A master table is enriched with material from a
> reference table.
This is *really* cool -- thanks for making these packages!
Orgzly is non-free software, and people should not install it, or suggest
installing it, or even tell people it exists.
On Thu, Jan 22, 2015 at 4:23 PM, Subhan Michael Tindall <
subh...@familycareinc.org> wrote:
> OK, I love this!
>
Orgzly is non-free software, and people should not install it,
On 01/22/2015 05:02 PM, Marcin Borkowski wrote:
Now the question is: what is the most appropriate place to *inform*
about his project. If not the Org-mode discussion list, I really don't
know. (I assume that nobody denies his *right* to license his work
according to his wishes, of course, for
On 1/22/15, Neven wrote:
> If you have a problem with that, you can stop
> reading right about now...
opt-out?
35 matches
Mail list logo