Aloha,
I've got a subsystem for capturing snippets of information (I mentioned
it here, scraps.el, quite some while back). Some information is captured
from w3m or eww browser buffers.
To do this I use org-w3m-copy-for-org-mode or
org-eww-copy-for-org-mode. This is nice in that links are converte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jay Kamat writes:
> I'm not sure if anything changed since you sent this, but I'm able to
> push to my forked repo on code.orgmode.org just fine.
>
You mean you forked https://code.orgmode.org/bzg/worg.git ? Not push to
this repo directly?
- --
John Kitchin writes:
> Here is a globally defined version that would let you define a function for
> any other kind of link I think. There are probably many
> variations on this theme, like storing functions in some variable as an
> alist, etc. Something like that is what would happen if this w
I'm not sure if anything changed since you sent this, but I'm able to
push to my forked repo on code.orgmode.org just fine.
-Jay
stardiviner writes:
> I got following error when I push to Worg repo.
>
> 0 git … remote set-url --add origin https\://code.orgmode.org/bzg/worg.git
> 0 git … re
Here is a globally defined version that would let you define a function for
any other kind of link I think. There are probably many variations on this
theme, like storing functions in some variable as an alist, etc. Something
like that is what would happen if this was defined in the link parameters
Hello,
Brad Knotwell writes:
> Given the code review from earlier, I've added a second file with the
> requested changes.
Thank you. Some minor comments follow.
> (defconst org-babel-header-args:m4
> '((:cmd-line . :any)
> (:quote . :any)
> (:unquote . :any)
> (:list-start . :any
Hello,
Vladimir Lomov writes:
> I'm using org-mode from git and found that now it is not show the
> 'git' version but simply 9.1 in Info file. In doc/ there is
> 'org-version.inc', it is included into 'orgguide.texi' but not in
> 'org.texi'.
>
> As I understand the 'org.texi' is generated from '
John Kitchin writes:
> Not with the way I wrote it. It should only affect your links and pass
> everything else through I
> think.
I just meant, you can only have one of these functions set. So if I
provide special behavior for ebdb links, no other function would be able
to do the equivalent fo
Dear list!
org-version: Org mode version 9.1.9 (9.1.9-8-gf05c2e-elpa @ .../.emacs.d/elpa/
org-20180409/)
[I shortened the path]
C-h v org-calc TAB
results in [No match]
Expected result: find variable org-calc-default-modes
But I'd like to set (float 8) to (float 16) in orgtbl-mode tables, bec
You can add an export menu of your own:
(defun my-src-block (src-block contents info)
(concat "got you\n" (org-latex-src-block src-block contents info)))
(org-export-define-derived-backend 'my-latex 'latex
:translate-alist '((src-block . my-src-block))
:menu-entry
'(?z "my special exporte
I think lentic is the wrong tool for this. I think it is most useful with
mixed markups, e.g. code in some language, and comments in org/md/...
Your best solution in md is probably to create your own key-bindings that
are similar to what you use in org-mode, but that use functions from
https://jbl
On 2018-04-13, at 15:14, Matt Price wrote:
> Hi eveyrone,
>
> I'm using markdown more and more in collaborative projects (sigh). I am
> getting used to the syntax but it drives me crazy not to be able to edit
> document structure with commands like C-return,, M-return, etc. Does
> anyone have a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
I got following error when I push to Worg repo.
0 git … remote set-url --add origin https\://code.orgmode.org/bzg/worg.git
0 git … remote set-url --delete origin
\^git\@code\\.orgmode\\.org\:bzg/worg\\.git\$
1 git … push -v origin master\:ref
Hello. I have the file (with name 'bug.org'):
* foo :foofoofoo:
*** TODO an inlinetask
foo
*** END
barXXX
(1) 'C-c a m foofoofoo'
gives be
Headlines with TAGS match: foofoofoo
Press `M-0 r' to search again with new search string
bug:foo
I like to be able to view a list of tasks that need to be done today,
along with warnings of any upcoming deadlines within the next few days.
The number of "deadline warning days" that I require varies from time to
time, so I have one of my agenda commands set up like so:
("d" "Daily Action Li
After about 5 times test, And about 4 times review. I decide to PR.
About new header argument :ns, I don't know how to write the test for it
with loading CIDER in ERT. So have not write test. But I load my patch
code, and run test on the following examples works fine.
#+begin_src clojure :result
Hi eveyrone,
I'm using markdown more and more in collaborative projects (sigh). I am
getting used to the syntax but it drives me crazy not to be able to edit
document structure with commands like C-return,, M-return, etc. Does
anyone have a solution for this that works with recent versions of org
"Berry, Charles" writes:
>> On Apr 10, 2018, at 5:42 AM, Sharon Kimble
>> wrote:
>>
>> Samuel Wales writes:
>>
>>> [fn:apples: ...]
>>>
>>> [fn:apples]
>>
>> I'm sorry Samuel, but it seems like you haven't read all of my initial
>> question, where I stated 'All my footnotes are 4 digits li
18 matches
Mail list logo