On Mon, Feb 24, 2014 at 8:39 AM, Waldemar Quevedo
waldemar.quev...@gmail.com wrote:
It is rather annoying that github understands the org syntax but not
quite, so the sources appear almost but not quite right.
I maintain the parser that is being by Github =
https://github.com/wallyqs/org-ruby
Hello Waldemar,
Waldemar Quevedo wrote:
It is rather annoying that github understands the org syntax but not
quite, so the sources appear almost but not quite right.
I maintain the parser that is being by Github =
https://github.com/wallyqs/org-ruby
If you let me now the issues I can try to
Andreas Leha andreas.l...@med.uni-goettingen.de writes:
Rainer M Krug rai...@krugs.de writes:
Hi
I would like to save all in org defined variables into an R data
file. In general this works fine with the following code block:
#+begin_src R :session null :results output
Sebastien,
For me, an annoying problem is that the Org #+TITLE is treated as
a simple text, and not outputted as an headline.
So, if we want an headline on GitHub, we need to create a unique level-1
heading, which will be shown as the most important section, hence the
title. Then, under
Sorry I sounded dismissive. You are doing an awesome job, it's
amazing how much it did get right.
No problem at all :)
My problem is that I am trying to share my sources as code, not as
documentation. I would like my .org files to be treated as you would
treat Python code, shown as they are
Hi,
I noticed that when I'm using org-agenda-todo (C-c C-t or via the speed
command) on a task in an agenda view, the view scrolls up to the
selected task (see the following screencast:
http://screencast.com/t/ml5aK0Saw).
The view should not scroll at all but only modify the selected task.
Hi,
Have you tried the numeric equivalent of your times? I believe the if
expression is interpreted as returning a number of seconds. The
following table format line works for me:
#+TBLFM: $4=$3-$2;T::$5=if($4 0,29880,0);T::$6=$4-$5;T
HTH,
eric
--
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.1,
Hi Francesco,
Francesco Pizzolante
fpz-djc/ipccudyqhejpep6iedvlejwur...@public.gmane.org writes:
The view should not scroll at all but only modify the selected task.
I remember fixing this bug a while ago and cannot reproduce it with
Org from master.
What is the version of Org you use?
Hi Eric,
Eric S Fraga e.fr...@ucl.ac.uk writes:
Hi,
Have you tried the numeric equivalent of your times? I believe the if
expression is interpreted as returning a number of seconds. The
following table format line works for me:
#+TBLFM: $4=$3-$2;T::$5=if($4 0,29880,0);T::$6=$4-$5;T
Hello,
If inline tasks are following (right away) a list, then they won't be
correctly parsed: see the result in an export (the END keyword will be
displayed).
--8---cut here---start-8---
The inline task does not seem to break the list!
- a
- b
- c
Hello,
Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org
writes:
If inline tasks are following (right away) a list, then they won't be
correctly parsed: see the result in an export (the END keyword will be
displayed).
This should be fixed. Thank you for reporting it.
The
Hello,
Stefan-W. Hahn i...@s-hahn.de writes:
I have a problem with org-bibtex function org-bibtex-read if I have an
empty field in a bibitem like this:
@article(test,
description = )
In this case the aref gives an exception. I would like to suggest
the attached following fix.
Applied
The following is with release_8.2.5h-649-g2ae5cf.
I get an error when creating a link to a file.
The error originates in code
(cond ((equal desc NONE) (setq desc nil))
((string-match org-bracket-link-analytic-regexp desc)
...)
...)
I think the
The following is with release_8.2.5h-649-g2ae5cf.
I get an error when creating a link to a file.
... stuff deleted
Thanks,
Mirko
mirko mirko.vukovic at gmail.com writes:
I wrote the incorrect function name. This is about org-store-link in
org.el, not org-create-link.
The
Found the work-around:
@@html:kbd/kbd@@
will do what I want.
regards,
Oleh
On Sat, Feb 22, 2014 at 5:06 PM, Oleh ohwoeo...@gmail.com wrote:
Hi all,
I'm using verbatim markers to export them as kbd in HTML.
But ~~ isn't recognized as verbatim. I've tried fiddling with
org-verbatim-re,
0001-When-computing-clock-table-remove-arbitrary-limit-on.patch
Description: Binary data
I actually posted it here:
https://github.com/railwaycat/emacs-mac-port/issues/43
Emacs + orgmode is the best combo for everything related to information
management. I've tried Evernote a couple of times, but the workflow feels
slow and awkward, no matter how polished they make the app.
One
I actually posted it here:
https://github.com/railwaycat/emacs-mac-port/issues/43
Emacs + orgmode is the best combo for everything related to information
management. I've tried Evernote a couple of times, but the workflow feels
slow and awkward, no matter how polished they make the app.
I just did a pull of maint and I get:
...
Loading /home/nick/src/emacs/org/org-mode/testing/lisp/test-ob.el (source)...
Eager macro-expansion failure: (void-variable test-line)
Symbol's value as variable is void: test-line
make: *** [test] Error 255
Nick
Nicolas,
can you take a look at this patch? If it looks OK, I can
push it to maint.
--8---cut here---start-8---
commit f820173bf514549134e8ba10a1e539cb89f6
Author: Nick Dokos ndo...@redhat.com
Date: Mon Feb 24 14:31:33 2014 -0500
Add handling of
Nick Dokos writes:
I just did a pull of maint and I get:
...
Loading /home/nick/src/emacs/org/org-mode/testing/lisp/test-ob.el (source)...
Eager macro-expansion failure: (void-variable test-line)
Symbol's value as variable is void: test-line
make: *** [test] Error 255
I've fixed that in
Hi John,
John Kitchin jkitc...@andrew.cmu.edu writes:
you can do this with a filter, and conditional handling. I did
something like this at
http://kitchingroup.cheme.cmu.edu/blog/2013/09/28/Changing-links-to-files-so-they-work-in-a-blog/
where file links were handled differently depending
Against the latest master:
**BEGIN PATCH*
From 996e75b3538e60049645a5025a390be603425b8b Mon Sep 17 00:00:00 2001
From: Joe Hirn joseph.h...@gmail.com
Date: Mon, 24 Feb 2014 15:23:09 -0600
Subject: [PATCH] Allow customization of hyperrefsetup via
I'm finally spending some time trying to implement using org-mode and
mobileorg. I need to use it from multiple systems. Does anyone have some
recommendations on doing this? The issues I can see are having to sync the
files between the ~/Dropbox/Apps/MobileOrg/ directory and ~/org/
directories
Hi!
Calendar can be exported without evaluating
babel code blocks?
I try setting in .emacs:
(setq org-confirm-babel-evaluate nil)
(setq org-export-babel-evaluate nil)
but always evaluate when exports iCalendar :-(
thanks!
Org-mode version 8.2.5h
(release_8.2.5h-631-g076b8e @
On Mon, February 24, 2014 4:18 pm, Brian Whitehead wrote:
I'm finally spending some time trying to implement using org-mode and
mobileorg. I need to use it from multiple systems. Does anyone have some
recommendations on doing this? The issues I can see are having to sync
the
files between
I'm writing about a recent thread combining syntex with ox-latex.
Four posts on this are here:
https://lists.gnu.org/archive/html/emacs-orgmode/2013-10/msg00905.html
including an ox-synctex.el that implements PDF - Org syncing.
I have bi-directional synctex working with LaTeX source, and
I understand how it works. Are you recommending to simply set the org default
directory to the Dropbox filter or even just use a symlink? I'm testing this
now.
The org-mobile-push will move them there, but it seems that org-mobile-pull
only grabs the from-mobile.org.
Sent from my iPhone
I meant to send this reply to the list as well:
Hi Ken,
I originally wrote the ox-synctex code. I find that the code in your
example works for me only after re-evaluating the two functions that
ox-synctex advises (org-export-as and org-latex-compile). This must be
some oddity of how advice
Hi Richard,
This looks very interesting. I have created some code that uses tables
for glossed examples. So it turns this:
#+name: ex:ilurdotz
#+header: :gloss yes
#+header: :trans You carried me in the car.
#+header: :cite /MVAV/ Southern High Navarre, p.\space{}160
| zuek| ekarri |
Hi,
My goal is to define a table in org-mode, display it nicely to humans
using export, and tangle that same data table into
an elisp data structure for use elsewhere within the program. It might
look something like this:
;;;
* Modes
This is a place for humans to
radio tables might be another way.
samuel
On 2/24/14, Grant Rettke g...@wisdomandwonder.com wrote:
Hi,
My goal is to define a table in org-mode, display it nicely to humans
using export, and tangle that same data table into
an elisp data structure for use elsewhere within the program. It
Aloha Grant,
Grant Rettke g...@wisdomandwonder.com writes:
Hi,
My goal is to define a table in org-mode, display it nicely to humans
using export, and tangle that same data table into
an elisp data structure for use elsewhere within the program. It might
look something like this:
Brian Whitehead bwhit...@gmail.com writes:
I understand how it works. Are you recommending to simply set the org default
directory to the Dropbox filter or even just use a symlink? I'm testing this
now.
If your use case is simply to sync across two computers then you don't
need mobileorg at
Aaron Ecay aarone...@gmail.com writes:
This looks very interesting. I have created some code that uses tables
for glossed examples. So it turns this:
#+name: ex:ilurdotz
#+header: :gloss yes
#+header: :trans You carried me in the car.
#+header: :cite /MVAV/ Southern High Navarre,
Hi all,
there seems to be a bug that becomes apparent when overlay
specifications are given to items in sublists.
Here is an example:
--8---cut here---start-8---
#+TITLE: Example Presentation
#+AUTHOR: Carsten Dominik
#+OPTIONS: H:2
#+LATEX_CLASS: beamer
Hello,
Oleh ohwoeo...@gmail.com writes:
Found the work-around:
@@html:kbd/kbd@@
will do what I want.
regards,
Oleh
On Sat, Feb 22, 2014 at 5:06 PM, Oleh ohwoeo...@gmail.com wrote:
Hi all,
I'm using verbatim markers to export them as kbd in HTML.
But ~~ isn't recognized as verbatim.
37 matches
Mail list logo