Or, fiddling a bit more.
#+name: luo
#+BEGIN_SRC R :results output raw
library(ascii)
df <- data.frame(c1="123456789123456789000",c2=2)
df$c1 <- as.vector(df$c1)
print(ascii(df,digits=c(0,0),include.rownames=F),type="org")
#+END_SRC
#+RESULTS: luo
|c1 | c2 |
|-
Hi Eric,
I don't know any way to do this in Org-mode. Here is a workaround in R
that might do what you want.
#+name: luo
#+BEGIN_SRC R :results output org
library(ascii)
df <- data.frame(c1="123456789123456789000",c2=2)
df$c1 <- as.vector(df$c1)
print(ascii(df),type="org")
#+END_SRC
#+R
t...@tsdye.com (Thomas S. Dye) writes:
Thanks, it's clear to me with the difference between "value" and
"output" now.
whether there is a way to tell emacs-lisp that "123456789123456789" is a
string rather than a number.
emacs-lisp handles the output as expected if the c1 has any character
other
I have a reporting shell script that generates a tab-delimited table.
Using it within a shell code block, org parses this nicely into an org
table. But org seems to drop any trailing zeros from numeric cells. My
reporting script has already done the number formatting, so I want
trailing zeros prese
At Sat, 14 Jul 2012 18:47:33 -0400,
James Harkins wrote:
> - So I thought, okay, how about synchronizing to the tablet's calendar?
> Unfortunately, it seems that MobileOrg ignores timestamps in item headlines.
> The item has to have either a scheduled time or a deadline. So I guess I will
> need
At Sat, 14 Jul 2012 12:05:16 -0400,
James Harkins wrote:
>
> Hi, I need a little help with mobile-org and webdav. (I need to use webdav
> because I live year-round in China, and the last time I tried, dropbox was
> not accessible from the mainland. In any case, I prefer to keep the data
> local
I have written a package 'org-caldav' which can sync items to a remote
calendar server using the CalDAV protocol. The main purpose of this
package is to make better use of Org in combination with Android-based
mobile devices (yes, there is mobileOrg, but I have several problems
with it; that's a to
emacs-orgmode-requ...@gnu.org writes:
>
> I am a bit puzzled. I thought that using the ODF-exporter would be
> the format of choice to get content from Org to Word. Why do you
> guys prefer HTML?
The following is my opinion why I prefer using HTML to ODF for transfer
to Word, but there is no reas
Dear all,
this week, GSoC co-mentors and students spent time testing and
evaluating our GSoC projects.
Of the 3 ongoing projects, one will stop and the two others will
continue.
The "bugpile" project will stop: Thorsten produced lots of exploratory
writing for the design of a web framework based
Karl Voit writes:
> * Jambunathan K wrote:
>>
>> Instead of importing ODT documents right inside Microsoft Office, one
>> can have LibreOffice do the ODT->DOC(X) conversion and import the LO
>> created DOC(X) file in to Microsoft Office.
>
> As a side-mark to your great comments: LibreOffice (an
* Jambunathan K wrote:
>
> Instead of importing ODT documents right inside Microsoft Office, one
> can have LibreOffice do the ODT->DOC(X) conversion and import the LO
> created DOC(X) file in to Microsoft Office.
As a side-mark to your great comments: LibreOffice (and
OpenOffice.org) is able to
Jambunathan K writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Achim Gratz writes:
>>
>>> Yes, that has been my impression as well. Again, I can make them go
>>> away by removing one of the byte-compiled files, so I rather suspect
>>> another case of a macro expansion that's not quite what
On 7/13/12, Bastien wrote:
> C-c C-x C-q => ̀org-clock-cancel'
My gmail shows an accent there :).
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
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.
Just so you know my use case:
I have 49 todo keywords and will have a few more soon, so I
will keep using . ?
Nicolas Goaziou writes:
> Hello,
>
> Achim Gratz writes:
>
>> Yes, that has been my impression as well. Again, I can make them go
>> away by removing one of the byte-compiled files, so I rather suspect
>> another case of a macro expansion that's not quite what was intented.
>> Only this time I
Aloha Eric,
Eric Luo writes:
> Hi,
> Why in the following code block, c1 was printed as scientific notation
> rather then characters.
> ,
> |
> | #+BEGIN_SRC R :results value
> | df <- data.frame(c1="123456789123456789",c2=2)
> | #+END_SRC
> |
> | #+RESULTS:
> | | 1.2345678912345678e+17
Nicolas Goaziou writes:
> It looks like table-cells have a wrong `:parent' property when
> org-element.el is byte-compiled. In `org-element-table-cell-parser',
> replacing backquote with `list' solves the problem.
>
> This is related to modifications by side-effect of list elements, but
> I don't
> From: Luis Anaya
> > Is anyone using MobileOrg for android on a tablet?
>
> I am... Vizio table running Honeycomb.
Cool... I'm almost running it. Just got an Asus transformer tab. I posted a
question separately about push problems :-( so I'm not there yet.
> It is the android version a phone
Hello,
Achim Gratz writes:
> Yes, that has been my impression as well. Again, I can make them go
> away by removing one of the byte-compiled files, so I rather suspect
> another case of a macro expansion that's not quite what was intented.
> Only this time I really don't see from the backtrace
For people taking ORG->ODT->Microsoft Office they might want to give
particular attention to the formatting of
- Lists
- Tables
in the imported document.
My best guess is import will be troublefree for the most part. Only
issues could be around the import of customized tables. i.e., tables
c
Bastien writes:
> Bernt Hansen writes:
>
>> I upgraded to release_7.8.11-174-g3ecd7a9
>> this morning and after setting my clock I can't clock in on another task
>> anymore (the clock doesn't move)
>
> Now fixed in git, thanks for reporting this.
Thanks for the quick fix Bastien :)
Regards,
Be
If one does ORG->HTML->DOC instead of ORG->ODT->DOC, following areas
could be problemsome.
- Footnotes
- Inlined images - do they end up right within the document or outside
of it.
See:
http://www.libreoffice.org/download/release-notes/
https://wiki.documentfoundation.org/ReleaseNotes/3.5#ODF_1
Hi, I need a little help with mobile-org and webdav. (I need to use webdav
because I live year-round in China, and the last time I tried, dropbox was not
accessible from the mainland. In any case, I prefer to keep the data local.)
I've set up the webdav server following the instructions here:
h
Hello Giovanni!
* Giovanni Ridolfi wrote:
> Karl Voit
>
>> I thought that using the ODF-exporter would be the format of
>> choice to get content from Org to Word. Why do you guys prefer
>> HTML?
>
> A reason could be (in my case) because we cannot have LibreOffice
> installed :-(
No need to do
Karl Voit
Inviato: Sabato 14 Luglio 2012 11:56
Hi, Karl,
>* Luis Anaya wrote:
>> Using HTML for export is a good way to transfer content as has been
>> suggested.
> I thought that using the ODF-exporter would be
> the format of choice to get content from Org to Word. Why do you
> guys prefer H
Hi,
Why in the following code block, c1 was printed as scientific notation
rather then characters.
,
|
| #+BEGIN_SRC R :results value
| df <- data.frame(c1="123456789123456789",c2=2)
| #+END_SRC
|
| #+RESULTS:
| | 1.2345678912345678e+17 | 2 |
`
But if the header :results output, the r
* Luis Anaya wrote:
>
> There have been a list of good suggestions of integrating org-mode with
> MS products.
[...]
> Using HTML for export is a good way to transfer content as has been
> suggested.
I am a bit puzzled. I thought that using the ODF-exporter would be
the format of choice to get
Hi:
There have been a list of good suggestions of integrating org-mode with
MS products. I personally use org-mode primarily for task tracking
rather than document generation. I use the following combination of
tools and techniques:
1. I get tickets assign for review on JIRA. I capture those usi
Samuel Wales writes:
> NEXTKA below is selected by "x" instead of "/", which is surprising.
>
> Perhaps it's worth documenting the allowable keys?
I updated a docstring and a part of the manual to make it clearer
only letters are supported.
Thanks,
--
Bastien
Giovanni Ridolfi writes:
>> Done, thanks.
>
> Unfortunately this introduces a bug:
FWIW, the bug was not really introduced by the fix you refer to,
but by a previous hack of mine: I tried to bind `org-clock-in-last'
to C-c C-x C-I, but then `org-clock-in-last' was bound to C-c C-x C-I
(note the
30 matches
Mail list logo