hi,
i use ebib to manage my bibtex references. it would be really cool if
orgmode could follow links to bibtex entries using ebib. what i would
like is to be able to follow a link such as [[bib:bibentry]] and end
up in ebib, with my standard bibtex database opened, and entry
positioned at the bibe
Hi Erik,
I am *not* a programmer so expect considerable chaff for every kernel
of wheat (no wheat guaranteed).
I would pass the function an org-mode link then write out the contents
pointed at by the link inside a named code block, with each line
preceded by an optional comment character.
Go to: Settings -> Applications -> Application settings -> check "allow
installation of non-Market applications"
then browse to the github wiki page with your phone's browser, click on and
download the apk, when it is through downloading just tap the file and it
should start the install.
73,
Mat
I've been looking at the mailing list archive here:
http://www.mail-archive.com/emacs-orgmode@gnu.org/msg22964.html
I have some questions/issues:
1) is there a 'current' version of org-atom.el? The attachment on the email
listing is from March and there doesn't appear to be a file on the site (
h
Le vendredi 28 mai 2010 à 11:05 +0200, Sven Bretfeld a écrit :
> Hi to all, hi Matthew
>
> I can say that Note capturing works on my HTC
> Magic,
Working also on my LG GW620, however the SAVE Button gets hidden by the
on-screen keyboard.
I think I've seen other android apps keeping some buttons v
Thomas S. Dye wrote:
Hi Erik,
If the proposed functionality places comments in the source code in
whatever order they appear in the org-mode file, then the result will
likely frustrate literate programming efforts that rearrange code blocks
on tangling.
Yes, thank you for pointing that ou
Sven, thanks for the wonderful feedback. MobileOrg Android does attach a
timestamp to the note (similar to what the iphone version does, just below
the headline) but anything else you want as part of the heading you do have
to type manually.
I haven't yet published a roadmap because I've been on
Le vendredi 28 mai 2010 à 11:05 -0700, Enrico Indiogine a écrit :
> Greetings!
>
> Anyway, I would like to install MobileOrg for Android. I know how to
> install apps from the Android Market using the phone directly. I do
> not know how to install apps using Github. I have looked for
> instruc
Hi Erik,
If the proposed functionality places comments in the source code in
whatever order they appear in the org-mode file, then the result will
likely frustrate literate programming efforts that rearrange code
blocks on tangling.
Another way to get pieces of the org-mode file into the
Greetings!
2010/5/28 Sven Bretfeld :
> I had a look at matburt's Github today and found the new 0.4alpha-build.
> Now, MobOrg4And supports the capturing of notes. That's what I was
> waiting for all the time. I can say that Note capturing works on my HTC
> Magic, albeit I had little time so far to
Has anyone tried to integrate Org-mode todo items with Lotus Notes ToDo items?
I am interested in at least populating from orgmode to Lotus Notes and not
necessarily looking for reverse population.
___
Emacs-orgmode mailing list
Please use `Reply All
One more idea I had was that it might be interesting to be able to
maintain properties for headlines that indicate the headline/body
should be included as a comment in a specific source file. The reason
I say this is that even if I write my code in org-mode, and in effect
comment the code using
It would be nice to have that feature available as an option :-) Or is there a
way to preserve whitespace in other blocks? I set the variable
org-src-preserve-indentation for SRC blocks but that had no effect.
I'm typing up an HTML doc with lots of (simple) math. However, I'm trying to
avoid us
Hi Erik,
explanation below
Erik Iverson writes:
> Eric Schulte wrote:
>> Hi,
>>
>> The insertion of automatically generated comments in tangled source code
>> is now controlled by the new `org-babel-tangle-w-comments' variable.
>> Setting this variable to non-nil will allow org-babel to insert
##
[[file:~/private/R-org-babel/test.org::*cube%20lets%20go%20to%20the][block-2]]
cube <- function(x) {
# a test comment
x * x * x * x
}
## block-2 ends here
So, you mean that all three of the comments would no longer appear by
default? Or you mean that only my inline function commen
Eric Schulte wrote:
Hi,
The insertion of automatically generated comments in tangled source code
is now controlled by the new `org-babel-tangle-w-comments' variable.
Setting this variable to non-nil will allow org-babel to insert comments
for those languages with comment support.
Can you bri
On May 28, 2010, at 5:32 PM, Uriel Avalos wrote:
Is there a way to convert latex equations and math inside of EXAMPLE
and HTML blocks?
Well, the whole idea of example blocks is to *not* do this. What is
the application for this?
- Carsten
For example, I would like to the following e
On May 20, 2010, at 2:34 PM, Giles Chamberlin wrote:
Org-mode provides the ability to fine tune exported documents
through a
number of export options and conveniently provides interactive
functiosn
to insert boilerplate. The names are a little inconsistent though:
org-insert-export-optio
Is there a way to convert latex equations and math inside of EXAMPLE and HTML
blocks?
For example, I would like to the following equation to display as an equation
in the HTML:
#+BEGIN_EXAMPLE
Hello world
$2^2+\sqrt(2) = 2$
#+END_EXAMPLE
The current behavior just gives me the literal exa
Hi John,
please check out this thread:
http://thread.gmane.org/gmane.emacs.orgmode/12977/focus=13057
and then use org-special-blocks.el
HTH
- Carsten
On May 22, 2010, at 11:50 PM, John Hendy wrote:
Hi,
I just emailed a similar question about tables... but how can one
pass latex option
On May 26, 2010, at 9:28 AM, Bastien wrote:
http://www.fubiz.net/2010/05/19/daily-stack/
This is fun!
I like to see this implemented for Org - maybe some code from M-x
Tetris
could be reused :)
--
Bastien
___
Emacs-orgmode mailing list
Plea
Hi,
The insertion of automatically generated comments in tangled source code
is now controlled by the new `org-babel-tangle-w-comments' variable.
Setting this variable to non-nil will allow org-babel to insert comments
for those languages with comment support.
This changes the default behavior.
* org-gnus.el (org-gnus-prefer-web-links): Mention also Gmane
in the doc string.
---
lisp/org-gnus.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
index 7c668ee..a41de2e 100644
--- a/lisp/org-gnus.el
+++ b/lisp/org-gnus.el
@@ -48,7 +
David Maus writes:
> This function could work for Gnus to push the message id of a message
> to kill-ring and clipboard:
BTW, when you read messages in Gnus, you can simply call
`org-store-link', which will generate a link. Depending on
`org-gnus-prefer-web-links' and the prefix arg, that will
Hi David,
David Maus writes:
> Hi Eric,
>>I just used this file to record a babel change, and I really like the
>>overall idea and the layout. A couple of things that occurred to me.
>
>>- would it be desirable to have a headline property (e.g. ASSIGNEE or
>> somesuch) so that users can take r
Hi Rainer,
The first option you suggested below should already be supported. For
example the following org-mode text
--8<---cut here---start->8---
* appending tangle
:PROPERTIES:
:tangle: appended.el
:END:
append all these block
#+begin_src emacs-l
A message id header field can contain the percent sign which must be
escaped in the context of a url.
David Maus (1):
Escape percent character.
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
h
* org.el (org-fixup-message-id-for-http): Escape percent
character.
---
lisp/org.el |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 33f395b..00de5dc 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -8273,6 +8273,12 @@ This is the list that
Hi all,
I've improved `org-timer-set-timer' again:
,[ `org-timer-set-timer': new prefix argument. ]
| Called with a numeric prefix argument, `org-timer-set-timer' uses
| this numeric value as the duration of the timer.
|
| Called with a `C-u' prefix argument, use `org-timer-default-timer'
|
Hi to all, hi Matthew
I had a look at matburt's Github today and found the new 0.4alpha-build.
Now, MobOrg4And supports the capturing of notes. That's what I was
waiting for all the time. I can say that Note capturing works on my HTC
Magic, albeit I had little time so far to test it more than once
On May 26, 2010, at 6:20 PM, Juan Pechiar wrote:
Trying to adjust the style for fixed-width sections in LaTeX export
(drawers in particular), I found org-latex.el defines a customizable
wrapper for verbatim sections:
(defcustom org-export-latex-verbatim-wrap
'("\\begin{verbatim}\n" . "\\
On May 28, 2010, at 6:47 AM, Samuel Wales wrote:
Same.
Ah, you are right, there is a bug here. Fixed now.
- Carsten
On 2010-05-27, Carsten Dominik wrote:
Hi Samuel,
On May 28, 2010, at 5:53 AM, Samuel Wales wrote:
For months, I found ID properties where they didn't belong.
Finally I
Hi Eric,
>I just used this file to record a babel change, and I really like the
>overall idea and the layout. A couple of things that occurred to me.
>- would it be desirable to have a headline property (e.g. ASSIGNEE or
> somesuch) so that users can take responsibility of issues, and search
>
33 matches
Mail list logo