Iannis Zannos writes:
Greetings Iannis.
> Publish provides very extensive configuration capabilities, which
> include a preparation-function and a completion-function hook.
I saw the manual and worg pages on publishing, but thought that
configuring publishing parameters was simply too much wor
Karl Voit writes:
Greetings again.
>> Is there a way to associate a property with each repeating timestamp
>> and show this property in the agenda? (There most likely is.)
>
> (setq org-agenda-skip-additional-timestamps-same-entry nil)
> ... most probably fixing your issue IMHO.
>
> ;; Show all
Hi there,
I use https://github.com/leoliu/applescripts/blob/master/Notes.el to
pull notes from Notes.app on OS X into an org buffer.
Naturally I also want to hook something into org-capture to create new
notes. However, it seems org-capture-templates requires a file-location
of some sort, which i
On Sun, Oct 13, 2013 at 05:59:38PM +0800, Leo Liu wrote:
> Hi there,
>
> I use https://github.com/leoliu/applescripts/blob/master/Notes.el to
> pull notes from Notes.app on OS X into an org buffer.
>
> Naturally I also want to hook something into org-capture to create new
> notes. However, it see
On Sun, Oct 13, 2013 at 03:30:52PM +1100, Chris Henderson wrote:
> I have the following line in my .emacs for tasks which I invoke with C-c
> C-t. How can I add another tag called 'Started' for tasks I already started:
>
> (setq org-todo-keywords
> '((sequence "TODO(t)" "|" "DONE(d)")
Hi Org-list,
How do you guys manage repeated irregular entries when using
org-caldav?
In particular, I have entries like
* Course with irregular times
<2013-09-23 Mon 15:30-17:30>
<2013-09-24 Tue 15:00-17:00>
<2013-10-18 Fri 15:00-17:00>
Or
* Person X visiting
<2013-09-21 Fri>--<2
On Oct 12, 2013, at 5:54 PM, Manish wrote:
>
>
> i'll look into rebuilding outlook profiles and spotlight indexes.
> meanwhile, following has worked consistently for me:
>
> #+begin_src emacs-lisp
> (defun org-mac-outlook-message-open (msgid)
> "open a message in outlook"
> (do-applescrip
Hi List,
with tmp.org
#+begin_src org
* TODO [#A] This *is* _the_ \Headline\ <2013-10-13 So 04:44> :tag1:
:PROPERTIES:
:CUSTOM_ID: abc123
:END:
#+end_src
calling `org-element-parse-buffer' yields:
#+begin_src emacs-lisp
(org-data nil (headline (:raw-value This *is* _the_ \Headline\
Previously ~org-mac-outlook-message-open~ used the Mac OS X Spotlight
index via ~mdfind~ to open messages via shell commands. This patch
changes the open to an AppleScript method to resolve an issue reported
by Manish Sharma.
---
contrib/lisp/org-mac-link.el | 14 +++---
1 file changed, 7
On 09/10/13 14:57, Alexander Vorobiev wrote:
There is also emacs for Android
https://play.google.com/store/apps/details?id=com.zielm.emacs but
after trying it and playing with some other ports of unix
applications, I decided to bit the bullet and install full Ubuntu on
That looks interesting to
Hello,
Thorsten Jolitz writes:
> with tmp.org
>
> #+begin_src org
> * TODO [#A] This *is* _the_ \Headline\ <2013-10-13 So 04:44> :tag1:
> :PROPERTIES:
> :CUSTOM_ID: abc123
> :END:
> #+end_src
Italic syntax is /Headline/, not \Headline\.
Regards,
--
Nicolas Goaziou
Nicolas Goaziou writes:
> Hello,
>
> Thorsten Jolitz writes:
>
>> with tmp.org
>>
>> #+begin_src org
>> * TODO [#A] This *is* _the_ \Headline\ <2013-10-13 So 04:44> :tag1:
>> :PROPERTIES:
>> :CUSTOM_ID: abc123
>> :END:
>> #+end_src
>
> Italic syntax is /Headline/, not \Headline\.
,---
Hello,
Thorsten Jolitz writes:
> with tmp.org
>
> #+begin_src org
> * A
> DEADLINE: <2013-10-11 Fr 06:33 +1m -3d>
>
> txt A
>
> * B
> DEADLINE: <2013-10-11 Fr 22:00 +1m>
>
> txt B
> #+end_src
>
> calling `org-element-parse-buffer' results in the following parse-tree
[...]
> It looks as if
Hello,
Vladimir Lomov writes:
> topic title states my problem completely, some details:
> - I use emacs compiled from bzr trunk (revno 114606) on my system:
> Archlinux x86_64 with gcc 4.8.1 and make 4.0;
> - org-mode: 8.2.1-86-gbe3dad.
>
> This is excert from make log:
> #+BEGIN_EXAMPLE
> ...
Dear Bastien et al,
I have been reading through the Org manual (version 8.2.1) and have
found a few errors of grammar or places where the English doesn't
sound right. I list them below with some suggested replacements
(separated by ->). I hope this is helpful.
Best,
Tony
* 1.4 Feedback
"If you
Hello,
I'd like to present my project Dynsite for orgmode here, as I believe it
fits in well with the currnent status of org-publish. Dynamite is a package
that simplifies the task of creating project configurations for
org-publish. One can define many projects in a "site" just by placing a
config
Dear org-moders,
It might be terribly simple, but I failed to find a solution. How can I mark
several words as bold (or emphasized or any similar markup), in particular if
the words spans over *more then one line*?
A similar problem can occur when one is pasting a long line into an org-mode
bu
Greetings,
In a table, is it possible to denote that an entire column is LaTeX
markup, rather than using the $$ markup around each expression.
Sample table:
|-+--|
| Term| Explanation |
|-+--|
| $$x^2$$ | This is a square |
| $$x^3$$ | Th
Dnia 2013-10-13, o godz. 20:49:30
Dror Atariah napisał(a):
> Dear org-moders,
>
> It might be terribly simple, but I failed to find a solution. How can
> I mark several words as bold (or emphasized or any similar markup),
> in particular if the words spans over *more then one line*?
>
> A simil
On Oct 13, 2013, at 21:38 PM, Marcin Borkowski wrote:
> Dnia 2013-10-13, o godz. 20:49:30
> Dror Atariah napisał(a):
>
>> Dear org-moders,
>>
>> It might be terribly simple, but I failed to find a solution. How can
>> I mark several words as bold (or emphasized or any similar markup),
>> in pa
Dnia 2013-10-13, o godz. 21:58:20
Dror Atariah napisał(a):
>
> On Oct 13, 2013, at 21:38 PM, Marcin Borkowski wrote:
>
> > Dnia 2013-10-13, o godz. 20:49:30
> > Dror Atariah napisał(a):
> >
> >> Dear org-moders,
> >>
> >> It might be terribly simple, but I failed to find a solution. How
> >>
Hello. I'm trying to export an Org file with some basic latex code (block
with "#+BEGIN_SRC latex :file block1.png" and "tex:dvipng" in "#+OPTIONS:")
but this shows up in the *Messages* buffer:
>org-babel-exp processing...
>executing Latex code block (block1)...
>Failed to create dvi file from
c:/
Is it possible to add a function to org-ctrl-c-ctrl-c-hook without patching
ob-core.el? If I just add something like
(add-hook 'org-ctrl-c-ctrl-c-hook 'org-babel-stop-if-file-collision)
in my .emacs I notice that my addition gets overwritten later via the
autoloads (I think) that are defined in o
In case it helps, there is org-confirm-babel-evaluate.
(But I have not found it to be useful, because it does not seem to
place point in a place where you can check properties, etc.)
Samuel
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have
On Oct 10, 2013, at 11:50, François Pinard wrote:
>
> P.S. What is proper English: "nobody remember" or "nobody remembers"?
>
Remembers. 'Nobody' counts as singular, as does 'no one'. English isn't
totally consistent on this matter, however, as 'none' takes a plural verb.
No one is brave
--text follows this line--
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
--
On 2013-10-13 18:17 +0800, Suvayu Ali wrote:
> How about using a dummy file?
It's a workaround which I want to avoid if possible. Thus me asking
here.
Leo
How do I get two column output with org-mode ? I'm not looking for tables
but more like what you get in a newspaper article. Is that possible to do
with org-mode ?
For the most part this is for publishing to HTML and PDF.
cheers,
mehul
--
Mehul N. Sanghvi
email: mehul.sang...@gmail.co
Mehul Sanghvi writes:
> How do I get two column output with org-mode ? I'm not looking for
> tables but more like what you get in a newspaper article. Is that
> possible to do with org-mode ?
>
> For the most part this is for publishing to HTML and PDF.
>
For LaTeX/PDF, this should suffice:
On Sun, Oct 13, 2013 at 10:48 PM, Nick Dokos wrote:
> Mehul Sanghvi writes:
>
> > How do I get two column output with org-mode ? I'm not looking for
> > tables but more like what you get in a newspaper article. Is that
> > possible to do with org-mode ?
> >
> > For the most part this is for pu
Nick Dokos writes:
> Karl Voit writes:
>
>> * M wrote:
>>>
>>> Hi,
>>
>> Hi!
>>
>>> I'd like to set up org-mode in a way to separate my personal data from my
>>> gerenal settings.
>>> and easily re-enable them later.
>> [...]
>>> I assume that some of you already have something like that or can
TonyMc writes:
> Dear Bastien et al,
>
> I have been reading through the Org manual (version 8.2.1) and have
> found a few errors of grammar or places where the English doesn't
> sound right. I list them below with some suggested replacements
> (separated by ->). I hope this is helpful.
>
> Bes
Thank you for your comments and suggestions!
Running a virtual machine for the second setup is an interesting idea, but
it is problematic, as I'm using MacOS X 10.6 and AFAIK it is not permitted
to run it in a VM.
I'm currently working with org-mode under OS X (Aquamacs) at home and under
Windows
Dror Atariah writes:
> Dear org-moders,
>
> It might be terribly simple, but I failed to find a solution. How can
> I mark several words as bold (or emphasized or any similar markup),
> in particular if the words spans over *more then one line*?
>
> A similar problem can occur when one is pasting
* doc/org.texi: Fix grammar and typo.
Based on the patch proposed by TonyMc
---
doc/org.texi | 109 +-
1 file changed, 55 insertions(+), 54 deletions(-)
diff --git a/doc/org.texi b/doc/org.texi
index 0271d70..a202af8 100644
--- a/doc/org.
Hello Martin,
for situations like this I would consider switching between branches on
Git. If you are using Mercurial, maybe there is a similar possibility.
Iannis Z.
On Mon, Oct 14, 2013 at 8:01 AM, M wrote:
> Thank you for your comments and suggestions!
>
> Running a virtual machine for the
Hello Mehul,
for HTML you would need to find/modify/write your own css template. I find
the relatively recent Bootstrap package rather convenient for doing things
like that because it defines a grid right away out of the box and gives you
the means for defining columns and rectangular areas (boxes
Thank you Tony,
I have applied these.
- Carsten
On 13.10.2013, at 19:01, TonyMc wrote:
> Dear Bastien et al,
>
> I have been reading through the Org manual (version 8.2.1) and have
> found a few errors of grammar or places where the English doesn't
> sound right. I list them below with some
Noorul,
thank you very much for this service!
A few minutes to late, I did this on my train ride.
- Carsten
On 14.10.2013, at 07:11, Noorul Islam K M wrote:
>
> * doc/org.texi: Fix grammar and typo.
>
> Based on the patch proposed by TonyMc
> ---
> doc/org.texi | 109 +++
if anyone is interested in this, a simple defadvice appears to be a good
option, I put
(defadvice org-babel-execute-maybe (around org-babel-stop-on-collision)
"stop execution of result file defined more than once"
(let ((info (org-babel-get-src-block-info)))
(setq result-file (cdr (assoc :
On Oct 13, 2013, at 22:22 PM, Marcin Borkowski wrote:
> Dnia 2013-10-13, o godz. 21:58:20
> Dror Atariah napisał(a):
>
>>
>> On Oct 13, 2013, at 21:38 PM, Marcin Borkowski wrote:
>>
>>> Dnia 2013-10-13, o godz. 20:49:30
>>> Dror Atariah napisał(a):
>>>
Dear org-moders,
It mi
On Oct 14, 2013, at 07:11 AM, Eric Abrahamsen wrote:
> Dror Atariah writes:
>
>> Dear org-moders,
>>
>> It might be terribly simple, but I failed to find a solution. How can
>> I mark several words as bold (or emphasized or any similar markup),
>> in particular if the words spans over *more th
42 matches
Mail list logo