Hello,
Oleh writes:
> Found the work-around:
>
> @@html:"@@
>
> will do what I want.
>
> regards,
> Oleh
>
> On Sat, Feb 22, 2014 at 5:06 PM, Oleh wrote:
>> Hi all,
>>
>> I'm using verbatim markers to export them as in HTML.
>> But ~"~ isn't recognized as verbatim. I've tried fiddling with
>>
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
#+L
Aaron Ecay 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, p.\space{}160
> | zu
Brian Whitehead 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 all. Just put y
Aloha Grant,
Grant Rettke 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:
>
>
radio tables might be another way.
samuel
On 2/24/14, Grant Rettke 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 might
> look something
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 kee
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 | n-ai-z
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 inte
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'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 wo
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 betw
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 @ /home/osiris
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
Against the latest master:
**BEGIN PATCH*
>From 996e75b3538e60049645a5025a390be603425b8b Mon Sep 17 00:00:00 2001
From: Joe Hirn
Date: Mon, 24 Feb 2014 15:23:09 -0600
Subject: [PATCH] Allow customization of hyperrefsetup via
`org-latex-hyperref-template'
* ox-latex.el (o
Hi John,
John Kitchin 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 on whether the file l
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
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
Date: Mon Feb 24 14:31:33 2014 -0500
Add handling of user-defined custom
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
> 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 ap
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 thin
0001-When-computing-clock-table-remove-arbitrary-limit-on.patch
Description: Binary data
Found the work-around:
@@html:"@@
will do what I want.
regards,
Oleh
On Sat, Feb 22, 2014 at 5:06 PM, Oleh wrote:
> Hi all,
>
> I'm using verbatim markers to export them as in HTML.
> But ~"~ isn't recognized as verbatim. I've tried fiddling with
> org-verbatim-re,
> but it doesn't update on
>
> 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 gmail.com> writes:
I wrote the incorrect function name. This is about org-store-link in
org.el, not org-create-link.
The rest st
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 err
Hello,
"Stefan-W. Hahn" 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
Hello,
"Sebastien Vauban"
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 inline task does not seem to break the li
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
**
Hi Eric,
Eric S Fraga 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
>
> HTH,
> er
Hi Francesco,
"Francesco Pizzolante"
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?
Thanks,
--
Bastien
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,
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.
Thank
> 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
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, unde
Andreas Leha writes:
> Rainer M Krug 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
>> dir.create("./data/", showWarnings=FALSE)
>> save
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 ca
On Mon, Feb 24, 2014 at 8:39 AM, 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
37 matches
Mail list logo