Dear all,
I would like to propose a patch for `org-open-at-point' to find a link
after point when called inside a paragraph. It had this behavior at some
time and I think lost it during the org-element re-factoring. This patch
restores this ancient behavior with the new way the function is coded.
Hi Rasmus,
2015ko urtarrilak 25an, Rasmus-ek idatzi zuen:
> Should add a note on this to the manual? Or is it clear enough as it
> is?
I think it would be a good idea to add a note about this in the manual.
Perhaps in the form of another example in the node for the :post header
argument (info "(
writes:
> On Friday, 23 Jan 2015 at 09:11, Loris Bennett wrote:
>> Hi,
>>
>> I want to have the element of a list in a Beamer presentation appear
>> one-by-one and then finally colour one entry red, so I do the following:
>
> [...]
>
>> This works, but is there something generic I can use to gene
Hi,
At Fri, 23 Jan 2015 20:32:24 +0100,
Marco Wahl wrote:
> There is ./contrib/lisp/org-wl.el at least in the current master branch.
This file is not in my org files integrated in emacs. That's why I didn't find
it. Are there many differences between integrated org (emacs git repo), elpa
package
Søren Mikkelsen writes:
> On 2015-01-23 09:59, Christian Egli wrote:
>> Søren Mikkelsen writes:
>>
>>> It works, but only for tasks that aren't having a start
>>> attribute. It is possible to give a warning if the start
>>> attribute already exists and make the default one, the one
>>> specifie
Hi all, been using Org-Mode for just over a month now and have stumbled
into something that I cannot still figure out how to implement.
I want to set aside a fixed amount of time each day (say 2 hours) at a
specific time(18-00-20:00 say) to work on a specific task. I want this task
to repeat for 7
Hi Sagar,
I think you either want a repeating task see
http://orgmode.org/manual/Repeated-tasks.html
or to use org-clone-subtree-with-time-shift see
http://orgmode.org/manual/Structure-editing.html#Structure-editing
I think repeated tasks repeat for ever, so from your description
org-clone-subtr
Samuel Loury writes:
> I would like to propose a patch for `org-open-at-point' to find a link
> after point when called inside a paragraph. It had this behavior at some
> time and I think lost it during the org-element re-factoring. This patch
> restores this ancient behavior with the new way the
Sagar Shankar writes:
> Hi all, been using Org-Mode for just over a month now and have stumbled into
> something that I cannot still figure out how to implement.
>
> I want to set aside a fixed amount of time each day (say 2 hours) at a
> specific
> time(18-00-20:00 say) to work on a specific ta
Hi eveyrone,
I've just looked back through my email archives and from what I can tell,
almost everyone who uses Org to write papers uses LaTex for the final
product.
I have never learned to use Latex, mostly because, as a humanist, almost
none of my colleagues can use LaTex files, and the same go
On Monday, 26 Jan 2015 at 09:22, Loris Bennett wrote:
[...]
> Aaron and Eric: I understand what is meant about this being more of a
> beamer question, but I'm only really interested in using Beamer via Org.
sure but the point is that beamer may have a solution to your problem
which then automati
Hi,
Aaron Ecay writes:
> 2015ko urtarrilak 25an, Rasmus-ek idatzi zuen:
>> Should add a note on this to the manual? Or is it clear enough as it
>> is?
>
> I think it would be a good idea to add a note about this in the manual.
> Perhaps in the form of another example in the node for the :post h
Hello,
Samuel Loury writes:
>> I would like to propose a patch for `org-open-at-point' to find a link
>> after point when called inside a paragraph. It had this behavior at some
>> time and I think lost it during the org-element re-factoring. This patch
>> restores this ancient behavior with the
Can anyone tell me where the source code for org-info at
http://orgmode.org/org-info.js
is? This verison if minified.
There are these:
https://github.com/SebastianRose/org-info-js/
https://github.com/RickMoynihan/org-info-js
Some of the web pages aabout org-info aren't working.
http://orgmod
I use visual-line-mode to wrap long lines on display.
But for org tables, wrapping makes the display very confused.
Is it possible to have truncate-lines ONLY for lines that represent tables?
I solve this problem in my tables by using a table length-constraining
parameter:
| my table | long-cell |
| | <10> |
| | tons of text that should be cut off at a reasonable length (just
10 chars) and not run on forever |
| |
Phillip Lord writes:
> Can anyone tell me where the source code for org-info at
>
> http://orgmode.org/org-info.js
>
> is? This verison if minified.
>
> There are these:
>
> https://github.com/SebastianRose/org-info-js/
A copy of this version is on Worg under code/org-info-js, the plain
source is
Hmm,
Looks like I asked this about a year ago and didn't follow up on it. Does
anyone know a way to generate org-mode syntax from an html string? I would
like to extend zotxt slightly (see my last post) and at present zotxt can
pull citations 7 bibliography entries from Zotero only in plain-text
On Monday, 26 Jan 2015 at 21:43, Vladimir Alexiev wrote:
> I use visual-line-mode to wrap long lines on display.
> But for org tables, wrapping makes the display very confused.
> Is it possible to have truncate-lines ONLY for lines that represent tables?
I have the same issue. I do have visual-li
Using the magic wizard program Pandoc, I just had success with a simple little
example:
pandoc -o test.org test.html
Input test.html:
TEST strong!
Cell 1
Cell 2
Cell 3
Cell 4
Output test.org:
*T
Hello,
my blog (sbrisard.github.io) is entirely written with org-mode. Org-mode
offers everything I need, except for one minor detail. It is very
difficult to include the same CSS file in the html-head of several files
located at various levels of the directory hierarchy.
I do not really like t
Hello,
my blog (sbrisard.github.io) is entirely written with org-mode. Org-mode
offers everything I need, except for one minor detail. It is very
difficult to include the same CSS file in the html-head of several files
located at various levels of the directory hierarchy.
I do not really like t
Hi will,
I haven't gotten very far with this yet, but adding a couple of lines to
the definition of org-add-link-type in org-zotxt.el (around line 150,
https://bitbucket.org/egh/zotxt-emacs/src/74702e2b2f2aa0427f099eb4fe69dce8709f67fc/org-zotxt.el?at=master)
at least allows for unformatted, plain-
Hi Sébastien,
Sébastien Brisard writes:
> my blog (sbrisard.github.io) is entirely written with
> org-mode.
Looks pretty.
> Org-mode offers everything I need, except for one minor
> detail. It is very difficult to include the same CSS file in the
> html-head of several files located at variou
>> ... ./contrib/lisp/org-wl.el at least in the current master branch.
>
> This file is not in my org files integrated in emacs. That's why I didn't find
> it. Are there many differences between integrated org (emacs git repo), elpa
> package and git repository?
I think one can regard the contrib
Matt,
Thanks for sharing this. I'm afraid that I'm very new at reading
Emacs Lisp at this point. But I appreciate the explanation of your
aims and how you've tried to meet them. I'll try to contribute as I
can along the way.
Best regards,
Will
In the following org document, org-element-map only finds one link, but
the buffer acts like there are two links. The free link is found, but
the link label buried in the caption is not found. However, it exports
correctly, and the caption link is clickable, so the buffer certainly
thinks it is a l
I am trying to map over a buffer with headlines in various states of
folded, and get context around certain elements. I find I need to fully
expand the buffer to get the context in the way I am currently doing it
(e.g. getting the lines around the element), but I would like to put the
buffer back t
How do you configure this parameter to achieve that effect?
On Mon, Jan 26, 2015 at 1:48 PM, Tory S. Anderson
wrote:
> I solve this problem in my tables by using a table length-constraining
> parameter:
>
> | my table | long-cell |
> | | <10> |
> | | tons of text that sh
I think the answer may be something like:
(shell-command-to-string (concat "pandoc -f html -t org <<< '" :html "'" )
Though I'm not quite sure how to go about it just yet.
On Mon, Jan 26, 2015 at 3:50 PM, Tory S. Anderson
wrote:
> man pandoc will be your friend. It guided me to the following
Thanks Christopher, the latter option seems to accomplish what I require
though not very elegant
With Regards,
Sagar
On Mon, Jan 26, 2015 at 6:49 PM, Christopher Witte
wrote:
> Hi Sagar,
>
> I think you either want a repeating task see
> http://orgmode.org/manual/Repeated-tasks.html
>
> or to u
Hi Sagar,
Sagar Shankar writes:
> Thanks Christopher, the latter option seems to accomplish what I
> require though not very elegant
I though so first, too. But by now I came to like that approach a lot.
It provides so much flexibility with the individual instances (like
moving, keeping notes,
32 matches
Mail list logo