Add readme
This commit is contained in:
		
							
								
								
									
										15
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| ## Configure | ||||
|  | ||||
| Configure the domain to be used to access the file share and the directory where it will be hosted using Tramp. | ||||
|  | ||||
| ```elisp | ||||
| (setq org-share-to-web-domain "") | ||||
| (setq org-share-to-web-directory "") | ||||
| ``` | ||||
|  | ||||
| Example. | ||||
|  | ||||
| ```elisp | ||||
| (setq org-share-to-web-domain "https://mydomain.com/") | ||||
| (setq org-share-to-web-directory "/ssh:debian@mydomain.com:~/www/") | ||||
| ``` | ||||
| @@ -7,7 +7,7 @@ | ||||
| ;; SPDX-License-Identifier: GPL-3.0-or-later | ||||
|  | ||||
| ;;; Commentary: | ||||
| ;; | ||||
| ;; Share a Org document in an HTML document accessible online. | ||||
|  | ||||
| ;;; Code: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user