Hi all,
I need to evaluate many small java snippets. I tried to do this in
org-mode but so fare it didn't work out. org-babel seems to have no java
support ?
I can put the snippets in #BEGIN_SRC #END_SRC brackets which works nice
for archiving and reporting. I can even call them in there own
On Tue, Jul 5, 2011 at 6:43 AM, Avdi Grimm wrote:
> I'm trying to produce two slightly different PDF versions from the
> same document.
>
> I want to be able to conditionally include a few LaTeX_HEADER lines
> when I publish an Org file. I need to do it in a way I can control
> from the command l
Dear Ken,
you could start with an Emacs-typical approach by editing your ~/.emacs-file so
that .org-files are automatically opened with org-mode, also adding any other
keyboard shortcuts you find useful, see
http://orgmode.org/guide/Activation.html#Activation
If you put this line into your .ba
Michael Markert googlemail.com> writes:
>
> On 4 Jul 2011, Kan-Ru Chen wrote:
>
> > Michael Markert googlemail.com> writes:
> > :
> > I just find this emacs-calfw project today.
> >
> > https://github.com/kiwanami/emacs-calfw
> >
> > It looks very interesting and supports org!
>
> Indeed. Not
Hi Eric,
Eric Abrahamsen writes:
> Thanks, but this introduces new problems for me -- the regexp matches on
> every line, so it trucks along past both drawers and regular text to the
> next heading, and stops there. I think the test for the drawer end is
> necessary, which probably means the reg
Torsten Wagner writes:
> Hi all,
>
> I need to evaluate many small java snippets. I tried to do this in
> org-mode but so fare it didn't work out. org-babel seems to have no
> java support ?
Not directly but, given the issues with class paths and naming schemes,
I would suggest that the best rou
Rainer M Krug writes:
> On Tue, Jul 5, 2011 at 6:43 AM, Avdi Grimm wrote:
>
>> I'm trying to produce two slightly different PDF versions from the
>> same document.
>>
>> I want to be able to conditionally include a few LaTeX_HEADER lines
>> when I publish an Org file. I need to do it in a way I
Hi Masashi's,
welcome to the list!
SAKURAI Masashi writes:
> Just yesterday in JST, I released calfw v1.0.
Thanks for this -- I guess you'll find a lot of dedicated testers here.
Please use and abuse Org-mode. You'll soon find out that calendar.el
is a central piece of Org-mode: it uses it
On Tue, Jul 5, 2011 at 11:09 AM, Eric S Fraga wrote:
> Rainer M Krug writes:
>
> > On Tue, Jul 5, 2011 at 6:43 AM, Avdi Grimm
> wrote:
> >
> >> I'm trying to produce two slightly different PDF versions from the
> >> same document.
> >>
> >> I want to be able to conditionally include a few LaTeX
Hi Jude,
Jude DaShiell writes:
> Only in ./b/: 1
> Only in ./b/: 2
> diff -c ./a//Makefile ./b//Makefile
> *** ./a//Makefile 2011-07-03 11:06:04.0 -0400
> --- ./b//Makefile 2011-07-04 18:02:29.0 -0400
Thanks for this suggestion -- I applied a similar patch,
adding a few
Eric S Fraga writes:
> Torsten Wagner writes:
>
>> Hi all,
>>
>> I need to evaluate many small java snippets. I tried to do this in
>> org-mode but so fare it didn't work out. org-babel seems to have no
>> java support ?
>
> Not directly but, given the issues with class paths and naming schemes,
diff -c ./a//Makefile ./b//Makefile
*** ./a//Makefile 2011-07-03 11:06:04.0 -0400
--- ./b//Makefile 2011-07-05 05:22:13.0 -0400
***
*** 513,515
--- 513,530
lisp/org-w3m.elc: lisp/org.el
lisp/org-wl.elc: lisp/org.el
lisp/org-xoxo.elc:
Hi Jude,
I've already applied a similar patch -- see my other email.
Thanks!
--
Bastien
Thanks to both of you for the report.
Nicolas, would you have time to take care of this today? If so, I can
delay 7.6 a bit. Otherwise I will release 7.6 and we can make a 7.6.1
release shortly with such major bugfixes, then push 7.6.1 to Emacs
trunk.
Best,
--
Bastien
Hello,
Bastien writes:
> Thanks to both of you for the report.
>
> Nicolas, would you have time to take care of this today?
I'm on it right now.
Regards,
--
Nicolas Goaziou
Hello,
in both the PDF and HTML versions of the manual, in section 8.2.1, you
can read:
"You can specify a time range by giving start and end times or by
giving a start time and a duration (in HH:MM format). Use `-' or
`-{}-' as the separator"
The correct output should instead mention:
Hi Sébastien,
Sébastien Delafond writes:
> For the record, this is Debian bug #632158[0].
Thanks for reporting this -- I've just pushed a fix which
doesn't use the dashes themselves as they are in the examples
below the text.
> [0] http://bugs.debian.org/632158
Can you close this bug report o
Hello,
t...@tsdye.com (Thomas S. Dye) writes:
> Aloha all,
>
> Links in tables have changed recently.
>
> I have this link definition:
>
> #+source: define-citep-link
> #+begin_src emacs-lisp :results silent
> (org-add-link-type
> "citep" 'ebib
> (lambda (path desc format)
>
Hello,
Samuel Wales writes:
> I find that in recent git org, footnotes do not export to HTML. The
> calls export, but the footnotes do not.
As I cannot reproduce this on my test files, I will need an ECM to debug
this.
Regards,
--
Nicolas Goaziou
I tested this again over the weekend, and finally understood what you were
saying.
I put a
#+resname: blah
: blahcontent
and then I can use <> to get "blahcontent" replaced without keeping the
newlines.
Is this "abusing" resname, or is it a proper use of the keyword? Will this
behavior be s
On 2011-07-05, Bastien wrote:
> Thanks for reporting this -- I've just pushed a fix which
> doesn't use the dashes themselves as they are in the examples
> below the text.
Thank you !
> Can you close this bug report on Debian side?
I'll do so as soon as I upload to Debian the next release of or
SAKURAI Masashi writes:
[...]
> Just yesterday in JST, I released calfw v1.0.
This is just awesome!
[...]
> I have not used orgmode so far, so I'm not good at the schedule management in
> the orgmode. Comments and patches are welcome.
Ok. Here you go:
1. I have just send you a patch off-li
Michael Markert writes:
> On 1 Jul 2011, Bastien wrote:
>
>> PS: there are definitely nice things in Taskwarrior I would love to
>> see integrated in Org. Let's continue brainstorming about this.
>
> I don't know if Taskwarrior features that, but I'd like to see a
> time-table like week-view wit
Nicolas Goaziou writes:
> Hello,
>
> Samuel Wales writes:
>
>> I find that in recent git org, footnotes do not export to HTML. The
>> calls export, but the footnotes do not.
>
> As I cannot reproduce this on my test files, I will need an ECM to debug
> this.
could it be an Emacs 22 specific iss
I would just use a symlink to the right header.
On Tue, Jul 05, 2011 at 11:25:41AM +0200, Rainer M Krug wrote:
> On Tue, Jul 5, 2011 at 11:09 AM, Eric S Fraga wrote:
>
> > Rainer M Krug writes:
> >
> > > On Tue, Jul 5, 2011 at 6:43 AM, Avdi Grimm
> > wrote:
> > >
> > >> I'm trying to produce tw
On Tue, 05 Jul 2011 10:07:19 +0100, Eric S Fraga wrote:
Torsten Wagner writes:
Hi all, I need to evaluate many small java snippets. I tried to do
this
in org-mode but so fare it didn't work out. org-babel seems to have
no
java support ?
Not directly but, given the issues with class paths an
Nicolas Goaziou wrote:
> Hello,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
> > Aloha all,
> >
> > Links in tables have changed recently.
> >
> > I have this link definition:
> >
> > #+source: define-citep-link
> > #+begin_src emacs-lisp :results silent
> > (org-add-link-type
> > "ci
MidLifeXis at PerlMonks writes:
> I tested this again over the weekend, and finally understood what you were
> saying.
>
> I put a
>
> #+resname: blah
> : blahcontent
>
> and then I can use <> to get "blahcontent" replaced without keeping
> the newlines.
>
> Is this "abusing" resname, or is it
SAKURAI Masashi writes:
[...]
>> > https://github.com/kiwanami/emacs-calfw
[...]
>
> Just yesterday in JST, I released calfw v1.0.
This is brilliant! Many thanks for this. Very useful for quick diary
planning! I particularly like the different views and, for once, the
default colour scheme
Looking over the IRC overnight logs, I saw a post and it brought
a smile to my face, so I thought I would share:
,
| ...
| *** jceb (~j...@mail.univention.de) has joined channel #org-mode [02:15]
| I love the odt export. Jambunathan is my hero! [02:22]
| *** chrisb (~chr...@pool-71-175-247
Aloha Nicolas,
I can confirm that the formerly broken links in my tables work with
Org-mode version 7.5 (release_7.5.596.gea215).
All the best,
Tom
Nicolas Goaziou writes:
> Hello,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> Aloha all,
>>
>> Links in tables have changed recently.
>>
>> I h
Hi Stefan,
Thanks for the tips. Most already done.
On Tue, 5 Jul 2011, Stefan Vollmar wrote:
you could start with an Emacs-typical approach by editing your
~/.emacs-file so that .org-files are automatically opened with
org-mode
Yes I've followed the initial instructions and love that emacs k
Hi,
I'm very excited about this project! However it doesn't seem to work?
Calling M-x cfw:open-calendar-buffer results in:
let: Symbol's function definition is void: cfw:create-calendar-buffer
It seems that this function isn't defined anywhere?
I'm running off of git master.
SAKURAI Masashi
Also, cfw:open-org-calendar works, but things seem really slow... it
looks like you're recalculating the entire orgmode agenda for every day.
I wonder if things could be sped up if the orgmode agenda was calculated
for the entire period all at once and then broke that up into days?
SAKURAI Masashi
Greetings. I'd like to be able to view just the source-code blocks in a Babel
file. I.e., I'd like to do something logically equivalent to "tangle", but
without creating a separate file, just a view within the current file. Any
suggestions?
Thanks,
-- Mike
Thomas S. Dye wrote:
> I can confirm that the formerly broken links in my tables work with
> Org-mode version 7.5 (release_7.5.596.gea215).
>
I'm puzzled (and a bit worried about the integrity of my tree): I pulled
a short while ago and ''git describe HEAD'' says:
baseline-490-gde0fcdf
Hi Nicolas,
On 2011-07-05, Nicolas Goaziou wrote:
> As I cannot reproduce this on my test files, I will need an ECM to debug
> this.
Included.
The bug occurs in ASCII export also.
Try exporting with and without tasks (see end of minimal code).
Hope it helps.
Samuel
--
The Kafka Pandemic: h
Samuel Wales writes:
> On 2011-07-05, Nicolas Goaziou wrote:
>> As I cannot reproduce this on my test files, I will need an ECM to debug
>> this.
>
> Included.
>
> The bug occurs in ASCII export also.
Thank you ! I have (hopefully) fixed it in master.
Regards,
--
Nicolas Goaziou
How about
emacsclient -ca "" --eval "(org-mode)"
or just your index.org file:
emacsclient -ca "" ~/index.org
In Gnome or other fancy DE you'd just create a .desktop file to make an
entry in your launcher. I don't know how one does something similar in
Macs.
–Rasmus
--
Sent from my E
Hey Tom!
One way to use \enquote in your LaTeX export is described here:
http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-10-3
[[latex:enquote][Das ist ein Test]] will export as \enquote{Das ist ein
Test}.
Thanks for your hint. But this is a rather cumbersome way to quote
tex
Nick Dokos writes:
> Thomas S. Dye wrote:
>
>> I can confirm that the formerly broken links in my tables work with
>> Org-mode version 7.5 (release_7.5.596.gea215).
>>
>
> I'm puzzled (and a bit worried about the integrity of my tree): I pulled
> a short while ago and ''git describe HEAD'' says
Frederik writes:
> Hey Tom!
>
>> One way to use \enquote in your LaTeX export is described here:
>>
>> http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-10-3
>>
>> [[latex:enquote][Das ist ein Test]] will export as \enquote{Das ist ein
>> Test}.
>
> Thanks for your hint. But this i
Bernt Hansen wrote:
> Nick Dokos writes:
>
> > Thomas S. Dye wrote:
> >
> >> I can confirm that the formerly broken links in my tables work with
> >> Org-mode version 7.5 (release_7.5.596.gea215).
> >>
> >
> > I'm puzzled (and a bit worried about the integrity of my tree): I pulled
> > a shor
Nick Dokos writes:
> Bernt Hansen wrote:
>
>> Nick Dokos writes:
>>
>> > Thomas S. Dye wrote:
>> >
> From what I gather, Tom is getting additional merge commits every time
> he pulls (which accounts for the extras and the different SHA1). I think
> I used to have that problem, but I don't any
Bernt Hansen wrote:
> Assuming his has local commits buried in his history somewhere Tom can
> 'fix' it by doing
>
> $ git checkout master
> $ git reset --hard origin/master
> $ git cherry-pick
>
> so the new commits are on top of origin/master, and set his master
> branch to automatical
Nick Dokos writes:
> Bernt Hansen wrote:
>
>> Assuming his has local commits buried in his history somewhere Tom can
>> 'fix' it by doing
>>
>> $ git checkout master
>> $ git reset --hard origin/master
>> $ git cherry-pick
>>
>> so the new commits are on top of origin/master, and set hi
diff -c a//Makefile b//Makefile
*** a//Makefile 2011-07-05 21:05:08.0 -0400
--- b//Makefile 2011-07-05 21:05:21.0 -0400
***
*** 14,20
EMACS=emacs
# Where local software is found
! prefix=/usr/local
# Where local lisp files go.
lispdir = $(prefix)/sha
a git clone of org-mode in /home/jude prouces
/home/jude/org-mode/org-mode/ and puts content in the fourth level
directory which breaks the Makefile's ability to make all. I don't know
how or why this happens.
On slackware and debian /usr/local is used by some programs sometimes
though originally /usr/local directory hierarchy was intended to be a
place in which things could be put by the system administrator and be left
alone by the system's package updates system. If it was in that folder
hierarch
On Mon, Jul 4, 2011 at 10:40 AM, Vinh Nguyen wrote:
> Dear list,
>
> I'm having trouble setting up org-mobile in emacs for use with
> MobileOrg on Android. I have the following in my init file:
>
> ;; org-mode OrgMobile
> (setq org-directory "~/Documents/Org") ;; my folder is empty
> (setq org-mo
At Tue, 5 Jul 2011 21:13:47 -0400 (EDT),
Jude DaShiell wrote:
>
> a git clone of org-mode in /home/jude prouces
> /home/jude/org-mode/org-mode/ and puts content in the fourth level
> directory which breaks the Makefile's ability to make all. I don't know
> how or why this happens.
I cannot reprod
I needed to fix a script on my end and just got it in hand.
Hi Tom!
It looks more cumbersome than it is in practice. You can use C-c C-l to
add the link and depending on the length of the link type name, it can
be very close to the same number of keystrokes you'd need for
\enquote{}.
During normal LaTex editing I never type `\enquote{}'. Of course I t
Hello,
I checked and indeed "content" is working well.
Pierre
Le 1 juil. 11 à 16:06, Sebastien Vauban a écrit :
Hi Pierre,
Pierre de Buyl wrote:
Le 28 juin 11 à 23:45, Sebastien Vauban a écrit :
Here is thus my proposition for a better div-structured HTML.
There are only four parts requir
54 matches
Mail list logo